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

fix for flakes caused by accidental OOM errors reporting during iOS tests #805

Merged
merged 3 commits into from
May 30, 2024

Conversation

richardelms
Copy link
Contributor

Goal

Sometimes an OOM report is generated because of the way that appium closes the fixture leading to E2E flakes.
This change disables OOM reporting by default but still alows for it to be enabled if a scenario requires it.

Changeset

  • added config code to disable all OOM reports in iOS builds
  • removed scenario specific OOM config setup

Testing

Covered by existing tests

@richardelms richardelms self-assigned this May 30, 2024
@bugsnagbot
Copy link
Collaborator

Build size impact

Format Size impact of Bugsnag (kB)
IL2CPP APK 2442.76
IL2CPP IPA 1507.35

Generated by 🚫 Danger

@richardelms richardelms merged commit 755567f into next May 30, 2024
13 checks passed
@richardelms richardelms deleted the accidentalOOMduringE2EFix branch May 30, 2024 15:05
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