Bug 1249629
Summary: | [QA](6.4.z) PersistentIntervalTimerManagementTestCase fails on slower machine | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Marek Kopecky <mkopecky> |
Component: | Testsuite | Assignee: | Petr Kremensky <pkremens> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Peter Mackay <pmackay> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.4.3 | CC: | bbaranow, bmaxwell, cdewolf, jason.greene, jawilson, jtruhlar, mkopecky, msochure, ozizka, pkremens, pmackay, ppalaga, rstancel |
Target Milestone: | CR1 | ||
Target Release: | EAP 6.4.13 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-02-03 16:43:39 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1386335 |
Description
Marek Kopecky
2015-08-03 12:52:22 UTC
Another case where this could fail, I'll create a new PR addressing this as well. java.lang.AssertionError: Timer should fire once! expected:<1> but was:<2> 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:146) at org.jboss.as.test.integration.ejb.timerservice.mgmt.PersistentCalendarTimerManagementTestCase.testSuspendAndTrigger(PersistentCalendarTimerManagementTestCase.java:73) This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions Verified with EAP 6.4.13.CP.CR2 Released with EAP 6.4.13 on Feb 02 2017. |