-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Backport 2.19] Use Bad Request status for InputCoercionException (#18161) #18203
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
[Backport 2.19] Use Bad Request status for InputCoercionException (#18161) #18203
Conversation
…#18161) * Use Bad Request status for InputCoercionException Signed-off-by: Daniel Widdis <[email protected]> * Add yamlRestTest for the fix Signed-off-by: Daniel Widdis <[email protected]> * Skip test before 3.1.0 Signed-off-by: Daniel Widdis <[email protected]> --------- Signed-off-by: Daniel Widdis <[email protected]> Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> (cherry picked from commit 4ce638c)
|
❕ Gradle check result for ffd0893: 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 @@
## 2.19 #18203 +/- ##
============================================
- Coverage 72.07% 71.95% -0.13%
+ Complexity 66053 65958 -95
============================================
Files 5341 5341
Lines 307182 307186 +4
Branches 44832 44834 +2
============================================
- Hits 221415 221047 -368
- Misses 67319 67731 +412
+ Partials 18448 18408 -40 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Owais Kazi <[email protected]> Signed-off-by: Daniel Widdis <[email protected]>
|
❌ Gradle check result for fd8d682: 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? |
Backport 4ce638c from #18161