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

Flaky test: io.realm.kotlin.test.mongodb.common.SyncedRealmTests.mutableRealmInt_convergesAcrossClients #1561

Closed
rorbech opened this issue Nov 3, 2023 · 0 comments
Assignees

Comments

@rorbech
Copy link
Contributor

rorbech commented Nov 3, 2023

io.realm.kotlin.test.mongodb.common.SyncedRealmTests.mutableRealmInt_convergesAcrossClients occasionally fails with timeout:

kotlinx.coroutines.TimeoutCancellationException: Timed out waiting for 60000 ms
at kotlinx.coroutines.TimeoutKt.TimeoutCancellationException(Timeout.kt:191)
at kotlinx.coroutines.TimeoutCoroutine.run(Timeout.kt:159)
at kotlinx.coroutines.EventLoopImplBase$DelayedRunnableTask.run(EventLoop.common.kt:501)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:280)
at kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:108)
at java.lang.Thread.run(Thread.java:923)

Observed here among other places: https://ci.realm.io/blue/organizations/jenkins/realm%2Frealm-kotlin/detail/PR-1559/5/tests and https://ci.realm.io/blue/organizations/jenkins/realm%2Frealm-kotlin/detail/main/183/tests/

#1559 updates the CI BaaS to 2023-11-02 which have not yet shown the issue, so might just be incompatible versions. Locally built BaaS does not show it.

@rorbech rorbech closed this as completed Nov 9, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant