]
RH Bugzilla Integration updated WFLY-2881:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References:
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: 8.1.0.CR1, 8.1.0.Final, 9.0.0.Beta2
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.