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

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


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 13d2739b884 branch-3.1: [fix](test) fix p2 case 
test_show_data_with_compaction #53558 (#53766)
13d2739b884 is described below

commit 13d2739b884419b9a0dff28603e60e7103ac0ca1
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 24 14:35:53 2025 +0800

    branch-3.1: [fix](test) fix p2 case test_show_data_with_compaction #53558 
(#53766)
    
    Cherry-picked from #53558
    
    Co-authored-by: zzzxl <[email protected]>
---
 regression-test/suites/inverted_index_p2/test_show_data.groovy | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/regression-test/suites/inverted_index_p2/test_show_data.groovy 
b/regression-test/suites/inverted_index_p2/test_show_data.groovy
index 657b982c683..c48d87d3d3e 100644
--- a/regression-test/suites/inverted_index_p2/test_show_data.groovy
+++ b/regression-test/suites/inverted_index_p2/test_show_data.groovy
@@ -804,6 +804,8 @@ suite("test_show_data_with_compaction", "p2") {
         load_httplogs_data.call(tableWithOutIndexCompaction, '9', 'true', 
'json', 'documents-1000.json')
         load_httplogs_data.call(tableWithOutIndexCompaction, '10', 'true', 
'json', 'documents-1000.json')
 
+        sql "sync"
+
         def another_with_index_size = 
wait_for_show_data_finish(tableWithOutIndexCompaction, 60000, 0)
         assertTrue(another_with_index_size != "wait_timeout")
         trigger_and_wait_compaction(tableWithOutIndexCompaction, "full")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to