-
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 IT #16359
Conversation
8db7570
to
ecfe8c7
Compare
❌ Gradle check result for ecfe8c7: 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? |
server/src/internalClusterTest/java/org/opensearch/wlm/WorkloadManagementIT.java
Outdated
Show resolved
Hide resolved
server/src/internalClusterTest/java/org/opensearch/wlm/WorkloadManagementIT.java
Show resolved
Hide resolved
server/src/internalClusterTest/java/org/opensearch/wlm/WorkloadManagementIT.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Ruirui Zhang <[email protected]>
❌ Gradle check result for 1a550fe: 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? |
Signed-off-by: Ruirui Zhang <[email protected]>
❕ Gradle check result for 860e66e: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #16359 +/- ##
============================================
- Coverage 72.23% 72.17% -0.07%
- Complexity 65210 65218 +8
============================================
Files 5299 5299
Lines 303475 303475
Branches 43925 43925
============================================
- Hits 219217 219031 -186
- Misses 66254 66493 +239
+ Partials 18004 17951 -53 ☔ View full report in Codecov by Sentry. |
This PR is stalled because it has been open for 30 days with no activity. |
This PR is stalled because it has been open for 30 days with no activity. |
Signed-off-by: Ruirui Zhang <[email protected]>
❕ Gradle check result for ae9bc41: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
* add workload management IT Signed-off-by: Ruirui Zhang <[email protected]> * address comments Signed-off-by: Ruirui Zhang <[email protected]> --------- Signed-off-by: Ruirui Zhang <[email protected]> (cherry picked from commit e73ffdf) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* add workload management IT * address comments --------- (cherry picked from commit e73ffdf) Signed-off-by: Ruirui Zhang <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Add Integration Tests for workload management
For more information regarding workload management, refer to this RFC: #12342.
This IT can be run using