-
Notifications
You must be signed in to change notification settings - Fork 572
Remove untrusted_runner from misc files. #4551
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
base: oss-fuzz
Are you sure you want to change the base?
Conversation
It's not used anymore.
It's not used anymore.
@@ -705,12 +705,6 @@ def is_posix(): | |||
return os.name == 'posix' | |||
|
|||
|
|||
def is_trusted_host(ensure_connected=True): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is also a test file for this, environment_test.py. It should also be changed, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same goes for UntrustedRunnerIntegrationTest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The problem with these PRs is that I think the untrusted runner tests provide coverage for non-untrusted code that is otherwise not covered. I should try to convert these to normal tests rather than get rid of them.
f233e5f
to
43295d1
Compare
0c16f8c
to
e8834a1
Compare
It's not used anymore.
Bug: b/381528482