Skip to content

Streaming test is pretty fragile #2

@hmaarrfk

Description

@hmaarrfk

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!!!!!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions