Skip to content

Threads for TestExecutors need wall-clock time limit #64

@aion-kelvin

Description

@aion-kelvin

A lot of the test cases do something like Future#get() which blocks indefinitely. Oftentimes this is waiting on an event (i.e. log message) from the kernel. In cases when the event never happens, that thread waits indefinitely, and in turn, so does the Thread#join call in the ConcurrentRunner

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