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

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


    from 3f8ab03569e [feature](cloud) run more cases in cloud_p0 (#31179)
     add 2ff0339bddb [test](auto partition)add auto partitions p2 case (#31202)

No new revisions were added by this update.

Summary of changes:
 .../doris_dbgen_conf/stress_test_insert_into.yaml  |  38 ++--
 .../doris_dbgen_conf/two_stream_load_conflict.yaml |  32 +--
 .../ddl/create_list_part_data_table.sql            |  46 ++++
 .../ddl/create_range_part_data_table.sql           |  46 ++++
 .../ddl/small_data_high_concurrrent_load.sql       |  13 ++
 .../ddl/stream_load_list_test_table.sql            |  49 +++++
 .../ddl/stream_load_range_test_table.sql           |  49 +++++
 .../auto_partition/ddl/two_streamload_table1.sql   |  14 ++
 .../auto_partition/ddl/two_streamload_table2.sql   |  14 ++
 .../diff_data/stress_test_diff_date_list.groovy    | 226 ++++++++++++++++++++
 .../auto_partition/diff_data/thread_load_1.sh      |  17 ++
 .../auto_partition/diff_data/thread_load_2.sh      |  17 ++
 .../doris_dbgen_conf/10w_part_doris_dbgen.yaml     |  38 ++++
 .../doris_dbgen_conf/two_stream_load_conflict.yaml |  36 ++++
 .../stress_test_high_concurrency_load.groovy       | 193 +++++++++++++++++
 .../same_data/stress_test_same_date_range.groovy   | 201 ++++++++++++++++++
 .../auto_partition/same_data/thread_load_1.sh      |  17 ++
 .../auto_partition/same_data/thread_load_2.sh      |  17 ++
 .../stress_test_two_stream_load.groovy             | 231 +++++++++++++++++++++
 .../two_stream_load/thread_load_1.sh               |  17 ++
 .../two_stream_load/thread_load_2.sh               |  17 ++
 21 files changed, 1293 insertions(+), 35 deletions(-)
 create mode 100644 
regression-test/suites/partition_p2/auto_partition/ddl/create_list_part_data_table.sql
 create mode 100644 
regression-test/suites/partition_p2/auto_partition/ddl/create_range_part_data_table.sql
 create mode 100644 
regression-test/suites/partition_p2/auto_partition/ddl/small_data_high_concurrrent_load.sql
 create mode 100644 
regression-test/suites/partition_p2/auto_partition/ddl/stream_load_list_test_table.sql
 create mode 100644 
regression-test/suites/partition_p2/auto_partition/ddl/stream_load_range_test_table.sql
 create mode 100644 
regression-test/suites/partition_p2/auto_partition/ddl/two_streamload_table1.sql
 create mode 100644 
regression-test/suites/partition_p2/auto_partition/ddl/two_streamload_table2.sql
 create mode 100644 
regression-test/suites/partition_p2/auto_partition/diff_data/stress_test_diff_date_list.groovy
 create mode 100644 
regression-test/suites/partition_p2/auto_partition/diff_data/thread_load_1.sh
 create mode 100644 
regression-test/suites/partition_p2/auto_partition/diff_data/thread_load_2.sh
 create mode 100644 
regression-test/suites/partition_p2/auto_partition/doris_dbgen_conf/10w_part_doris_dbgen.yaml
 create mode 100644 
regression-test/suites/partition_p2/auto_partition/doris_dbgen_conf/two_stream_load_conflict.yaml
 create mode 100644 
regression-test/suites/partition_p2/auto_partition/high_concur_load/stress_test_high_concurrency_load.groovy
 create mode 100644 
regression-test/suites/partition_p2/auto_partition/same_data/stress_test_same_date_range.groovy
 create mode 100644 
regression-test/suites/partition_p2/auto_partition/same_data/thread_load_1.sh
 create mode 100644 
regression-test/suites/partition_p2/auto_partition/same_data/thread_load_2.sh
 create mode 100644 
regression-test/suites/partition_p2/auto_partition/two_stream_load/stress_test_two_stream_load.groovy
 create mode 100644 
regression-test/suites/partition_p2/auto_partition/two_stream_load/thread_load_1.sh
 create mode 100644 
regression-test/suites/partition_p2/auto_partition/two_stream_load/thread_load_2.sh


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to