Skip to content

optional_spec111_maySupportMultiSubscribe has no delay before checking async errors #239

Closed
@ktoso

Description

@ktoso

Discovered during updating Akka Streams, the used verify method does not perform a delay, so this test can leak the async errors to the following.

Fix is to replace:

// NOT: env.verifyNoAsyncErrors();
env.verifyNoAsyncErrors(env.defaultTimeoutMillis());

I suspect other places have this as well... We talked about these at some point and added them at the end of each test. Must have slipped if it currently performs the delay or not. I'll go over all tests to verify the proper verifyNoAsyncErrors is used.

Reported by @patriknw, thanks!

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