This is an automated email from the ASF dual-hosted git repository.
wangbo pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
from bb1420b3fe7 [fix](scheduler) Fix coredump due to different queue size
(#55736)
add 14e572397fa [test] add regression test for cloud build index (#55685)
No new revisions were added by this update.
Summary of changes:
.../test_cloud_build_index_basic.out | Bin 0 -> 551 bytes
.../test_cloud_build_index_update.out | Bin 0 -> 605 bytes
regression-test/plugins/plugin_index_change.groovy | 92 +++++++++++-
.../test_cloud_build_index_basic.groovy | 138 +++++++++++++++++
.../test_cloud_build_index_error.groovy | 163 +++++++++++++++++++++
.../test_cloud_build_index_update.groovy | 156 ++++++++++++++++++++
.../index_change/test_add_drop_index.groovy | 78 +++++-----
.../test_add_drop_index_ignore_case_column.groovy | 22 +--
.../test_add_drop_index_on_table_with_mv.groovy | 23 +--
.../test_add_drop_index_repeatly.groovy | 19 ++-
.../test_add_drop_index_with_data.groovy | 46 +++---
.../test_add_drop_index_with_delete_data.groovy | 26 +---
.../index_change/test_index_change_1.groovy | 34 ++---
.../index_change/test_index_change_2.groovy | 34 +----
.../index_change/test_index_change_3.groovy | 63 ++------
.../index_change/test_index_change_4.groovy | 34 ++---
.../index_change/test_index_change_5.groovy | 31 +---
.../index_change/test_index_change_6.groovy | 45 +++---
.../test_index_change_on_new_column.groovy | 29 +---
.../test_index_change_on_renamed_column.groovy | 23 +--
..._index_change_with_cumulative_compaction.groovy | 32 +---
.../test_index_change_with_full_compaction.groovy | 35 ++---
.../index_change/test_pk_uk_index_change.groovy | 28 +---
.../inverted_index_p0/test_create_index_2.groovy | 28 ++--
.../suites/variant_p0/with_index/load.groovy | 31 ++--
25 files changed, 745 insertions(+), 465 deletions(-)
create mode 100644
regression-test/data/inverted_index_p0/cloud_build_index/test_cloud_build_index_basic.out
create mode 100644
regression-test/data/inverted_index_p0/cloud_build_index/test_cloud_build_index_update.out
create mode 100644
regression-test/suites/inverted_index_p0/cloud_build_index/test_cloud_build_index_basic.groovy
create mode 100644
regression-test/suites/inverted_index_p0/cloud_build_index/test_cloud_build_index_error.groovy
create mode 100644
regression-test/suites/inverted_index_p0/cloud_build_index/test_cloud_build_index_update.groovy
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]