zentol commented on issue #7303: [FLINK-10569] [tests] Get rid of Scheduler 
from valid tests
URL: https://github.com/apache/flink/pull/7303#issuecomment-455134967
 
 
   I would propose to merge part of this PR, namely all tests that are finished 
in terms of porting. The majority of ports in this PR are rather 
straight-forward and can be pushed as one commit.
   (as all they do is replace `new 
Scheduler(TestingUtils.defaultExecutionContext())` with `new 
TestingSlotProvider(ignored -> new CompletableFuture<>())`.)
   
   For the others I would propose to group them in PRs based on the required 
changes. Exceptions should be made for tests that require substantial changes 
to ensure steady progress.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to