-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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
bpo-45187: Collect test_socket tests using unittest. #28317
Conversation
Previously, test classes ISOTPTest, J1939Test, BasicUDPLITETest and UDPLITETimeoutTest were not included in the list of tests and were not run by regrtest.
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit 58c0815 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
The refleaks are real. |
Yes, re-ordering tests exposed some issues in tests. They should be fixed in bpo-45212. |
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit d3a9a81 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Building on Windows is broken for unknown causes. |
Thanks @serhiy-storchaka for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
Sorry, @serhiy-storchaka and @ambv, I could not cleanly backport this to |
GH-28412 is a backport of this pull request to the 3.10 branch. |
Previously, test classes ISOTPTest, J1939Test, BasicUDPLITETest and UDPLITETimeoutTest were not included in the list of tests and were not run by regrtest. (cherry picked from commit 0361335) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-28413 is a backport of this pull request to the 3.9 branch. |
Previously, test classes ISOTPTest, J1939Test, BasicUDPLITETest and UDPLITETimeoutTest were not included in the list of tests and were not run by regrtest. (cherry picked from commit 0361335) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Previously, test classes ISOTPTest, J1939Test, BasicUDPLITETest and
UDPLITETimeoutTest were not included in the list of tests and
were not run by regrtest.
https://bugs.python.org/issue45187