Hey folks, i'am having some problems with jenkins and JUnit. When Jenkins builds a project, it successfully executes the JUnit tests, but at the time i expect the Test-Summary it hangs.
In the consoleoutput i see the success of every test, but the Junit-Summary of all Tests will not be printed. Here the end of the console: ------------------------------------------------------- T E S T S ------------------------------------------------------- Running xxxxxxxxx.aaaaaa Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 sec Running xxxxxxxxx.bbbbbbb Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running xxxxxxxxx.ccccccc Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec The Project has not more than these 3 Test-Classes and the last has 5 Test, so all tests are executed successfully and there is just the Summary of the Tests missing. There is no tear-down Method. We're using JUnit 4.0. The Problem is occuring infrequently, mostly there is no problem. It never happend locally. Anybody an idea? Marius -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
