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 d970b08f6f2 branch-3.1: [test](inverted index) make test more stable
for test_write_inverted_index_exception_fault_injection #53686 (#53718)
d970b08f6f2 is described below
commit d970b08f6f23cc7daaaf012f60bb328deb731fab
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 23 10:30:09 2025 +0800
branch-3.1: [test](inverted index) make test more stable for
test_write_inverted_index_exception_fault_injection #53686 (#53718)
Cherry-picked from #53686
Co-authored-by: airborne12 <[email protected]>
---
.../test_write_inverted_index_exception_fault_injection.groovy | 1 +
1 file changed, 1 insertion(+)
diff --git
a/regression-test/suites/fault_injection_p0/test_write_inverted_index_exception_fault_injection.groovy
b/regression-test/suites/fault_injection_p0/test_write_inverted_index_exception_fault_injection.groovy
index 52ce8f87a74..2c421c2ab42 100644
---
a/regression-test/suites/fault_injection_p0/test_write_inverted_index_exception_fault_injection.groovy
+++
b/regression-test/suites/fault_injection_p0/test_write_inverted_index_exception_fault_injection.groovy
@@ -91,6 +91,7 @@ suite("test_write_inverted_index_exception_fault_injection",
"nonConcurrent") {
sql """ INSERT INTO ${tableName} VALUES (2, "bason", 11, [79, 85, 97],
["singing", "dancing"], "bason is good at singing", ["bason is very clever",
"bason is very healthy"]); """
sql """ INSERT INTO ${tableName} VALUES (3, "andy", 10, [89, 80, 98],
["football", "basketball"], "andy is good at sports", ["andy has a good heart",
"andy is so nice"]); """
sql """ INSERT INTO ${tableName} VALUES (3, "bason", 11, [79, 85, 97],
["singing", "dancing"], "bason is good at singing", ["bason is very clever",
"bason is very healthy"]); """
+ sql """ SYNC """
}
def check_count = { String tableName, int count ->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]