-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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.x] [BUG] Bug fix for checksum validation for mapping metadata #15888 #15890
[Backport 2.x] [BUG] Bug fix for checksum validation for mapping metadata #15888 #15890
Conversation
…h-project#15885) * Bug fix for checksum validation for mapping metadata Signed-off-by: Himshikha Gupta <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #15890 +/- ##
============================================
+ Coverage 71.46% 71.54% +0.07%
- Complexity 64439 64444 +5
============================================
Files 5264 5264
Lines 302012 302052 +40
Branches 43970 43970
============================================
+ Hits 215831 216101 +270
+ Misses 68148 67882 -266
- Partials 18033 18069 +36 ☔ View full report in Codecov by Sentry. |
cbb16d5
to
4e2ddcb
Compare
❕ Gradle check result for 4e2ddcb: 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: Himshikha Gupta <[email protected]>
4e2ddcb
to
4d67722
Compare
❕ Gradle check result for 4d67722: 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. |
❌ Gradle check result for cbaf0d2: 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 cbaf0d2: 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. |
…adata #15888 (#15890) * [BUG] Bug fix for checksum validation for mapping metadata (#15885) * Bug fix for checksum validation for mapping metadata Signed-off-by: Himshikha Gupta <[email protected]> (cherry picked from commit 1074c71) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…adata #15888 (#15890) (#15908) * [BUG] Bug fix for checksum validation for mapping metadata (#15885) Signed-off-by: Himshikha Gupta <[email protected]>
Description
Backport f8515c7 from #15885.
Related Issues
Resolves #[Issue number to be closed when this PR is merged]
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.