gitgabrio opened a new issue, #6932: URL: https://github.com/apache/incubator-kie/issues/6932
[DevMojoIT](https://github.com/apache/incubator-kie-kogito-runtimes/blob/74159c722b1b4eb4a6f5ab70a7981bb5df93f136/quarkus/extensions/kogito-quarkus-extension/kogito-quarkus-integration-test-maven-devmode/src/test/java/io/quarkus/it/kogito/devmode/DevMojoIT.java) test has been implemented to verify that, on source change, the `quarkus:dev` mode actually execute the _hot-reload_. The test is basically a copy and paste of https://github.com/quarkusio/quarkus/blob/c8919cfb8abbc3df49dd1febd74b998417b0367e/integration-tests/maven/src/test/java/io/quarkus/maven/it/DevMojoIT.java. Anyway, while working at https://github.com/apache/incubator-kie-issues/issues/1891, it proved to be "flaky", showing inconsistent and unpredictable failures. Scope of this ticket is to: 1. assess if this test is actually needed, since it verify the behavior of the framework, that should be already been tested in the framework itself 2. refactor it to be more "standard", identify reasons for flakyness, and remove them @baldimir @yesamer -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
