This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from b17c421f52 [fix](datetime) will get String index out of range
exception (#17735)
add b5867176d4 [enhance](cooldown) add new cooldown cases (#16888)
No new revisions were added by this update.
Summary of changes:
.../alter_table_add_policy.groovy | 13 +-
.../create_table_use_partition_policy.groovy | 14 +-
.../create_table_use_policy.groovy | 6 +
.../disable_storage_policy_MoW.groovy | 0
.../modify_partition_add_policy.groovy | 6 +
.../use_default_storage_policy.groovy | 19 +-
.../cold_heat_separation/policy/alter.groovy | 265 +++++++----
.../cold_heat_separation/policy/create.groovy | 128 +++++-
.../suites/cold_heat_separation/policy/drop.groovy | 73 ++-
.../suites/cold_heat_separation/policy/show.groovy | 7 +
.../create_table_use_partition_policy.groovy | 374 +++++++++++++++
.../create_table_use_policy.groovy | 295 ++++++++++++
.../modify_replica_use_partition.groovy | 507 +++++++++++++++++++++
.../table_modify_resouce_and_policy.groovy | 333 ++++++++++++++
14 files changed, 1938 insertions(+), 102 deletions(-)
rename regression-test/suites/cold_heat_separation/{use_policy =>
empty_table_use_policy}/alter_table_add_policy.groovy (94%)
rename regression-test/suites/cold_heat_separation/{use_policy =>
empty_table_use_policy}/create_table_use_partition_policy.groovy (93%)
rename regression-test/suites/cold_heat_separation/{use_policy =>
empty_table_use_policy}/create_table_use_policy.groovy (95%)
rename regression-test/suites/cold_heat_separation/{use_policy =>
empty_table_use_policy}/disable_storage_policy_MoW.groovy (100%)
rename regression-test/suites/cold_heat_separation/{use_policy =>
empty_table_use_policy}/modify_partition_add_policy.groovy (96%)
rename regression-test/suites/cold_heat_separation/{use_policy =>
empty_table_use_policy}/use_default_storage_policy.groovy (90%)
create mode 100644
regression-test/suites/cold_heat_separation_p2/create_table_use_partition_policy.groovy
create mode 100644
regression-test/suites/cold_heat_separation_p2/create_table_use_policy.groovy
create mode 100644
regression-test/suites/cold_heat_separation_p2/modify_replica_use_partition.groovy
create mode 100644
regression-test/suites/cold_heat_separation_p2/table_modify_resouce_and_policy.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]