This is an automated email from the ASF dual-hosted git repository.

airborne pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 6f5c205f9bd [Pick 2.1](regression-test) fix wrong variable name in 
test_index_compaction_with_multi_index_segments  (#38577)
6f5c205f9bd is described below

commit 6f5c205f9bd1072d19bc541eded34b97819dac3d
Author: airborne12 <[email protected]>
AuthorDate: Wed Jul 31 19:44:18 2024 +0800

    [Pick 2.1](regression-test) fix wrong variable name in 
test_index_compaction_with_multi_index_segments  (#38577)
    
    Fix wrong variable name for case in
    test_index_compaction_with_multi_index_segments
    
    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 4023715c612..d4f3b2b1a25 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
@@ -144,7 +144,7 @@ suite("test_index_compaction_with_multi_index_segments", 
"nonConcurrent") {
         * 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} (
@@ -263,7 +263,7 @@ suite("test_index_compaction_with_multi_index_segments", 
"nonConcurrent") {
         * 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to