-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[Workload Management] Add Workload Management Stats IT #16341
base: main
Are you sure you want to change the base?
Conversation
eb6ae21
to
867e315
Compare
❌ Gradle check result for 867e315: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 18fe21f: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16341 +/- ##
============================================
- Coverage 72.06% 72.03% -0.03%
+ Complexity 64822 64787 -35
============================================
Files 5308 5308
Lines 302574 302558 -16
Branches 43710 43709 -1
============================================
- Hits 218048 217947 -101
- Misses 66648 66700 +52
- Partials 17878 17911 +33 ☔ View full report in Codecov by Sentry. |
❌ Gradle check result for 33aafe5: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
...er/src/internalClusterTest/java/org/opensearch/search/backpressure/SearchBackpressureIT.java
Show resolved
Hide resolved
server/src/internalClusterTest/java/org/opensearch/wlm/WorkloadManagementStatsIT.java
Outdated
Show resolved
Hide resolved
server/src/internalClusterTest/java/org/opensearch/wlm/WorkloadManagementStatsIT.java
Show resolved
Hide resolved
server/src/internalClusterTest/java/org/opensearch/wlm/WorkloadManagementStatsIT.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Ruirui Zhang <[email protected]>
Signed-off-by: Ruirui Zhang <[email protected]>
Signed-off-by: Ruirui Zhang <[email protected]>
Signed-off-by: Ruirui Zhang <[email protected]>
Signed-off-by: Ruirui Zhang <[email protected]>
33aafe5
to
adb1c1a
Compare
❌ Gradle check result for adb1c1a: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
This PR is stalled because it has been open for 30 days with no activity. |
Add Integration Tests for workload management stats API
For more information regarding workload management, refer to this RFC: #12342.
This IT can be run using