Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-12937

Test harness fails from HEAD

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • Icon: Major Major
    • maven-plugin
    • None
    • OSX 10.6.8, JRE 6

      Hi,

      When trying to build jenkins, I get the following

      Running hudson.maven.reporters.SurefireArchiverUnitTest
      java.lang.Error: Unresolved compilation problem:
      The method getLogger() of type SurefireArchiverUnitTest.NullBuildListener must override a superclass method

      at hudson.maven.reporters.SurefireArchiverUnitTest$NullBuildListener.getLogger(SurefireArchiverUnitTest.java:302)
      at hudson.maven.reporters.SurefireArchiver.postExecute(SurefireArchiver.java:108)
      at hudson.maven.reporters.SurefireArchiverUnitTest$ArchiverThread.run(SurefireArchiverUnitTest.java:197)
      Tests run: 4, Failures: 1, Errors: 3, Skipped: 0, Time elapsed: 0.373 sec <<< FAILURE!

      Results :

      Failed tests: testMultiThreaded(hudson.maven.reporters.SurefireArchiverUnitTest): java.lang.Error: Unresolved compilation problem:

      Tests in error:
      testNotArchivingEmptyResults(hudson.maven.reporters.SurefireArchiverUnitTest): Unresolved compilation problem:
      testArchiveResults(hudson.maven.reporters.SurefireArchiverUnitTest): Unresolved compilation problem:
      testAlreadyCheckedFilesAreNotParsedAgain(hudson.maven.reporters.SurefireArchiverUnitTest): Unresolved compilation problem:

      Tests run: 7, Failures: 1, Errors: 3, Skipped: 0

      Interestingly, I'm build this with the following command (which is supposed to disable tests)

      mvn -Dskip-test-harness install

      Thanks,
      Andrew

            Unassigned Unassigned
            perilousapricot Andrew Melo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: