This is an automated email from the ASF dual-hosted git repository.
hellostephen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from 559162c4b32 [Opt](cloud-mow) Do a fast retry when encounter
TXN_CONFLICT for`get_delete_bitmap_update_lock_v1` (#53968)
add 4f4fde28bb5 [Test](recycler) Add and pick test for recycler and
recycler's metrics (#53373)
No new revisions were added by this update.
Summary of changes:
.../data/cloud_p0/copy_into/internal_customer.csv | 10 +
.../data/cloud_p0/recycler/table1_data.csv | 5 +
.../recycler/test_recycler.out} | Bin
.../recycler/test_recycler_inverted_index.out | Bin 0 -> 115 bytes
.../recycler/test_recycler_with_compaction.out | Bin 0 -> 135 bytes
.../recycler/test_recycler_with_drop_column.out | Bin 0 -> 152 bytes
.../recycler/test_recycler_with_drop_db.out} | Bin
.../recycler/test_recycler_with_drop_index.out | Bin 0 -> 135 bytes
.../recycler/test_recycler_with_drop_multi_db.out | Bin 0 -> 291 bytes
.../recycler/test_recycler_with_drop_partition.out | Bin 0 -> 155 bytes
.../recycler/test_recycler_with_drop_rollup.out | Bin 0 -> 135 bytes
.../test_recycler_with_dynamic_partition.out} | Bin
.../recycler/test_recycler_with_internal_copy.out | Bin 0 -> 140 bytes
.../test_recycler_with_many_partitions.out | Bin 0 -> 177911 bytes
.../recycler/test_recycler_with_schema_change.out | Bin 0 -> 155 bytes
.../recycler/test_recycler_with_truncate_table.out | Bin 0 -> 163 bytes
.../recycler/test_recycler_with_txn_label.out | Bin 0 -> 137 bytes
.../cloud_p0/conf/regression-conf-custom.groovy | 18 ++
.../plugins/cloud_recycler_plugin.groovy | 143 ++++++++++++++
.../suites/cloud_p0/recycler/check_meta.groovy | 100 ++++++++++
.../suites/cloud_p0/recycler/test_checker.groovy | 215 +++++++++++++++++++++
.../suites/cloud_p0/recycler/test_recycler.groovy | 139 +++++++++++++
.../test_recycler_expired_stage_objects.groovy | 77 ++++++++
.../recycler/test_recycler_inverted_index.groovy | 133 +++++++++++++
.../recycler/test_recycler_with_drop_column.groovy | 124 ++++++++++++
.../recycler/test_recycler_with_drop_db.groovy | 133 +++++++++++++
.../recycler/test_recycler_with_drop_index.groovy | 178 +++++++++++++++++
.../test_recycler_with_drop_multi_db.groovy | 145 ++++++++++++++
.../recycler/test_recycler_with_drop_mv.groovy | 130 +++++++++++++
.../test_recycler_with_drop_partition.groovy | 162 ++++++++++++++++
.../recycler/test_recycler_with_drop_rollup.groovy | 132 +++++++++++++
.../test_recycler_with_dynamic_partition.groovy | 80 ++++++++
.../test_recycler_with_internal_copy.groovy | 128 ++++++++++++
.../test_recycler_with_many_partitions.groovy | 137 +++++++++++++
.../test_recycler_with_schema_change.groovy | 172 +++++++++++++++++
.../test_recycler_with_truncate_table.groovy | 191 ++++++++++++++++++
.../recycler/test_recycler_with_txn_label.groovy | 168 ++++++++++++++++
37 files changed, 2720 insertions(+)
create mode 100644
regression-test/data/cloud_p0/copy_into/internal_customer.csv
create mode 100644 regression-test/data/cloud_p0/recycler/table1_data.csv
copy
regression-test/data/{insert_p2/test_group_commit_insert_into_lineitem_multiple_client.out
=> cloud_p0/recycler/test_recycler.out} (100%)
create mode 100644
regression-test/data/cloud_p0/recycler/test_recycler_inverted_index.out
create mode 100644
regression-test/data/cloud_p0/recycler/test_recycler_with_compaction.out
create mode 100644
regression-test/data/cloud_p0/recycler/test_recycler_with_drop_column.out
copy
regression-test/data/{insert_p2/test_group_commit_insert_into_lineitem_multiple_client.out
=> cloud_p0/recycler/test_recycler_with_drop_db.out} (100%)
create mode 100644
regression-test/data/cloud_p0/recycler/test_recycler_with_drop_index.out
create mode 100644
regression-test/data/cloud_p0/recycler/test_recycler_with_drop_multi_db.out
create mode 100644
regression-test/data/cloud_p0/recycler/test_recycler_with_drop_partition.out
create mode 100644
regression-test/data/cloud_p0/recycler/test_recycler_with_drop_rollup.out
copy
regression-test/data/{query_p0/sql_functions/aggregate_functions/test_aggregate_push_down_agg.out
=> cloud_p0/recycler/test_recycler_with_dynamic_partition.out} (100%)
create mode 100644
regression-test/data/cloud_p0/recycler/test_recycler_with_internal_copy.out
create mode 100644
regression-test/data/cloud_p0/recycler/test_recycler_with_many_partitions.out
create mode 100644
regression-test/data/cloud_p0/recycler/test_recycler_with_schema_change.out
create mode 100644
regression-test/data/cloud_p0/recycler/test_recycler_with_truncate_table.out
create mode 100644
regression-test/data/cloud_p0/recycler/test_recycler_with_txn_label.out
create mode 100644 regression-test/suites/cloud_p0/recycler/check_meta.groovy
create mode 100644 regression-test/suites/cloud_p0/recycler/test_checker.groovy
create mode 100644
regression-test/suites/cloud_p0/recycler/test_recycler.groovy
create mode 100644
regression-test/suites/cloud_p0/recycler/test_recycler_expired_stage_objects.groovy
create mode 100644
regression-test/suites/cloud_p0/recycler/test_recycler_inverted_index.groovy
create mode 100644
regression-test/suites/cloud_p0/recycler/test_recycler_with_drop_column.groovy
create mode 100644
regression-test/suites/cloud_p0/recycler/test_recycler_with_drop_db.groovy
create mode 100644
regression-test/suites/cloud_p0/recycler/test_recycler_with_drop_index.groovy
create mode 100644
regression-test/suites/cloud_p0/recycler/test_recycler_with_drop_multi_db.groovy
create mode 100644
regression-test/suites/cloud_p0/recycler/test_recycler_with_drop_mv.groovy
create mode 100644
regression-test/suites/cloud_p0/recycler/test_recycler_with_drop_partition.groovy
create mode 100644
regression-test/suites/cloud_p0/recycler/test_recycler_with_drop_rollup.groovy
create mode 100644
regression-test/suites/cloud_p0/recycler/test_recycler_with_dynamic_partition.groovy
create mode 100644
regression-test/suites/cloud_p0/recycler/test_recycler_with_internal_copy.groovy
create mode 100644
regression-test/suites/cloud_p0/recycler/test_recycler_with_many_partitions.groovy
create mode 100644
regression-test/suites/cloud_p0/recycler/test_recycler_with_schema_change.groovy
create mode 100644
regression-test/suites/cloud_p0/recycler/test_recycler_with_truncate_table.groovy
create mode 100644
regression-test/suites/cloud_p0/recycler/test_recycler_with_txn_label.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]