Skip to content

Report skipped test in the runner mode instead of the controller mode. #1638

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 1 commit into
base: main
Choose a base branch
from

Conversation

copybara-service[bot]
Copy link
Contributor

@copybara-service copybara-service bot commented Apr 9, 2025

Report skipped test in the runner mode instead of the controller mode.

With this change, FuzzTest no longer needs to instantiate the fixture in the controller mode,
and setup failures in the fixture instantiation can be captured (otherwise they would crash the controller process).
Because of this, a few fixture test expectation become trickier.

Note that there can be setup failures that cannot be captured, such as environment setup and the static SetUpTestSuite function. But this is still a step forward.

With this change, FuzzTest no longer needs to instantiate the fixture in the controller mode,
and setup failures in the fixture instantiation can be captured (otherwise they would crash the controller process).
Because of this, a few fixture test expectation become trickier.

Note that there can be setup failures that cannot be captured, such as environment setup and the static SetUpTestSuite function. But this is still a step forward.

PiperOrigin-RevId: 745598295
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.

1 participant