Add deprecation warning for /_cat/snapshots in favor of /_cat/snapshots/{repository}#16960
Add deprecation warning for /_cat/snapshots in favor of /_cat/snapshots/{repository}#16960finnegancarroll wants to merge 4 commits intoopensearch-project:mainfrom
Conversation
|
❕ Gradle check result for bfa304e: 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 Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16960 +/- ##
============================================
- Coverage 72.44% 72.43% -0.01%
+ Complexity 65732 65690 -42
============================================
Files 5311 5311
Lines 305011 305013 +2
Branches 44232 44232
============================================
- Hits 220969 220951 -18
+ Misses 65967 65940 -27
- Partials 18075 18122 +47 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Could you please add test case to |
|
Also please add CHANGELOG entry (for 3.x?), thank you |
|
❕ Gradle check result for 37da999: 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. |
37da999 to
96f95e9
Compare
|
❌ Gradle check result for 96f95e9: 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 96f95e9: 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. |
Signed-off-by: Finn Carroll <carrofin@amazon.com>
Signed-off-by: Finn Carroll <carrofin@amazon.com>
…nt} yamlRestTest to version 3.0. Signed-off-by: Finn Carroll <carrofin@amazon.com>
96f95e9 to
b957636
Compare
Signed-off-by: Finn Carroll <carrofin@amazon.com>
b957636 to
cf77a81
Compare
|
❕ Gradle check result for cf77a81: 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. |
|
I'm noticing the way yaml rest tests handle query parameters and paths is creating some issues for this specific case. The client appears to move all variable parameters of a request (regardless of origin) into a single |
|
This PR is stalled because it has been open for 30 days with no activity. |
Description
Per #16648 mark
/_cat/snapshotsas deprecated. Redundant with the more explicit/_cat/snapshots/{repository}.Adds deprecation log for this route:
Related Issues
Resolves #16648
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.