Shuo Cheng created HUDI-9205:
--------------------------------
Summary: Refactor Flink tests to avoid sleeping for data results
Key: HUDI-9205
URL: https://issues.apache.org/jira/browse/HUDI-9205
Project: Apache Hudi
Issue Type: Improvement
Reporter: Shuo Cheng
Currently for continuous streaming query, flink tests sleep some time and kill
the streaming job, then fetch the data results, which is not stable enough and
leads to flaky tests.
We can follow the testing way in Flink,
https://github.com/apache/flink/blob/b1c3209769db187a4f37f2498ef9c23fbb4adbfe/flink-table/flink-table-planner/src/test/java/org/apache/flink/table/planner/factories/TestValuesTableFactory.java#L393,
and get rid of sleeping way.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)