Jackie-Jiang commented on PR #9144: URL: https://github.com/apache/pinot/pull/9144#issuecomment-1203071603
> If the randomly failing tests are using a random number generator, can you please change them to print the seed (not log, but print to System.out). Fix them to have one seed per test class if needed. > > If you are unable to do so, please add a TODO. Good suggestion. I'd suggest doing the following step when we run into randomly failing tests: 1. Create an github issue and tag it with `flaky-test` 2. If the flaky test uses random number, use the current time as the random seed and print it so that we can re-produce it -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org