-
Notifications
You must be signed in to change notification settings - Fork 34
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
FS2 bidirectional-streaming random test failure #164
Comments
This issue recently started happening locally, also intermittently. I haven't found the cause yet, and trying to simplify the FS2->Monix conversions and their execution contexts hasn't helped so far. I created logging interceptors on both the client and server side (seen here: 2be5d80) and recorded the results of a failed and a successful run of the same FS2 bidirectional test: https://github.com/frees-io/freestyle-rpc/blob/2be5d801b05e8146e921d0e2b52757d177586e64/modules/server/src/test/scala/fs2/RPCTests.scala#L146 I'll update this post with further findings. FS2 Success:
FS2 Failure:
|
In the FS2 failure is missing the |
Also re-activating a test which may have been ignored by mistke.
Also re-activating a test which may have been ignored by mistke.
Is this fixed now? Could we close it? |
Yest |
After #163, one of the fs2 tests has been ignored because a random failure we are not able to fix at this moment. It's being manifesting in this way:
The text was updated successfully, but these errors were encountered: