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

twisted.python.test.test_sendmsg.SendmsgTests.test_sendSubProcessFD is flaky #12164

Open
glyph opened this issue May 3, 2024 · 2 comments
Open

Comments

@glyph
Copy link
Member

glyph commented May 3, 2024

https://github.com/twisted/twisted/actions/runs/8942946452/job/24566623160

Error: 
Traceback (most recent call last):
Failure: twisted.internet.defer.TimeoutError: <twisted.python.test.test_sendmsg.SendmsgTests testMethod=test_sendSubProcessFD> (test_sendSubProcessFD) still running at 120.0 secs

twisted.python.test.test_sendmsg.SendmsgTests.test_sendSubProcessFD
===============================================================================
Error: 
Traceback (most recent call last):
Failure: twisted.trial.util.DirtyReactorAggregateError: Reactor was unclean.
Selectables:
<twisted.internet.process.ProcessWriter object at 0x0000000009197830>
<twisted.internet.process.ProcessReader object at 0x0000000009197868>
<twisted.internet.process.ProcessReader object at 0x00000000091978a0>

twisted.python.test.test_sendmsg.SendmsgTests.test_sendSubProcessFD
-------------------------------------------------------------------------------
@adiroiban
Copy link
Member

adiroiban commented May 3, 2024

I was not able to reproduce this error using cpython 3.12 $ trial -u -j8 twisted.python.test.test_sendmsg

@glyph
Copy link
Member Author

glyph commented May 3, 2024

Yeah I can't reproduce it locally either. It was on pypy3.10-v7.3.14-no-coverage so possibly that is relevant; I haven't tried on PyPy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants