This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new a4d31bbc636 branch-3.0: [fix](test) fix p2 case
test_show_data_with_compaction #53558 (#53767)
a4d31bbc636 is described below
commit a4d31bbc636f7274a6715f41675945b68d97abd1
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 23 20:19:50 2025 +0800
branch-3.0: [fix](test) fix p2 case test_show_data_with_compaction #53558
(#53767)
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]