rdblue commented on pull request #1495:
URL: https://github.com/apache/iceberg/pull/1495#issuecomment-705058235


   @pvary, committers can restart the tests in Travis, but I usually create a 
new test case that runs another one in a loop, like this:
   
   ```java
   @Test
   public void testInALoop() {
     for (int i = 0; i < 1_000; i += 1) {
       testAnotherCase();
     }
   }
   ```


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to