dawidwys commented on code in PR #23869: URL: https://github.com/apache/flink/pull/23869#discussion_r1415631030
########## flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/plan/nodes/exec/testutils/RestoreTestBase.java: ########## @@ -117,6 +122,11 @@ public EnumSet<TestKind> supportedRunSteps() { return EnumSet.of(TestKind.SQL); } + @BeforeEach + public void clearData() { Review Comment: A food for thought. Would it make sense to add some unique identifier to all the sinks/sources in `RestoreTestBase`? We could use e.g. the test id or generate some UUID for the duration of a test run. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org