You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2021/05/11 08:26:15 UTC

[hudi] branch master updated (7a5af80 -> ac72470)

This is an automated email from the ASF dual-hosted git repository.

vinoth pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git.


    from 7a5af80  [HUDI-1818] Validate required fields for Flink HoodieTable (#2930)
     add ac72470  [HUDI-1851] Adding test suite long running automate scripts for docker (#2880)

No new revisions were added by this update.

Summary of changes:
 .../clustering.yaml.template}                      |   8 +-
 .../long-running.yaml.template}                    |   6 +-
 .../templates/spark_command.txt.template           |  34 ++++
 .../test.properties.template}                      |   7 +-
 docker/generate_test_suite.sh                      | 172 +++++++++++++++++++++
 5 files changed, 214 insertions(+), 13 deletions(-)
 copy docker/demo/config/test-suite/{cow-clustering-example.yaml => templates/clustering.yaml.template} (92%)
 copy docker/demo/config/test-suite/{cow-long-running-multi-partitions.yaml => templates/long-running.yaml.template} (95%)
 create mode 100644 docker/demo/config/test-suite/templates/spark_command.txt.template
 copy docker/demo/config/test-suite/{test.properties => templates/test.properties.template} (88%)
 create mode 100755 docker/generate_test_suite.sh