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 2794fcc9c90 [fix](case) add query to force sync rowset meta (#56949)
2794fcc9c90 is described below

commit 2794fcc9c9033ea1360a18994ee3973bc27370e7
Author: zzzxl <[email protected]>
AuthorDate: Mon Oct 20 10:29:21 2025 +0800

    [fix](case) add query to force sync rowset meta (#56949)
---
 .../test_skip_index_compaction_fault_injection.groovy                  | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/regression-test/suites/fault_injection_p0/test_skip_index_compaction_fault_injection.groovy
 
b/regression-test/suites/fault_injection_p0/test_skip_index_compaction_fault_injection.groovy
index 8b030a83094..f53d1c38443 100644
--- 
a/regression-test/suites/fault_injection_p0/test_skip_index_compaction_fault_injection.groovy
+++ 
b/regression-test/suites/fault_injection_p0/test_skip_index_compaction_fault_injection.groovy
@@ -118,6 +118,9 @@ suite("test_skip_index_compaction_fault_injection", 
"nonConcurrent") {
     sql """ INSERT INTO ${tableName} VALUES (10, "40.135.0.0", "GET 
/images/hm_bg.jpg HTTP/1.0", 1, 2); """
 
     sql "sync"
+    
+    def count_result = sql "SELECT COUNT(*) FROM ${tableName};"
+    logger.info("Table ${tableName} row count: {}", count_result)
 
     def tablets = sql_return_maparray """ show tablets from ${tableName}; """
     logger.info("tablets: {}", tablets)


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

Reply via email to