[hotfix][mysql][tests] Avoid canceling a finished job in tests of SpecificStartingOffsetITCase (#2687)

This closes #2687.
pull/2718/head
Hang Ruan 1 year ago committed by GitHub
parent f7dda3b67b
commit 6eb980a614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -163,7 +163,6 @@ public class SpecificStartingOffsetITCase {
savepointDir.toAbsolutePath().toString(),
SavepointFormatType.DEFAULT)
.get();
jobClient.cancel().get();
// Make some changes after the savepoint
executeStatements(
@ -239,7 +238,6 @@ public class SpecificStartingOffsetITCase {
savepointDir.toAbsolutePath().toString(),
SavepointFormatType.DEFAULT)
.get();
jobClient.cancel().get();
// Make some changes after the savepoint
executeStatements(
@ -325,7 +323,6 @@ public class SpecificStartingOffsetITCase {
savepointDir.toAbsolutePath().toString(),
SavepointFormatType.DEFAULT)
.get();
jobClient.cancel().get();
// Make some changes after the savepoint
executeStatements(

Loading…
Cancel
Save