On 6/15/12 10:19 AM, Hyunsik Choi wrote: > I've found why the unit tests were failed. > The fails ware caused by "Address already in use" exceptions as you can see > the full logs. > This is because the multiple post-commit tests were executed on the same > machine simulateneously. > To avoid this problem, I changed the tied servers. Now, they work. > > -- > Hyunsik Choi > > Wow! Nice find, Hyunsik. This is great to see. I'd like to help you diagnose these type of problems in the future.
Sometimes, though, I have a hard time finding out why builds failed. For example, this build failed: https://builds.apache.org/job/giraph-trunk-hadoop-0.23/1/consoleText The only indication that it failed is: "Recording test results No test report files were found. Configuration error? Build step 'Publish JUnit test result report' changed build result to FAILURE Finished: FAILURE" (But at line 4174, it says, "BUILD SUCCESS" - very strange.) I saved the above here, in case Jenkins deletes it: https://gist.github.com/2939071 -Eugene
