dawidwys commented on a change in pull request #10969: [FLINK-15627] Correct
the wrong naming of compareMaps in NFATestUtili…
URL: https://github.com/apache/flink/pull/10969#discussion_r373404704
##########
File path:
flink-queryable-state/flink-queryable-state-runtime/src/test/java/org/apache/flink/queryablestate/itcases/AbstractQueryableStateTestBase.java
##########
@@ -385,7 +385,7 @@ public Integer getKey(Tuple2<Integer, Long> value) {
CompletableFuture<JobStatus> jobStatusFuture =
clusterClient.getJobStatus(closableJobGraph.getJobId());
- while (deadline.hasTimeLeft() &&
!jobStatusFuture.get(deadline.timeLeft().toMillis(),
TimeUnit.MILLISECONDS).equals(JobStatus.RUNNING)) {
Review comment:
This is an unrelated change. Could you remove it from the PR?
----------------------------------------------------------------
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]
With regards,
Apache Git Services