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 race condition in ProgressListenerTest #1633

Closed
wants to merge 25 commits into from
Closed

Conversation

cmelchior
Copy link
Contributor

Closes #1628

This race condition was hit on GitHub Actions, and was hit when we called Realm.close() before the async task could run. This resulted in an exception about a closed pointer when flow.collect { } was subsequently called.

@cla-bot cla-bot bot added the cla: yes label Jan 25, 2024
Added logic to App bootstrap so all schemas are uploaded and sync bootstrap is complete before starting any tests. (+8 squashed commits)
Squashed commits:
[ec71892] Add global flag for platform networking and disable all
[f561da7] Disable platform networking
[2629079] Ignore test
[9e16ae3] Enable multiplexing
[dd2ec4a] Increase log level
[2c26134] Formatting
[4cfac28] Add more debugging to tests
[f504318] Remove debug output
@cmelchior
Copy link
Contributor Author

Replaced by #1645

@cmelchior cmelchior closed this Jan 30, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[GHA] Flaky test [android-emulator]: ProgressListenerTests.completesOnClose
1 participant