Skip to content
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

Do not retry initial sync on fatal errors #7115

Merged
merged 2 commits into from
Dec 5, 2022
Merged

Conversation

Anderas
Copy link
Contributor

@Anderas Anderas commented Nov 29, 2022

If we encounter fatal error during initial sync (defined as a list of error domains), do not attempt another sync as this will not resolve the issue

@codecov
Copy link

codecov bot commented Nov 29, 2022

Codecov Report

Base: 11.73% // Head: 11.75% // Increases project coverage by +0.02% 🎉

Coverage data is based on head (df31c30) compared to base (17b45aa).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #7115      +/-   ##
===========================================
+ Coverage    11.73%   11.75%   +0.02%     
===========================================
  Files         1620     1621       +1     
  Lines       159271   159475     +204     
  Branches     64804    64939     +135     
===========================================
+ Hits         18687    18752      +65     
- Misses      139940   140073     +133     
- Partials       644      650       +6     
Flag Coverage Δ
unittests 5.98% <0.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
Riot/Modules/MatrixKit/Models/Account/MXKAccount.m 11.15% <0.00%> (-0.06%) ⬇️
...eateActionList/View/ComposerCreateActionList.swift 78.35% <0.00%> (-9.01%) ⬇️
...tSwiftUI/Modules/Room/Composer/View/Composer.swift 78.92% <0.00%> (-7.18%) ⬇️
...ionList/Model/ComposerCreateActionListModels.swift 93.22% <0.00%> (-6.78%) ⬇️
...List/MockComposerCreateActionListScreenState.swift 95.45% <0.00%> (-4.55%) ⬇️
...rdinator/AuthenticationSoftLogoutCoordinator.swift 6.52% <0.00%> (-0.05%) ⬇️
...inator/AuthenticationRegistrationCoordinator.swift 3.84% <0.00%> (-0.02%) ⬇️
...n/Coordinator/AuthenticationLoginCoordinator.swift 3.84% <0.00%> (-0.02%) ⬇️
.../Modules/MatrixKit/Models/Room/MXKRoomDataSource.m 13.06% <0.00%> (-0.02%) ⬇️
Riot/Modules/Room/RoomViewController.swift 0.00% <0.00%> (ø)
... and 21 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@gileluard gileluard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@sonarcloud
Copy link

sonarcloud bot commented Dec 5, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@Anderas Anderas merged commit ed5bb99 into develop Dec 5, 2022
@Anderas Anderas deleted the andy/mandatory_crypto branch December 5, 2022 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants