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/22 17:22:25 UTC

[GitHub] [flink] zentol commented on a change in pull request #19116: [FLINK-26616][tests] Remove deadlines from CommonTestUtils

zentol commented on a change in pull request #19116:
URL: https://github.com/apache/flink/pull/19116#discussion_r832423015



##########
File path: flink-runtime/src/test/java/org/apache/flink/runtime/leaderelection/DefaultLeaderElectionServiceTest.java
##########
@@ -258,15 +256,6 @@ public void testErrorIsIgnoredAfterBeingStop() throws Exception {
 
                             leaderElectionService.stop();
                             testingLeaderElectionDriver.onFatalError(testException);
-
-                            try {
-                                testingContender.waitForError(timeout);

Review comment:
       wasn't aware that getError doesn't poll from the queue; have a simple fix for that though...




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