Community
Participate
Working Groups
Seen during the N-build on hudson.eclipse.org on 10-Jan-2011: https://hudson.eclipse.org/hudson/job/cbi-tm-3.2-nightly/188/ The error does not always happen, might be timing dependent. junit.framework.AssertionFailedError: null at org.eclipse.rse.tests.subsystems.files.FileServiceArchiveBaseTest.testOpenFileFromTarArchive(FileServiceArchiveBaseTest.java:925) at org.eclipse.rse.tests.core.RSECoreTestCase.runTest(RSECoreTestCase.java:425)
FWIW, this happened during the FileServiceTgzArchiveTest.testOpenFileFromTarArchive test, and it also occurred on the Jan 6 Hudson build (but not on Jan 7).
Xuan can you please look at this as just discussed in the monthly meeting?
I cannot reproduce it using my development driver. I will probably add more messages to help narrow down the failure.
Created attachment 187733 [details] Patch: Add more logging to track failure.
As of 3.3M5, Hudson shows an AssertionFailed instead of the NPE: https://hudson.eclipse.org/hudson/job/cbi-tm-3.2-nightly/211/testReport/junit/org.eclipse.rse.tests.subsystems.files/FileServiceTgzArchiveTest/testOpenFileFromTarArchive/ Error Message difference: c is: 116 but d is: 104 a so far is: but b so far is:
Created attachment 191615 [details] Patch to remove this testcase.
I committed my fix into cvs.
It is resolved now.
Created attachment 191642 [details] Remove this testcase totally