Skip to content

Commit

Permalink
keep the flink test running for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterZh6 committed Sep 6, 2024
1 parent 1d442f0 commit 39a9e5a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,9 @@ public void testMysqlUpdateAndDelete() throws Exception {
"test_output1",
3,
60000L);
// keep the program running for debugging
while (true) {
Thread.sleep(1000);
}
}
}

0 comments on commit 39a9e5a

Please sign in to comment.