Environment Details
- Helidon Version: 4.0.0-SNAPSHOT
- Helidon SE or Helidon MP: Helidon MP
- JDK version: 19.0.2
- OS: Linux Mint 21
Problem Description
org.eclipse.microprofile.lra.tck.TckRecoveryTests was failing intermitently and it was excluded in this PR:
#5830
We have to re-enable it. I am trying to reproduce the issue and now it looks it is always working, so I am not able to copy-paste the stacktrace of the issue, but I remember it was related to a timeout. One test was waiting to something to happen.
Steps to reproduce
cd microprofile/tests/tck/tck-lra
mvn clean install
Environment Details
Problem Description
org.eclipse.microprofile.lra.tck.TckRecoveryTests was failing intermitently and it was excluded in this PR:
#5830
We have to re-enable it. I am trying to reproduce the issue and now it looks it is always working, so I am not able to copy-paste the stacktrace of the issue, but I remember it was related to a timeout. One test was waiting to something to happen.
Steps to reproduce