Skip to content
This repository was archived by the owner on Nov 28, 2019. It is now read-only.
This repository was archived by the owner on Nov 28, 2019. It is now read-only.

ChannelSuite fails when run multiple times #102

Description

@jczuchnowski

Noticed a weird behavior that when running test:run multiple times the test hangs. Tracked it down to the ChannelSuite. At some point it hangs with java.net.ConnectException: Connection refused

sbt:scalaz-nio> test:run
[info] Running scalaz.nio.Main 
Testing took 91ms.
[success] Total time: 1 s, completed Apr 23, 2019 2:10:51 AM
sbt:scalaz-nio> test:run
[info] Running scalaz.nio.Main 
Testing took 88ms.
[success] Total time: 0 s, completed Apr 23, 2019 2:10:52 AM
sbt:scalaz-nio> test:run
[info] Running scalaz.nio.Main 
Fail(java.net.ConnectException: Connection refused)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions