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 RaceNJvmTest.firstRacerOutOf2AlwaysWinsOnASingleThread() tests #3471

Open
serras opened this issue Jul 15, 2024 · 0 comments
Open

Flaky RaceNJvmTest.firstRacerOutOf2AlwaysWinsOnASingleThread() tests #3471

serras opened this issue Jul 15, 2024 · 0 comments
Assignees
Labels
arrow-fx Tickets belonging to Arrow Fx

Comments

@serras
Copy link
Member

serras commented Jul 15, 2024

This tests is starting to fail in almost every run in the Kotlin Compatibility Testing, using development version of 2.1. We should decide whether to completely mute this, or find a good solution.

java.lang.AssertionError: Expecting actual not to be null
  at arrow.fx.coroutines.RaceNJvmTest$firstRacerOutOf2AlwaysWinsOnASingleThread$1.invokeSuspend(RaceNJvmTest.kt:73)
  at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
  at kotlinx.coroutines.UndispatchedCoroutine.afterResume(CoroutineContext.kt:266)
  at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:99)
  at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
  at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
  at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
  at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:811)
  at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:715)
  at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:702)
@serras serras added the arrow-fx Tickets belonging to Arrow Fx label Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow-fx Tickets belonging to Arrow Fx
Projects
None yet
Development

No branches or pull requests

2 participants