Skip to content
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

#12151 debug prints and random instrumentation to point at OS bug #12162

Draft
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Conversation

glyph
Copy link
Member

@glyph glyph commented May 3, 2024

Scope and purpose

Fixes #12151

@glyph
Copy link
Member Author

glyph commented May 3, 2024

(It doesn't actually fix the issue, but I wanted to put the code somewhere.)

@adiroiban
Copy link
Member

Maybe it helps. I have pushed a chagne to GitHub action to allow you to connect to a specific run by using the GitHub Acions "debug" feature

just click re-run on a job

image

And then select "Enable debug logging"

image


The GitHub Actions GUI is designed for loggin, but you can hijack it to make it easy to connect to the runner

I find this useful when investigating test that fail on GitHub but pass on my system.

You can login, and look arround the VM and check what's going on

I hope it helps, feel free to revert the change

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.

twisted.internet.test.test_tcp.AbortConnectionTests_*Tests.test_fullWriteBuffer test timeout on macOS
2 participants