-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
Undefined
-
---
-
---
I have been seeing test failures running this test locally quite often:
[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} }
My desktop PC is quite fast so I don't know if this means invocations are passing faster than the test expects.
- is related to
-
WFLY-10173 EjbInvocationStatisticsTestCase fails intermittently: wait-time=0
- Closed