Skip to content

Conversation

@pitrou
Copy link
Contributor

@pitrou pitrou commented Nov 17, 2025

It seems that, at some point (*), infra/helper.py reproduce stopped outputting the Docker logs, even when the reproducer triggers an assertion.

(*) Probably because of some of the changes in #14145

It seems that, at some point (*), `infra/helper.py reproduce` stopped outputting the Docker logs, even when the reproducer triggers an assertion.

(*) Probably because of some of the changes in google#14145


def docker_run(run_args, print_output=True, architecture='x86_64'):
def docker_run(run_args, *, print_output=True, architecture='x86_64'):
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is to ensure that we don't pass mismatching arguments like we did below.

@pitrou
Copy link
Contributor Author

pitrou commented Nov 17, 2025

I'm not sure why the infra tests failed but the error doesn't seem related.

@hunsche @vitaliset Could you perhaps take a look at this?

@oliverchang oliverchang requested a review from hunsche November 19, 2025 09:48
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