jnh5y commented on PR #23869: URL: https://github.com/apache/flink/pull/23869#issuecomment-1839158522
This PR adds back the JoinRestore tests (https://github.com/apache/flink/pull/23680) which were reverted (https://github.com/apache/flink/pull/23861) after CI failures. The issues was that other tests using the same factory name in the TestValuesFactory were reused between tests and the RestoreTestBase was not cleaning them up. This PR adds a method to clean up the TestValuesFactory between tests. This should be sufficient as long as multiple RestoreTests are not run concurrently. -- 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