-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
None
On our Narayana CI we experience with intermittent failures of the test DatabaseTimerServiceMultiNodeTestCase.
I found it's most probably with the fact there is a time delay which our CI is too slow for.
https://github.com/wildfly/wildfly/blob/23.0.2.Final/testsuite/integration/multinode/src/test/java/org/jboss/as/test/multinode/ejb/timer/database/DatabaseTimerServiceMultiNodeTestCase.java#L80
The delay would be good to be parametrized by timeout adjust parameter.
https://github.com/wildfly/wildfly-core/blob/16.0.0.Beta4/testsuite/shared/src/main/java/org/jboss/as/test/shared/TimeoutUtil.java
- is related to
-
WFLY-14855 Make configurable timeout for test StopFromDifferentNodeTestCase
- Closed
- relates to
-
WFLY-13579 Make most of the calls which wait for timeout configurable with TimeoutUtil
- Closed