-
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
base: main
Are you sure you want to change the base?
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 <mariazrr@amazon.com>
❌ 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 <mariazrr@amazon.com>
❕ 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.06% 72.00% -0.06%
+ Complexity 65045 65007 -38
============================================
Files 5313 5313
Lines 303382 303382
Branches 43906 43906
============================================
- Hits 218633 218465 -168
- Misses 66855 66955 +100
- Partials 17894 17962 +68 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
This PR is stalled because it has been open for 30 days with no activity. |
Add Integration Tests for workload management
For more information regarding workload management, refer to this RFC: #12342.
This IT can be run using