JacksonYao287 edited a comment on pull request #2549: URL: https://github.com/apache/ozone/pull/2549#issuecomment-900819682
> @JacksonYao287 thanks for investigating. Are you using `org.junit.jupiter.api.RepeatedTest` annotation to run multiple times? When I try using this annotation, it does not initialize the test properly. I have been doing my repeated runs using Intellij test configuration locally, or with maven on CI. I will run another batch locally overnight and see if I can get any failures. i use the following annotations and do the test using Intellij ``` +import org.junit.jupiter.api.AfterEach; +import org.junit.jupiter.api.BeforeEach; +import org.junit.jupiter.api.RepeatedTest; ``` > Did you see the failure in the same place as reported originally? What timeout value did you use for your testing? yea, i see the same failure, i set the timeout to 1000. > EDIT: I was able to repro a failure after 138 runs (took 1.5 hours). Better than before, but not totally fixed, I agree. I'll move this to draft for now. thanks for the work! -- 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]
