Jmix version: 2.1.1
Jmix Studio version: 2.1.0-232
Sample repository URL: GitHub - benoit-blacklane/TestJmix211
Hello all!
We have started to migrate our Jmix application from 2.0.X to 2.1.1 and are facing an issue running the existing tests.
It seems that after a certain number of UI tests, the process running the tests hangs indefinitely.
To check if the problem is coming or not from our setup, I have created a new Jmix project version 2.1.1 and I modified the default UI test from the UserUiTest
class with the annotation @RepeatedTest(500)
.
Then I ran the following command: ./gradlew clean test --tests "UserUiTest"
Around 134 executions, the tests stay stuck.
We tested this very same behaviour on different laptops.
Have you already faced such behaviour?
Do you have any recommendation to solve this or mitigate it?
Many thanks and best regards,
Benoit