You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/01/18 23:45:55 UTC

[GitHub] [pulsar] 315157973 removed a comment on pull request #9231: Add timeout for transaction unit test

315157973 removed a comment on pull request #9231:
URL: https://github.com/apache/pulsar/pull/9231#issuecomment-762515009


   I add a timeout period to each unit test so that I can determine which test has the problem and fix it.
   We can set  test suite timeout in this way, but the global timeout makes it impossible for us to determine which test is the problem.
   ```
   <suite name="Time test Suite" time-out="500" verbose="1" >
     <test name="Timeout Test" >
       <classes>
         <class name="xxx.TimeoutSuite" />
       </classes>
     </test>
   </suite>
   ```


----------------------------------------------------------------
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.

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