| Summary: | releng tests fails when comparator has no errors | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Kim Moir <kim.moir> | ||||
| Component: | Releng | Assignee: | Kim Moir <kim.moir> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | daniel_megert, markus.kell.r | ||||
| Version: | 3.7 | ||||||
| Target Milestone: | 3.7 M6 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Kim Moir
Created attachment 175500 [details]
patch
fixed in I20100730-0800. This has also been backported to the R3_6_maintenance stream. This doesn't seem to be working in the 3.6.x stream (In reply to comment #4) > This doesn't seem to be working in the 3.6.x stream Correct, see http://download.eclipse.org/eclipse/downloads/drops/M20110210-1200/testresults/html/org.eclipse.releng.tests_linux.gtk.x86.html with the following in the comparator log: org.eclipse.equinox.p2.repository.tools.jar.comparator - Thu Feb 10 16:11:13 EST 2011 http://download.eclipse.org/eclipse/downloads/drops/M20110210-1200/testresults/consolelogs/linux.gtk_consolelog.txt contains: java-test: [echo] Running org.eclipse.releng.tests.BuildTests. Result file: /buildtest/M20110210-1200/eclipse-testing/results/linux.gtk.x86/org.eclipse.releng.tests.BuildTests.xml. [java] java.io.FileNotFoundException: /buildtest/M20110210-1200/eclipse-testing/test-eclipse/eclipse/../../comparatorlog.txt (No such file or directory) [java] at java.io.FileInputStream.open(Native Method) [java] at java.io.FileInputStream.<init>(FileInputStream.java:106) [java] at java.io.FileInputStream.<init>(FileInputStream.java:66) [java] at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:70) [java] at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:161) [java] at java.net.URL.openStream(URL.java:1007) [java] at org.eclipse.releng.tests.BuildTests$ComparatorLog.findProblems(BuildTests.java:774) [java] at org.eclipse.releng.tests.BuildTests$ComparatorLog.<init>(BuildTests.java:763) [java] at org.eclipse.releng.tests.BuildTests$ComparatorLog.<init>(BuildTests.java:762) [java] at org.eclipse.releng.tests.BuildTests.testComparatorLogs(BuildTests.java:750) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:592) [java] at junit.framework.TestCase.runTest(TestCase.java:168) [java] at junit.framework.TestCase.runBare(TestCase.java:134) [java] at junit.framework.TestResult$1.protect(TestResult.java:110) [java] at junit.framework.TestResult.runProtected(TestResult.java:128) [java] at junit.framework.TestResult.run(TestResult.java:113) [java] at junit.framework.TestCase.run(TestCase.java:124) [java] at junit.framework.TestSuite.runTest(TestSuite.java:232) [java] at junit.framework.TestSuite.run(TestSuite.java:227) [java] at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83) [java] at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39) [java] at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:376) [java] at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:209) [java] at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:35) [java] at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:31) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:592) [java] at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587) [java] at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198) [java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) [java] at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) [java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) [java] at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [java] at java.lang.reflect.Method.invoke(Method.java:592) [java] at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620) [java] at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575) [java] at org.eclipse.equinox.launcher.Main.run(Main.java:1408) [java] at org.eclipse.equinox.launcher.Main.main(Main.java:1384) [java] at org.eclipse.core.launcher.Main.main(Main.java:34) [java] Java Result: 2 This was fixed a while ago. |