Add test for YAML boolean parsing behavior - #21296
Conversation
|
@reta What do you think? I'll add this same test to my other PR, but this will establish a baseline for the existing behavior. |
PR Reviewer Guide 🔍(Review updated until commit ef9d830)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Latest suggestions up to ef9d830 Explore these optional code suggestions:
Previous suggestionsSuggestions up to commit 71c9b35
Suggestions up to commit 3ad8611
|
|
❌ Gradle check result for 3ad8611: 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? |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 2.19 #21296 +/- ##
============================================
+ Coverage 71.92% 72.01% +0.08%
+ Complexity 66009 64485 -1524
============================================
Files 5342 5122 -220
Lines 307392 300234 -7158
Branches 44862 44090 -772
============================================
- Hits 221105 216225 -4880
+ Misses 67823 65902 -1921
+ Partials 18464 18107 -357 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3ad8611 to
71c9b35
Compare
|
Persistent review updated to latest commit 71c9b35 |
This establishes the existing parsing behavior so that we can be sure updates in the 3.x line (i.e. Jackson updates) do not change the user-facing behavior. Signed-off-by: Andrew Ross <andrross@amazon.com>
71c9b35 to
ef9d830
Compare
|
Persistent review updated to latest commit ef9d830 |
|
❌ Gradle check result for ef9d830: 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? |
|
❌ Gradle check result for ef9d830: 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 ef9d830: 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? |
This establishes the existing parsing behavior so that we can be sure updates in the 3.x line (i.e. Jackson updates) do not change the user-facing behavior.
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.