gh-106458: Mark testthreadingmock.py with @requires_working_threading#106366
gh-106458: Mark testthreadingmock.py with @requires_working_threading#106366brettcannon merged 2 commits into
testthreadingmock.py with @requires_working_threading#106366Conversation
|
Please add "test-with-buildbots" label once complete so that you can run the PR on all buildbots without merging that will help in testing this. |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @AlexWaygood for commit cddd99d 🤖 If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
Sorry, something went wrong.
|
Looks like this test is still sad on WASM: Given the diff in this PR, I wonder why it's still being run? |
Sorry, something went wrong.
|
That tests a race condition. Seems the two lines after that take more than 100ms, let me fix it |
Sorry, something went wrong.
|
Can you trigger another run of buildbots? |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @AlexWaygood for commit f3d8389 🤖 If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
Sorry, something went wrong.
|
This should be good to land @cjw296, the failing build bots are in venv, extensions or grammar, which is unrelated from the change we did. |
Sorry, something went wrong.
testthreadingmock.py with @requires_working_threading|
While we wait on the merge conflict to be fixed, I opened #106458 to track this specific test failure. |
Sorry, something went wrong.
…reading The test uses threading and it should declare that it uses it to prevent failures on archs where creating threads don't work.
Add longer delays to reduce the change of a race conditions on the tests that validate short timeouts.
8b1d248 to
78d9031
Compare
July 6, 2023 08:09
|
I've just rebased all change son top of main, should be good to go |
Sorry, something went wrong.
|
Thanks! |
Sorry, something went wrong.
test_unittestfailing due totest/test_unittest/testmock/testthreadingmockassuming threading exists #106458