Skip to content

Conversation

@ftynse
Copy link
Contributor

@ftynse ftynse commented Dec 29, 2025

This may help with potentially racy behavior of the driver when we attempt to parallelize tests.

** DO NOT MERGE **

This may help with potentially racy behavior of the driver when we attempt to
parallelize tests.

Signed-off-by: Alex Zinenko <[email protected]>
for handler in self.debug_handlers or []:
handler(debug_logs)

def invoke(self, *args, **kwargs) -> None:
Copy link
Contributor

Choose a reason for hiding this comment

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

As invoke is on a hot path, I would prefer not to complicate default impl too much, better approach may be to monkey patch it in conftest.py

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.

3 participants