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 flaky waitForInitialData_resilientInCaseOfRetriesAsync #5441

Closed
wants to merge 1 commit into from

Conversation

beeender
Copy link
Contributor

Close #5373

Copy link
Contributor

@cmelchior cmelchior left a comment

Choose a reason for hiding this comment

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

Apart from comment

@@ -179,6 +178,7 @@ public void onError(Throwable exception) {
SystemClock.sleep(randomizer.nextInt(5));
task.cancel();
}
TestHelper.waitRealmThreadExecutorFinish();
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

hmmm, right. i missed that. then it probably has the same issue with https://github.com/realm/realm-sync/issues/1770

@beeender
Copy link
Contributor Author

this test won't work until we fix #5416

@beeender beeender closed this Oct 26, 2017
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 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.

2 participants