-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix: ignore invalid leaf signature error on slow sync [WPB-15737] #3266
fix: ignore invalid leaf signature error on slow sync [WPB-15737] #3266
Conversation
Datadog ReportBranch report: ✅ 0 Failed, 3249 Passed, 108 Skipped, 1m 1.43s Total Time |
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/candidate #3266 +/- ##
=====================================================
- Coverage 54.52% 54.52% -0.01%
=====================================================
Files 1252 1252
Lines 36623 36629 +6
Branches 3710 3712 +2
=====================================================
+ Hits 19968 19971 +3
- Misses 15253 15255 +2
- Partials 1402 1403 +1
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
) (#3267) * fix: ignore invalid leaf signature error on slow sync * ignore all 400 errors * update upload artifact Co-authored-by: Jakub Żerko <iot.zerko@gmail.com>
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
On non recoverable error
Tried to add invalid LeafNode: Invalid LeafNode signature
we are not ignoring this on slow sync duringJOINING_MLS_CONVERSATIONS
which is blocking user for using appSolutions
Ignore this error during slow sync