wangbo opened a new pull request, #35045:
URL: https://github.com/apache/doris/pull/35045

   ## Proposed changes
   ```
   / 3 disable test_set_var_policy2
   sql "alter workload policy test_set_var_policy2 
properties('enabled'='false');"
   def result3 = connect(user = 'test_workload_sched_user', password = '12345', 
url = context.config.jdbcUrl)
   { Thread.sleep(3000) sql "show variables like 
'%parallel_pipeline_task_num%';" }
   assertEquals("parallel_pipeline_task_num", result3[0][0])
   assertEquals("33", result3[0][1])
   ^^^^^^^^^^^^^^^^^^^^^^^^^ERROR LINE^^^^^^^^^^^^^^^^^^^^^^^^^
   ```
   This is because using daemon thread to publish policy, we can only reset the 
interval in fe.conf


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to