Skip to content

the running test cases are not actively killed #92

@breezewish

Description

@breezewish

Suppose we have only one test to run, which will stuck forever, for whatever reason.

Running the gtest-parallel by assigning --timeout=x will be also stuck forever, instead of finished in time and reporting that test to be timed out.

The problem occurs because we wait the process to be finished without a time out:

code = p.wait()

A solution might be https://stackoverflow.com/a/10012262/4597218

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