]
Panagiotis Sotiropoulos closed WFLY-2881.
-----------------------------------------
Resolution: Done
Resolved in
org.jboss.as.ejb3.timer.schedule.CalendarBasedTimeoutTestCase#testCalendarBasedTimeout
--------------------------------------------------------------------------------------
Key: WFLY-2881
URL:
https://issues.jboss.org/browse/WFLY-2881
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: 9.0.0.Beta2
Reporter: Frank Langelage
Assignee: Panagiotis Sotiropoulos
Priority: Blocker
Fix For: 9.0.0.Beta2, 8.1.0.Final, 8.1.0.CR1
Attachments: org.jboss.as.ejb3.timer.schedule.CalendarBasedTimeoutTestCase.txt,
TEST-org.jboss.as.ejb3.timer.schedule.CalendarBasedTimeoutTestCase.xml
Running build with smoke tests on current github sources I get failure in this test
case.
HOUR_OF_DAY is not 0 as expected but 1.
I changed the Assert in the test case to print out firstTimeout.toString() instead of
only timeZoneDisplayName.
See attached files for more.