-
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: handle federation not enabled [WPB-5237] #2207
fix: handle federation not enabled [WPB-5237] #2207
Conversation
Datadog ReportAll test runs ✅ 2 Total Test Services: 0 Failed, 0 with New Flaky, 2 Passed Test Services
|
Codecov Report
@@ Coverage Diff @@
## develop #2207 +/- ##
=============================================
+ Coverage 57.98% 57.99% +0.01%
Complexity 21 21
=============================================
Files 1070 1070
Lines 40641 40658 +17
Branches 3757 3759 +2
=============================================
+ Hits 23564 23580 +16
Misses 15463 15463
- Partials 1614 1615 +1
... and 4 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Cherry-pick from #2189
Issues
One of client servers returns
probably when user tries to fetch other user data with different domain
Causes (Optional)
Because fetching users is during slow sync, when it returns error the entire slow sync is aborted and user is stuck on connecting
Solutions
Handle this error and try to fetch again only those users which have the same domain as self user