This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from 1fedfd5eda1 [Improve](array-overlaps) improve array overlaps (#41571)
new b9ab5fd2925 [feature](docker suite) Docker suite use independent
executor (#40259)
new 57751d2f11c [feature](docker suite) make docker suite no need external
doris cluster (#40787)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
docker/runtime/doris-compose/Dockerfile | 2 +-
docker/runtime/doris-compose/Readme.md | 58 +++++++--
docker/runtime/doris-compose/cluster.py | 6 +-
docker/runtime/doris-compose/command.py | 59 +++++++---
docker/runtime/doris-compose/database.py | 129 +++++++++------------
docker/runtime/doris-compose/doris-compose.py | 9 +-
.../runtime/doris-compose/format-code.sh | 3 +-
docker/runtime/doris-compose/requirements.txt | 1 +
docker/runtime/doris-compose/resource/common.sh | 13 ++-
docker/runtime/doris-compose/resource/init_fe.sh | 2 +-
docker/runtime/doris-compose/utils.py | 4 +
.../org/apache/doris/regression/Config.groovy | 76 +++++++++---
.../apache/doris/regression/ConfigOptions.groovy | 20 ++++
.../apache/doris/regression/RegressionTest.groovy | 82 ++++++++-----
.../doris/regression/action/ProfileAction.groovy | 4 +-
.../org/apache/doris/regression/suite/Suite.groovy | 35 +++++-
.../doris/regression/suite/SuiteCluster.groovy | 5 +-
.../clone_p0/test_clone_missing_version.groovy | 2 +-
.../clone_p0/test_clone_no_missing_version.groovy | 2 +-
.../suites/clone_p0/test_decommission_mtmv.groovy | 2 +-
.../test_drop_clone_tablet_path_race.groovy | 2 +-
.../cloud_p0/multi_cluster/test_rebalance.groovy | 2 +-
.../suites/cloud_p0/multi_cluster/test_tvf.groovy | 4 +-
.../cloud_p0/query_retry/test_retry_e-230.groovy | 2 +-
.../test_schema_change_with_compaction10.groovy | 4 +-
.../test_schema_change_with_compaction11.groovy | 2 +-
.../test_schema_change_with_compaction5.groovy | 4 +-
.../test_schema_change_with_compaction6.groovy | 4 +-
.../test_schema_change_with_compaction9.groovy | 4 +-
.../test_compaction_with_visible_version.groovy | 2 +-
.../suites/demo_p0/docker_action.groovy | 10 +-
.../group_commit/replay_wal_restart_fe.groovy | 2 +-
.../transaction/txn_insert_restart_fe.groovy | 2 +-
...txn_insert_restart_fe_with_schema_change.groovy | 2 +-
.../test_build_index_with_clone_by_docker.groovy | 2 +-
.../test_min_load_replica_num_complicate.groovy | 2 +-
.../load/insert/test_publish_one_succ.groovy | 2 +-
.../load/insert/test_publish_slow_not_wait.groovy | 2 +-
.../insert/test_min_load_replica_num_simple.groovy | 2 +-
.../test_routine_load_restart_fe.groovy | 2 +-
.../stream_load/test_coordidator_be_restart.groovy | 2 +-
.../test_migrate_disk_with_publish_version.groovy | 2 +-
...t_dynamic_partition_mod_distribution_key.groovy | 4 +-
.../test_create_table_exception.groovy | 2 +-
.../test_partition_create_tablet_rr.groovy | 2 +-
.../suites/query_p0/test_forward_qeury.groovy | 4 +-
.../test_schema_change_concurrent_with_txn.groovy | 2 +-
.../test_abort_txn_by_be_cloud1.groovy | 2 +-
.../test_abort_txn_by_be_cloud2.groovy | 2 +-
.../test_abort_txn_by_be_local5.groovy | 3 +-
.../test_abort_txn_by_be_local6.groovy | 3 +-
.../test_abort_txn_by_fe_cloud4.groovy | 2 +-
.../test_abort_txn_by_fe_local3.groovy | 3 +-
.../test_partition_default_medium.groovy | 2 +-
.../test_storage_medium_has_disk.groovy | 2 +-
regression-test/suites/trash_p0/clean_trash.groovy | 4 +-
.../test_mow_full_clone_exception.groovy | 2 +-
.../test_partial_update_conflict_be_restart.groovy | 2 +-
.../test_mow_full_clone_exception.groovy | 2 +-
run-regression-test.sh | 3 +
60 files changed, 398 insertions(+), 224 deletions(-)
copy regression-test/framework/README =>
docker/runtime/doris-compose/format-code.sh (95%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]