This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new e8d843d75f4 [Fix](executor)Fix regression test for
test_active_queries/test_backend_active_tasks #32899
e8d843d75f4 is described below
commit e8d843d75f4fe526479fb2acad3992a5f08aabe5
Author: wangbo <[email protected]>
AuthorDate: Wed Mar 27 19:41:22 2024 +0800
[Fix](executor)Fix regression test for
test_active_queries/test_backend_active_tasks #32899
---
regression-test/suites/query_p0/schema_table/test_active_queries.groovy | 2 +-
.../suites/query_p0/schema_table/test_backend_active_tasks.groovy | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/regression-test/suites/query_p0/schema_table/test_active_queries.groovy
b/regression-test/suites/query_p0/schema_table/test_active_queries.groovy
index 64c344deec7..24bc177173e 100644
--- a/regression-test/suites/query_p0/schema_table/test_active_queries.groovy
+++ b/regression-test/suites/query_p0/schema_table/test_active_queries.groovy
@@ -17,7 +17,7 @@
suite("test_active_queries") {
def thread1 = new Thread({
- while(true) {
+ for (int i = 0; i <= 300; i++) {
// non-pipeline
sql "set experimental_enable_pipeline_engine=false"
sql "set experimental_enable_pipeline_x_engine=false"
diff --git
a/regression-test/suites/query_p0/schema_table/test_backend_active_tasks.groovy
b/regression-test/suites/query_p0/schema_table/test_backend_active_tasks.groovy
index 172a7bbf850..f0d93fc43c9 100644
---
a/regression-test/suites/query_p0/schema_table/test_backend_active_tasks.groovy
+++
b/regression-test/suites/query_p0/schema_table/test_backend_active_tasks.groovy
@@ -17,7 +17,7 @@
suite("test_backend_active_tasks") {
def thread1 = new Thread({
- while(true) {
+ for (int i = 0; i <= 300; i++) {
// non-pipeline
sql "set experimental_enable_pipeline_engine=false"
sql "set experimental_enable_pipeline_x_engine=false"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]