zentol commented on a change in pull request #7807: [FLINK-11723][network]
Remove KvState related components from Network…
URL: https://github.com/apache/flink/pull/7807#discussion_r270039681
##########
File path:
flink-runtime/src/test/java/org/apache/flink/runtime/taskexecutor/TaskExecutorTest.java
##########
@@ -267,11 +267,15 @@ public void
testShouldShutDownTaskManagerServicesInPostStop() throws Exception {
true);
networkEnvironment.start();
+ final KvStateService kvStateService = new KvStateService(new
KvStateRegistry(), null, null);
+ kvStateService.start();
Review comment:
missing assertion that `kvStateService` was shutdown
----------------------------------------------------------------
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