Skip to content

the running test cases are not actively killed #92

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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