[
https://issues.redhat.com/browse/WFLY-13957?page=com.atlassian.jira.plugi...
]
Cheng Fang commented on WFLY-13957:
-----------------------------------
The failed test {{testActiveRequests}} was added around Aug 20, 2020, after the fix to
issue WFLY-13759.
So this test needs to be updated to leverage the fix to WFLY-13759 (e.g., calling
assertStatsAttribute method instead of readStatsAttribute method directly).
ManagedExecutorServiceMetricsTestCase.testActiveRequests fails
intermittently
-----------------------------------------------------------------------------
Key: WFLY-13957
URL:
https://issues.redhat.com/browse/WFLY-13957
Project: WildFly
Issue Type: Bug
Components: Concurrency Utilities
Affects Versions: 21.0.0.Beta1
Reporter: Cheng Fang
Assignee: Eduardo Martins
Priority: Major
ManagedExecutorServiceMetricsTestCase.testActiveRequests
(org.jboss.as.test.integration.ee.concurrent) failed intermittently in WildFly CI:
https://ci.wildfly.org/buildConfiguration/WF_PullRequest_WindowsJdk11/226...
{code}
java.lang.AssertionError: expected:<0> but was:<1>
at deployment.arquillian-service//org.junit.Assert.fail(Assert.java:88)
at deployment.arquillian-service//org.junit.Assert.failNotEquals(Assert.java:834)
at deployment.arquillian-service//org.junit.Assert.assertEquals(Assert.java:645)
at deployment.arquillian-service//org.junit.Assert.assertEquals(Assert.java:631)
at
deployment.ManagedExecutorServiceMetricsTestCase.jar//org.jboss.as.test.integration.ee.concurrent.ManagedExecutorServiceMetricsTestCase.testActiveRequestStats(ManagedExecutorServiceMetricsTestCase.java:278)
at
deployment.ManagedExecutorServiceMetricsTestCase.jar//org.jboss.as.test.integration.ee.concurrent.ManagedExecutorServiceMetricsTestCase.testActiveRequests(ManagedExecutorServiceMetricsTestCase.java:174)
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)