[Fix](executor)Fix regression test for test_active_queries/test_backend_active_tasks #32899

This commit is contained in:
wangbo
2024-03-27 19:41:22 +08:00
committed by yiguolei
parent 02d623f2ce
commit e8d843d75f
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"