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-suite in the NIO1ChannelSuite #592

Open
danicheg opened this issue Dec 22, 2021 · 1 comment
Open

Flaky test-suite in the NIO1ChannelSuite #592

danicheg opened this issue Dec 22, 2021 · 1 comment
Labels
CI Relates to the health of our builds

Comments

@danicheg
Copy link
Member

==> X org.http4s.blaze.channel.NIO1ChannelSuite.Execute shutdown hooks  0.013s munit.ComparisonFailException: /home/runner/work/blaze/blaze/core/src/test/scala/org/http4s/blaze/channel/ChannelSuite.scala:75
74:      }
75:      _ <- assertFuture(Future(i.get), 1)
76:    } yield ()
values are not the same
=> Obtained
0
=> Diff (- obtained, + expected)
-0
+1

https://github.com/http4s/blaze/runs/4601644291?check_suite_focus=true#step:6:186

@danicheg danicheg added the CI Relates to the health of our builds label Dec 22, 2021
@danicheg
Copy link
Member Author

This fired again

==> X org.http4s.blaze.channel.NIO1ChannelSuite.Execute shutdown hooks when one throws an exception  0.01s munit.ComparisonFailException: /home/runner/work/blaze/blaze/core/src/test/scala/org/http4s/blaze/channel/ChannelSuite.scala:93
92:      }
93:      _ <- assertFuture(Future(i.get), 2)
94:    } yield ()
values are not the same
=> Obtained
1
=> Diff (- obtained, + expected)
-1
+2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Relates to the health of our builds
Projects
None yet
Development

No branches or pull requests

1 participant