Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 320499 - releng tests fails when comparator has no errors
Summary: releng tests fails when comparator has no errors
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Releng (show other bugs)
Version: 3.7   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 3.7 M6   Edit
Assignee: Kim Moir CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-21 09:05 EDT by Kim Moir CLA
Modified: 2011-05-05 09:35 EDT (History)
2 users (show)

See Also:


Attachments
patch (7.41 KB, patch)
2010-07-29 10:15 EDT, Kim Moir CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kim Moir CLA 2010-07-21 09:05:17 EDT
See log

http://download.eclipse.org/eclipse/downloads/drops/I20100720-0800/buildlogs/comparatorlog.txt

org.eclipse.equinox.p2.repository.tools.jar.comparator - Tue Jul 20 10:09:06 EDT 2010
Comment 1 Kim Moir CLA 2010-07-29 10:15:15 EDT
Created attachment 175500 [details]
patch
Comment 2 Kim Moir CLA 2010-08-03 07:00:59 EDT
fixed in I20100730-0800.
Comment 3 Kim Moir CLA 2010-10-14 11:24:03 EDT
This has also been backported to the R3_6_maintenance stream.
Comment 4 Kim Moir CLA 2010-11-04 10:23:04 EDT
This doesn't seem to be working in the 3.6.x stream
Comment 5 Dani Megert CLA 2011-02-11 03:05:15 EST
(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
Comment 6 Markus Keller CLA 2011-02-11 07:03:28 EST
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
Comment 7 Kim Moir CLA 2011-05-05 08:59:00 EDT
This was fixed a while ago.