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

Streaming test is pretty fragile #2

Open
hmaarrfk opened this issue Feb 16, 2019 · 0 comments
Open

Streaming test is pretty fragile #2

hmaarrfk opened this issue Feb 16, 2019 · 0 comments

Comments

@hmaarrfk
Copy link
Member

The streaming test makes many crucial assumptions:

  1. It assumes streaming channel pairs are in loopback configuration. Nice for a first test, poor to help others...
  2. It starts reading, then starts writing. This is fine, except that reading has a finite timeout. It seems to spin for a bit before stopping. The second assumption is that writing will start in this short period of time.

Finally, even if nothing is written, the test says "success". Great!!!!!!

@hmaarrfk hmaarrfk mentioned this issue Feb 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant