jeantil opened a new pull request, #2416: URL: https://github.com/apache/james-project/pull/2416
When I tried to start working on the flaky test I ran the PulsarMailqueueTest suite and one of the tests failed, using git bisect I was able to trace it back to the introduction of the deadletter policy a while ago and yet all the pipelines were ok on the CI. I remembered about JAMES-3696 and looked into the unstable-test stage and in develocity but couldn't find any trace of the PulsarMailqueueTest suite being executed. Doing local tests I realized that when the whole class is tagged, for some reason the suite will not be executed either in the normal test stage or in the unstable-test stage. This does not only affect PulsarMailQueueTest. This PR does not attempt to fix this. it focuses on unblocking me to work on the flaky tests by : - Fixing the currently broken test - moving the unstable tags from the class to the tests that are known to be flaky I'll try to give a look at the surefire config in a followup if I manage to understand the semantics of its configs. I'll also give a shot to fixing the flakyness of the reported tests. -- 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]
