Skip to content

Expose the underlying channel from testutils.Channel #4662

Closed
@easwars

Description

@easwars

testutils.Channel provides a useful timed receive operation for tests.

There are some tests though where access to the underlying channel is required, because it is passed to some other component which receives on the channel. For example: readyCh in this test.

It would be nice to expose this underlying channel for tests that really need it. Something along the lines of timer.C would suffice.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions