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

TopicSuite is flaking frequently #3071

Open
armanbilge opened this issue Nov 30, 2022 · 1 comment
Open

TopicSuite is flaking frequently #3071

armanbilge opened this issue Nov 30, 2022 · 1 comment
Labels

Comments

@armanbilge
Copy link
Member

==> X fs2.concurrent.TopicSuite.unregister subscribers under concurrent load  0.035s munit.ComparisonFailException: /home/runner/work/fs2/fs2/core/shared/src/test/scala/fs2/concurrent/TopicSuite.scala:113
112:        .map { result =>
113:          assertEquals(result.toMap.size, subs / 2)
114:          assertEquals(result.toMap, expected)
values are not the same
=> Obtained
6
=> Diff (- obtained, + expected)
-6
+5
@armanbilge armanbilge added the bug label Nov 30, 2022
@armanbilge
Copy link
Member Author

Does anyone know if this test is about concurrent load, or parallel load? If it only needs concurrency, and not true parallelism, it looks like a good candidate for executeEmbed(...) to avoid the flakiness.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant