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. |
Sorry, something went wrong.
|
The refleaks are real. |
Sorry, something went wrong.
|
Yes, re-ordering tests exposed some issues in tests. They should be fixed in bpo-45212. |
Sorry, something went wrong.
|
🤖 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. |
Sorry, something went wrong.
|
Building on Windows is broken for unknown causes. |
Sorry, something went wrong.
|
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, something went wrong.
|
Sorry, @serhiy-storchaka and @ambv, I could not cleanly backport this to |
Sorry, something went wrong.
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>
|
|
Sorry, something went wrong.
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