We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the process fails to terminate within the specified timeout period, it is abandoned:
CompilerGym/compiler_gym/util/Subprocess.cc
Lines 62 to 66 in 63dbfac
Instead, the
This unit test covers the timeout case:
CompilerGym/tests/util/SubprocessTest.cc
Lines 110 to 126 in 63dbfac
run it using bazel test //tests/util:SubprocessTest.
bazel test //tests/util:SubprocessTest
The child process should be terminated.
Please fill in this checklist:
make install
Reported by @uduse #326 (comment).
The text was updated successfully, but these errors were encountered:
ChrisCummins
Successfully merging a pull request may close this issue.
🐛 Bug
If the process fails to terminate within the specified timeout period, it is abandoned:
CompilerGym/compiler_gym/util/Subprocess.cc
Lines 62 to 66 in 63dbfac
Instead, the
To Reproduce
This unit test covers the timeout case:
CompilerGym/tests/util/SubprocessTest.cc
Lines 110 to 126 in 63dbfac
run it using
bazel test //tests/util:SubprocessTest
.Expected behavior
The child process should be terminated.
Environment
Please fill in this checklist:
make install
Additional context
Reported by @uduse #326 (comment).
The text was updated successfully, but these errors were encountered: