[
https://issues.apache.org/jira/browse/HUDI-9205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Danny Chen closed HUDI-9205.
----------------------------
Reviewers: Danny Chen
Resolution: Fixed
Fixed via master branch: b6957f020d00aca9d5c83f51b8e8f0bd102ac9bd
> 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
> Assignee: Shuo Cheng
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.1.0
>
>
> 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)