Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix](executor)Fix cloud p0 workload policy test failed #35045

Merged
merged 1 commit into from
May 20, 2024

Conversation

wangbo
Copy link
Contributor

@wangbo wangbo commented May 20, 2024

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

@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@wangbo
Copy link
Contributor Author

wangbo commented May 20, 2024

run buildall

Copy link
Contributor

PR approved by anyone and no changes requested.

Copy link
Contributor

PR approved by at least one committer and no changes requested.

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label May 20, 2024
@yiguolei yiguolei merged commit 7457674 into apache:master May 20, 2024
27 of 29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by one committer. dev/3.0.0-merged reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants