You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/08/18 05:19:34 UTC

[GitHub] [ozone] JacksonYao287 edited a comment on pull request #2549: HDDS-5604. Intermittent failure in TestPipelineClose.

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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org