kfaraz commented on PR #16266: URL: https://github.com/apache/druid/pull/16266#issuecomment-2068812139
> run same test on master branch and it's failing as well, which is strange Yeah, oddly enough, for me, the test fails only when I run it individually. When I run all the tests in this class from the IDE together, it passes. It is most likely because the failed/success task counts are static. A test that runs before this one must be setting the failed count to 1, which is being verified in this one too. When run by itself, this test is not able to set the failed count to 1. -- 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]
