zentol commented on code in PR #19351:
URL: https://github.com/apache/flink/pull/19351#discussion_r844070820


##########
flink-queryable-state/flink-queryable-state-runtime/src/test/java/org/apache/flink/queryablestate/itcases/AbstractQueryableStateTestBase.java:
##########
@@ -1342,7 +1347,7 @@ public void close() throws Exception {
                             Time.milliseconds(50),
                             deadline,
                             (jobStatus) -> 
jobStatus.equals(JobStatus.CANCELED),
-                            TestingUtils.defaultScheduledExecutor());
+                            new 
ScheduledExecutorServiceAdapter(EXECUTOR_RESOURCE.getExecutor()));

Review Comment:
   We could add another resource/extension for this. We cant extend the 
executor resource because it may only contain a plain Executor.



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

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to