-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[opt](resource) Add WorkloadSchedPolicyTest
#48154
[opt](resource) Add WorkloadSchedPolicyTest
#48154
Conversation
run buildall |
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
TPC-H: Total hot run time: 31616 ms
|
TPC-DS: Total hot run time: 190498 ms
|
ClickBench: Total hot run time: 30.39 s
|
TeamCity be ut coverage result: |
9f46795
to
bd6b001
Compare
run buildall |
TPC-H: Total hot run time: 31574 ms
|
TPC-DS: Total hot run time: 190410 ms
|
ClickBench: Total hot run time: 30.29 s
|
TeamCity be ut coverage result: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
### What problem does this PR solve? ``` [==========] Running 4 tests from 1 test suite. [----------] Global test environment set-up. [----------] 4 tests from WorkloadSchedPolicyTest [ RUN ] WorkloadSchedPolicyTest.one_policy_one_condition [ OK ] WorkloadSchedPolicyTest.one_policy_one_condition (51 ms) [ RUN ] WorkloadSchedPolicyTest.one_policy_mutl_condition [ OK ] WorkloadSchedPolicyTest.one_policy_mutl_condition (50 ms) [ RUN ] WorkloadSchedPolicyTest.test_operator [ OK ] WorkloadSchedPolicyTest.test_operator (0 ms) [ RUN ] WorkloadSchedPolicyTest.test_wg_id_set [ OK ] WorkloadSchedPolicyTest.test_wg_id_set (0 ms) [----------] 4 tests from WorkloadSchedPolicyTest (103 ms total) [----------] Global test environment tear-down [==========] 4 tests from 1 test suite ran. (104 ms total) [ PASSED ] 4 tests. === Finished. Gtest output: /mnt/disk2/zouxinyi/doris/core/be/ut_build_ASAN/gtest_output ```
What problem does this PR solve?
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)