Skip to content

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

Open
wants to merge 4 commits into
base: oss-fuzz
Choose a base branch
from
Open

Conversation

jonathanmetzman
Copy link
Collaborator

@jonathanmetzman jonathanmetzman commented Dec 23, 2024

It's not used anymore.
Bug: b/381528482

@@ -705,12 +705,6 @@ def is_posix():
return os.name == 'posix'


def is_trusted_host(ensure_connected=True):
Copy link
Collaborator

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?

Copy link
Collaborator

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

Copy link
Collaborator Author

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.

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

Successfully merging this pull request may close these issues.

2 participants