zhuzhurk commented on code in PR #20322:
URL: https://github.com/apache/flink/pull/20322#discussion_r928532175
##########
flink-runtime/src/test/java/org/apache/flink/runtime/executiongraph/SpeculativeExecutionVertexTest.java:
##########
@@ -204,33 +212,46 @@ void
testArchiveNonFailedExecutionWithArchiveFailedExecutionMethod() {
}
@Test
- void testGetExecutionState() throws Exception {
- final SpeculativeExecutionVertex ev =
createSpeculativeExecutionVertex();
+ public void testGetNextInputSplit() throws Exception {
Review Comment:
> Why remove `testGetExecutionState` ?
My bad. This is not intended and is a result of bad conflict resolving.
--
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]