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 41ebfc1f761 branch-3.0: [fix](test) Change case 
test_index_compaction_p1 waiting time. (#43852)
41ebfc1f761 is described below

commit 41ebfc1f761607efe8254922f7ad22682eafb63d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 14 14:31:38 2024 +0800

    branch-3.0: [fix](test) Change case test_index_compaction_p1 waiting time. 
(#43852)
    
    Cherry-picked from #43694
    
    Co-authored-by: zzzxl <yangs...@selectdb.com>
---
 .../index_compaction/test_index_compaction_p1.groovy                  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/regression-test/suites/inverted_index_p1/index_compaction/test_index_compaction_p1.groovy
 
b/regression-test/suites/inverted_index_p1/index_compaction/test_index_compaction_p1.groovy
index a64e4da7d82..27a8470bd26 100644
--- 
a/regression-test/suites/inverted_index_p1/index_compaction/test_index_compaction_p1.groovy
+++ 
b/regression-test/suites/inverted_index_p1/index_compaction/test_index_compaction_p1.groovy
@@ -71,7 +71,7 @@ suite("test_index_compaction_p1", "p1, nonConcurrent") {
             "disable_auto_compaction" = "true"
         );
     """
-    def executor = Executors.newFixedThreadPool(50)
+    def executor = Executors.newFixedThreadPool(5)
     (1..110).each { i ->
         executor.submit {
             def fileName = "documents-" + i + ".json"
@@ -79,7 +79,7 @@ suite("test_index_compaction_p1", "p1, nonConcurrent") {
         }
     }
     executor.shutdown()
-    executor.awaitTermination(10, TimeUnit.MINUTES)
+    executor.awaitTermination(30, TimeUnit.MINUTES)
 
     def backendId_to_backendIP = [:]
     def backendId_to_backendHttpPort = [:]


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to