[logback-dev] [JIRA] Created: (LBCLASSIC-229) One test fails in latest commit 1869d32c56f08e2a1af1
Joern Huxhorn (JIRA)
noreply-jira at qos.ch
Wed Nov 3 21:10:51 CET 2010
One test fails in latest commit 1869d32c56f08e2a1af1
----------------------------------------------------
Key: LBCLASSIC-229
URL: http://jira.qos.ch/browse/LBCLASSIC-229
Project: logback-classic
Issue Type: Bug
Components: Other
Affects Versions: 0.9.26
Environment: Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
Java version: 1.6.0_20
Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x" version: "10.6.4" arch: "x86_64" Family: "mac"
Reporter: Joern Huxhorn
Assignee: Logback dev list
Priority: Minor
Unfortunately, one of the two fails of LBCLASSIC-223 just showed up again.
You haven't changed anything related in the commit in question so this is definitely a timing issue and isn't showing up all the time.
Error Message
effective=3, expected=4
Stacktrace
java.lang.AssertionError: effective=3, expected=4
at org.junit.Assert.fail(Assert.java:91)
at org.junit.Assert.assertTrue(Assert.java:43)
at ch.qos.logback.classic.turbo.ReconfigureOnChangeTest.verify(ReconfigureOnChangeTest.java:181)
at ch.qos.logback.classic.turbo.ReconfigureOnChangeTest.scan_lbclassic154(ReconfigureOnChangeTest.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.FailOnTimeout$1.run(FailOnTimeout.java:28)
Standard Output
======== TEST START
======= TEST STOP
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the logback-dev
mailing list