You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/11 09:20:18 UTC

[GitHub] [flink] autophagy commented on a change in pull request #19041: [FLINK-24538][runtime][tests] Fix race condition when offering information to leader event queue in TestingRetrievalBase

autophagy commented on a change in pull request #19041:
URL: https://github.com/apache/flink/pull/19041#discussion_r824528488



##########
File path: flink-runtime/src/test/java/org/apache/flink/runtime/leaderretrieval/SettableLeaderRetrievalServiceTest.java
##########
@@ -32,6 +32,7 @@
 public class SettableLeaderRetrievalServiceTest extends TestLogger {
 
     private SettableLeaderRetrievalService settableLeaderRetrievalService;
+    private static final long TIMEOUT = 50L;

Review comment:
       Thanks for the suggestion - I believe a few other tests are also using a timeout like this, i'll bring it in line with more what they're doing.




-- 
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@flink.apache.org

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