You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2020/12/03 19:15:45 UTC

[GitHub] [geode] kirklund edited a comment on pull request #5799: GEODE-8634: Fix AsyncInvocationTimeoutDistributedTest flakiness

kirklund edited a comment on pull request #5799:
URL: https://github.com/apache/geode/pull/5799#issuecomment-738235917


   I changed setUp to set threadId to zero instead of null to avoid NPE being thrown by this line:
   ```
   await().until(() -> threadId.get() > 0);
   ```


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