]
Thomas Diesler reassigned WFLY-4334:
------------------------------------
Assignee: David Lloyd (was: Thomas Diesler)
CalendarBasedTimeoutTestCase fails consistently
-----------------------------------------------
Key: WFLY-4334
URL:
https://issues.jboss.org/browse/WFLY-4334
Project: WildFly
Issue Type: Bug
Components: EJB
Reporter: Thomas Diesler
Assignee: David Lloyd
Happens on branch 8.x
{code}
Running org.jboss.as.ejb3.timer.schedule.CalendarBasedTimeoutTestCase
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.352 sec <<<
FAILURE! - in org.jboss.as.ejb3.timer.schedule.CalendarBasedTimeoutTestCase
testCalendarBasedTimeout(org.jboss.as.ejb3.timer.schedule.CalendarBasedTimeoutTestCase)
Time elapsed: 0.342 sec <<< FAILURE!
java.lang.AssertionError: Eastern European Time
at org.junit.Assert.fail(Assert.java:88)
at
org.jboss.as.ejb3.timer.schedule.CalendarBasedTimeoutTestCase.testWithStartInThePast(CalendarBasedTimeoutTestCase.java:539)
at
org.jboss.as.ejb3.timer.schedule.CalendarBasedTimeoutTestCase.testCalendarBasedTimeout(CalendarBasedTimeoutTestCase.java:129)
{code}