Andrew Melo created JENKINS-12937:
-------------------------------------

             Summary: Test harness fails from HEAD
                 Key: JENKINS-12937
                 URL: https://issues.jenkins-ci.org/browse/JENKINS-12937
             Project: Jenkins
          Issue Type: Bug
          Components: maven
         Environment: OSX 10.6.8, JRE 6
            Reporter: Andrew Melo


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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to