]
Cheng Fang commented on WFLY-14107:
-----------------------------------
this test has a pass rate of 99.9% (as of 2021-02-19), with 1 failure out of 1588 recent
runs. So it has improved after the fixed made last time ( WFLY-10173), but the
intermittent failure still exists. I suggest we igore this test.
EJBInvocationStatistics TestCase Failures
-----------------------------------------
Key: WFLY-14107
URL:
https://issues.redhat.com/browse/WFLY-14107
Project: WildFly
Issue Type: Bug
Components: EJB, Test Suite
Reporter: Darran Lofthouse
Assignee: Cheng Fang
Priority: Major
I have been seeing test failures running this test locally quite often:
{code:java}
[ERROR] Failures:
[ERROR]
EjbInvocationStatisticsTestCase.testSingletonWaitTime:147->validateWaitTimeStatistic:175
Expecting wait-time attribute value > 0, but got {
"async-methods" => undefined,
"business-local" => undefined,
"business-remote" =>
["org.jboss.as.test.integration.ejb.management.deployments.BusinessInterface"],
"component-class-name" =>
"org.jboss.as.test.integration.ejb.management.deployments.WaitTimeSingletonBean",
"concurrency-management-type" => undefined,
"declared-roles" => [],
"depends-on" => undefined,
"execution-time" => 2L,
"init-on-startup" => false,
"invocations" => 4L,
"jndi-names" => [
"java:app/ejb-management/WaitTimeSingletonBean!org.jboss.as.test.integration.ejb.management.deployments.BusinessInterface",
"java:module/WaitTimeSingletonBean!org.jboss.as.test.integration.ejb.management.deployments.BusinessInterface",
"java:global/ejb-management/WaitTimeSingletonBean",
"java:app/ejb-management/WaitTimeSingletonBean",
"java:global/ejb-management/WaitTimeSingletonBean!org.jboss.as.test.integration.ejb.management.deployments.BusinessInterface",
"java:module/WaitTimeSingletonBean"
],
"methods" => {
"doIt" => {
"execution-time" => 2L,
"invocations" => 3L,
"wait-time" => 0L
},
"remove" => {
"execution-time" => 0L,
"invocations" => 1L,
"wait-time" => 0L
}
},
"peak-concurrent-invocations" => 1L,
"run-as-role" => undefined,
"security-domain" => "other",
"timeout-method" => "private void
org.jboss.as.test.integration.ejb.management.deployments.WaitTimeSingletonBean.timeout(javax.ejb.Timer)",
"timers" => [],
"transaction-type" => "BEAN",
"wait-time" => 0L,
"service" => {"timer-service" => undefined}
} {code}
My desktop PC is quite fast so I don't know if this means invocations are passing
faster than the test expects.