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

Bug 1791789 - Fix for iOS startup crash caused by Glean #2206

Merged
merged 1 commit into from
Sep 30, 2022

Conversation

travis79
Copy link
Member

The tl;dr of the fix: we had recursion wrapped in a loop which I think could have caused two process() operations to be active at the same time in certain circumstances. This removes the outer while loop and just uses recursion to spawn a new process() operation when the previous upload operation completes.

Note: This also shuffles some iOS tests around to help reduce the intermittent test failures.

@travis79 travis79 requested a review from a team as a code owner September 22, 2022 21:41
@travis79 travis79 requested review from rosahbruno and badboy and removed request for a team and rosahbruno September 22, 2022 21:41
This also shuffles some iOS tests around to help reduce the intermittent test failures.
@travis79 travis79 force-pushed the Bug1791789-fix-ios-startup-crash branch from 3179e4b to 278bdbd Compare September 22, 2022 21:45
@travis79
Copy link
Member Author

The "iOS build and test" task has a single failing test, which is already a known intermittent.

@codecov
Copy link

codecov bot commented Sep 23, 2022

Codecov Report

❗ No coverage uploaded for pull request base (main@9680e47). Click here to learn what that means.
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2206   +/-   ##
=======================================
  Coverage        ?   26.47%           
=======================================
  Files           ?        1           
  Lines           ?       34           
  Branches        ?        0           
=======================================
  Hits            ?        9           
  Misses          ?       25           
  Partials        ?        0           

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.

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.

3 participants