IngoreQueueTest failure on Windows Vista
----------------------------------------
Key: SLING-1854
URL: https://issues.apache.org/jira/browse/SLING-1854
Project: Sling
Issue Type: Bug
Components: Extensions
Environment: $ mvn -v
Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
Java version: 1.6.0_19
Java home: E:\Program Files\Java\jdk1.6.0_19\jre
Default locale: de_CH, platform encoding: Cp1252
OS name: "windows vista" version: "6.0" arch: "amd64" Family: "windows"
Reporter: Felix Meschberger
Assignee: Carsten Ziegeler
Running a full Sling build, I get a test failure for the IgnoreQueueTest on
Windows Vista :
Failed tests:
testDroppingQueue(org.apache.sling.event.impl.jobs.IgnoreQueueTest)
The surefire output contains:
-------------------------------------------------------------------------------
Test set: org.apache.sling.event.impl.jobs.IgnoreQueueTest
-------------------------------------------------------------------------------
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 14.648 sec <<<
FAILURE!
testDroppingQueue(org.apache.sling.event.impl.jobs.IgnoreQueueTest) Time
elapsed: 4.524 sec <<< FAILURE!
java.lang.AssertionError: expected:<10> but was:<7>
at org.junit.Assert.fail(Assert.java:91)
at org.junit.Assert.failNotEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:126)
at org.junit.Assert.assertEquals(Assert.java:470)
at org.junit.Assert.assertEquals(Assert.java:454)
at
org.apache.sling.event.impl.jobs.IgnoreQueueTest.testDroppingQueue(IgnoreQueueTest.java:133)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.