This is an automated email from the ASF dual-hosted git repository. airborne pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push: new bfb2ad41667 [Fix](regression-test) fix wrong variable name in test_index_compaction_with_multi_index_segments #38182 (#38648) bfb2ad41667 is described below commit bfb2ad41667828210a0dc093b03338e4d0c35544 Author: airborne12 <airborn...@gmail.com> AuthorDate: Thu Aug 1 11:22:22 2024 +0800 [Fix](regression-test) fix wrong variable name in test_index_compaction_with_multi_index_segments #38182 (#38648) cherry pick from #38182 --- .../test_index_compaction_with_multi_index_segments.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy index 87b3cc06fbc..3dd0ed823f7 100644 --- a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy +++ b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy @@ -145,7 +145,7 @@ suite("test_index_compaction_with_multi_index_segments", "p0") { * 4. insert 10 rows, again * 5. full compaction */ - table_name = "test_index_compaction_with_multi_index_segments_dups" + tableName = "test_index_compaction_with_multi_index_segments_dups" sql """ DROP TABLE IF EXISTS ${tableName}; """ sql """ CREATE TABLE ${tableName} ( @@ -256,7 +256,7 @@ suite("test_index_compaction_with_multi_index_segments", "p0") { * 4. insert 10 rows, again * 5. full compaction */ - table_name = "test_index_compaction_with_multi_index_segments_unique" + tableName = "test_index_compaction_with_multi_index_segments_unique" sql """ DROP TABLE IF EXISTS ${tableName}; """ sql """ CREATE TABLE ${tableName} ( --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org