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.
|
If you want to schedule another build, you need to add the " |
|
The refleaks are real. |
|
Yes, re-ordering tests exposed some issues in tests. They should be fixed in bpo-45212. |
|
If you want to schedule another build, you need to add the " |
|
Building on Windows is broken for unknown causes. |
|
Thanks @serhiy-storchaka for the PR, and @ambv for merging it |
|
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