-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Fix how bytes are displayed on _cat/recovery #17598
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
Conversation
|
❌ Gradle check result for 94e8fac: 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? |
@hrithikshukla looks like mixed cluster tests are failing: with assertion failure: could you please address these failures |
|
❕ Gradle check result for f927d61: 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 #17598 +/- ##
============================================
- Coverage 72.46% 72.45% -0.02%
+ Complexity 65757 65705 -52
============================================
Files 5311 5311
Lines 305001 305011 +10
Branches 44230 44232 +2
============================================
- Hits 221022 220984 -38
+ Misses 65932 65855 -77
- Partials 18047 18172 +125 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thanks for taking a look @Rishikesh1159. I've updated the tests with a skip for versions < 3.0 since the output is now different between versions, let me know if that's ok or if there's another preferred approach. |
|
Nice, Thanks @hrithikshukla for raising PR. LGTM. could you please rebase the PR again seems like a merge conflict in changelog file |
|
❌ Gradle check result for bb1f7db: 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? |
Signed-off-by: Hrithik Shukla <[email protected]>
Signed-off-by: Hrithik Shukla <[email protected]>
|
looks like again there is a merge conflict. sorry @hrithikshukla for the back and forth could you please rebase again. |
Signed-off-by: Hrithik Shukla <[email protected]>
|
yeah, just finished rebasing @Rishikesh1159 |
|
❌ Gradle check result for be0db61: 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 be0db61: 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? |
* Fix how bytes are displayed on _cat/recovery Signed-off-by: Hrithik Shukla <[email protected]> * Fix tests Signed-off-by: Hrithik Shukla <[email protected]> * Update changelog Signed-off-by: Hrithik Shukla <[email protected]> --------- Signed-off-by: Hrithik Shukla <[email protected]> Co-authored-by: Hrithik Shukla <[email protected]>
Description
Byte fields now display correct values on the _cat/recovery page and now work with the the
bytesparameterhttp://localhost:9200/_cat/recovery?v
http://localhost:9200/_cat/recovery?v&bytes=b
Related Issues
Resolves #17596
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.