]
Jeff Mesnil reassigned WFLY-14038:
----------------------------------
Assignee: Jason Lee (was: Jeff Mesnil)
Intermittent failure MeterTest.testRates
org.eclipse.microprofile.metrics.tck.metrics
-------------------------------------------------------------------------------------
Key: WFLY-14038
URL:
https://issues.redhat.com/browse/WFLY-14038
Project: WildFly
Issue Type: Bug
Components: MP Metrics
Reporter: Cheng Fang
Assignee: Jason Lee
Priority: Major
In WildFly CI, the test {{MeterTest.testRates
org.eclipse.microprofile.metrics.tck.metrics}} failed intermittently.
For exmaple, in [this Windows JDK 11 test
run|https://ci.wildfly.org/buildConfiguration/WF_PullRequest_WindowsJdk11...].
{code}
java.lang.AssertionError: expected:<100.0> but was:<112.03899899654196>
at
deployment.ec140433-2b01-4b7c-95ad-9c5f30dc8baa.war//org.junit.Assert.fail(Assert.java:89)
at
deployment.ec140433-2b01-4b7c-95ad-9c5f30dc8baa.war//org.junit.Assert.failNotEquals(Assert.java:835)
at
deployment.ec140433-2b01-4b7c-95ad-9c5f30dc8baa.war//org.junit.Assert.assertEquals(Assert.java:555)
at
deployment.ec140433-2b01-4b7c-95ad-9c5f30dc8baa.war//org.junit.Assert.assertEquals(Assert.java:685)
at
deployment.ec140433-2b01-4b7c-95ad-9c5f30dc8baa.war//org.eclipse.microprofile.metrics.tck.util.TestUtils.assertEqualsWithTolerance(TestUtils.java:41)
at
deployment.ec140433-2b01-4b7c-95ad-9c5f30dc8baa.war//org.eclipse.microprofile.metrics.tck.metrics.MeterTest.testRates(MeterTest.java:96)
{code}