Arsnael commented on PR #1672: URL: https://github.com/apache/james-project/pull/1672#issuecomment-1678353087
Had multiple issues of timeout in some modules with those commits (when we test, if it takes longer than 20 mins for a module, we consider it failing, in maven-surefire-plugin conf), like `webadmin-cli` and/or `james-server-cli-integration-test` that could take longer than 20mins, or even when less more than 10, while in latest master green build it was still between 1 and 2 minutes This build is green, but still the results on those modules aren't good: ``` 12:15:37,164 [INFO] Apache James :: Server :: Cli :: Integration tests . SUCCESS [14:31 min] 12:15:37,165 [INFO] Apache James :: Server :: Web Admin CLI ............ SUCCESS [19:53 min] ``` Limit of failing with webadmin-cli here, at a few seconds away... However, https://github.com/apache/james-project/pull/1676 => back to between 1 and 2 minutes ``` 10:58:14,058 [INFO] Apache James :: Server :: Cli :: Integration tests . SUCCESS [01:03 min] 10:58:14,058 [INFO] Apache James :: Server :: Web Admin CLI ............ SUCCESS [01:38 min] ``` The timeout increase on Cassandra waiting strategy seems to be the culprit... I know we fire tests on different modules in parallel, not completely sure how it works under the hood with the maven-surefire-plugin but maybe it created issues of blocking threads much longer when spawning Cassandra containers, in the middle of testing other modules? Or something around that... \ Anyway will merge https://github.com/apache/james-project/pull/1676 asap as the master branch has been red for too long. If you have other comments to do feel free, will be checked upon later... -- 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]
