[jboss-jira] [JBoss JIRA] (WFLY-7736) PersistentIntervalTimerManagementTestCase fails on slower machine

Bartosz Baranowski (JIRA) issues at jboss.org
Tue Dec 6 01:15:00 EST 2016


Bartosz Baranowski created WFLY-7736:
----------------------------------------

             Summary: PersistentIntervalTimerManagementTestCase fails on slower machine
                 Key: WFLY-7736
                 URL: https://issues.jboss.org/browse/WFLY-7736
             Project: WildFly
          Issue Type: Enhancement
            Reporter: Bartosz Baranowski
            Assignee: Jason Greene
            Priority: Minor


How reproducible:
10%, with higher CPU load or slower machine

Steps to Reproduce:
1. ./integration-tests.sh -Dts.noSmoke -Dts.basic -Dtest=PersistentIntervalTimerManagementTestCase

Actual results:
Timer should fire twice! expected:<2> but was:<3>
java.lang.AssertionError: Timer should fire twice! expected:<2> but was:<3>
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:743)
	at org.junit.Assert.assertEquals(Assert.java:118)
	at org.junit.Assert.assertEquals(Assert.java:555)
	at org.jboss.as.test.integration.ejb.timerservice.mgmt.AbstractTimerManagementTestCase.testSuspendAndTrigger(AbstractTimerManagementTestCase.java:149)
	at org.jboss.as.test.integration.ejb.timerservice.mgmt.PersistentIntervalTimerManagementTestCase.testSuspendAndTrigger(PersistentIntervalTimerManagementTestCase.java:73)

Expected results:
No failures in test case.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list