Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the running test cases are not actively killed #92

Open
breezewish opened this issue Sep 18, 2022 · 0 comments
Open

the running test cases are not actively killed #92

breezewish opened this issue Sep 18, 2022 · 0 comments

Comments

@breezewish
Copy link

breezewish commented Sep 18, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant