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

kxiao 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 4e326e5f496 [test](inverted index) do not run 
test_index_lowercase_fault_injection in cloud mode (#39235)
4e326e5f496 is described below

commit 4e326e5f496109edb253d094869d057573ab7a59
Author: zzzxl <[email protected]>
AuthorDate: Wed Aug 14 20:12:32 2024 +0800

    [test](inverted index) do not run test_index_lowercase_fault_injection in 
cloud mode (#39235)
---
 .../inverted_index_p0/test_index_lowercase_fault_injection.groovy     | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/regression-test/suites/inverted_index_p0/test_index_lowercase_fault_injection.groovy
 
b/regression-test/suites/inverted_index_p0/test_index_lowercase_fault_injection.groovy
index 2ed2a04a93b..b384814e4b9 100644
--- 
a/regression-test/suites/inverted_index_p0/test_index_lowercase_fault_injection.groovy
+++ 
b/regression-test/suites/inverted_index_p0/test_index_lowercase_fault_injection.groovy
@@ -17,6 +17,10 @@
 
 
 suite("test_index_lowercase_fault_injection", "nonConcurrent") {
+    if (isCloudMode()) {
+        return;
+    }
+
     // define a sql table
     def testTable = "httplogs_lowercase"
 


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

Reply via email to