Bug 403866 - Failure in LogServiceTest.testLogNegativeLevel
Summary: Failure in LogServiceTest.testLogNegativeLevel
Status: VERIFIED FIXED
Alias: None
Product: Equinox
Classification: Eclipse Project
Component: Framework (show other bugs)
Version: 3.9.0 Kepler   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: Kepler M7   Edit
Assignee: Thomas Watson CLA
QA Contact:
URL: http://download.eclipse.org/eclipse/d...
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2013-03-20 04:21 EDT by Dani Megert CLA
Modified: 2013-03-21 04:19 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2013-03-20 04:21:43 EDT
I20130319-1000.

junit.framework.AssertionFailedError
at org.eclipse.equinox.log.test.LogServiceTest.testLogNegativeLevel(LogServiceTest.java:90)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:655)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:310)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Comment 1 Thomas Watson CLA 2013-03-20 09:58:55 EDT
(In reply to comment #0)
> I20130319-1000.

Is that the correct build?  I don't see the failure at:

http://download.eclipse.org/eclipse/downloads/drops4/I20130319-1000/testResults.php
Comment 2 Dani Megert CLA 2013-03-20 10:05:09 EDT
It's N20130319-2000.

Sorry, I filed several bugs and mixed the builds.
Comment 3 Thomas Watson CLA 2013-03-20 10:22:12 EDT
This looks similar to bug 387014 which I thought I had fixed.  My guess is that other log entries are getting in the mix while we are logging a test entry and messing up the results.
Comment 4 Thomas Watson CLA 2013-03-20 10:47:08 EDT
I released some changes to the tests to avoid listening any other spurious logs that may be getting logged by other bundles while we are testing the log service.  We can reopen this bug if the tests continue to fail:

http://git.eclipse.org/c/equinox/rt.equinox.framework.git/commit/?id=434cc30b833ee769659608b25acda9b046bc7cf4
Comment 5 Dani Megert CLA 2013-03-21 04:19:42 EDT
Verified in N20130320-2000.