This is an automated email from the ASF dual-hosted git repository. airborne pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 6061293f2f0 [test](inverted index) move show data case from p1 to p2 (#40234) 6061293f2f0 is described below commit 6061293f2f0c48f368b5ef06bb01f47996fc89a8 Author: airborne12 <airborn...@gmail.com> AuthorDate: Mon Sep 2 13:15:13 2024 +0800 [test](inverted index) move show data case from p1 to p2 (#40234) ## Proposed changes Issue Number: close #xxx <!--Describe your changes.--> --- .../test_show_data.groovy | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/regression-test/suites/inverted_index_p1/test_show_data.groovy b/regression-test/suites/inverted_index_p2/test_show_data.groovy similarity index 99% rename from regression-test/suites/inverted_index_p1/test_show_data.groovy rename to regression-test/suites/inverted_index_p2/test_show_data.groovy index 294a3b8d695..fe9aa45b9b4 100644 --- a/regression-test/suites/inverted_index_p1/test_show_data.groovy +++ b/regression-test/suites/inverted_index_p2/test_show_data.groovy @@ -15,7 +15,7 @@ // specific language governing permissions and limitations // under the License. -suite("test_show_data", "p1") { +suite("test_show_data", "p2") { // define a sql table def testTableWithoutIndex = "test_show_data_httplogs_without_index" def testTableWithIndex = "test_show_data_httplogs_with_index" @@ -212,7 +212,7 @@ suite("test_show_data", "p1") { } } -suite("test_show_data_for_bkd", "p1") { +suite("test_show_data_for_bkd", "p2") { // define a sql table def testTableWithoutBKDIndex = "test_show_data_httplogs_without_bkd_index" def testTableWithBKDIndex = "test_show_data_httplogs_with_bkd_index" @@ -409,7 +409,7 @@ suite("test_show_data_for_bkd", "p1") { } } -suite("test_show_data_multi_add", "p1") { +suite("test_show_data_multi_add", "p2") { // define a sql table def testTableWithoutIndex = "test_show_data_httplogs_multi_add_without_index" def testTableWithIndex = "test_show_data_httplogs_multi_add_with_index" @@ -612,7 +612,7 @@ suite("test_show_data_multi_add", "p1") { } } -suite("test_show_data_with_compaction", "p1") { +suite("test_show_data_with_compaction", "p2") { // define a sql table def tableWithIndexCompaction = "test_with_index_compaction" def tableWithOutIndexCompaction = "test_without_index_compaction" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org