Skip to content

test.test_concurrent_futures.test_deadlock test_pyrepl failed on 1-core-VM #122433

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

Open
bmwiedemann opened this issue Jul 30, 2024 · 5 comments
Open
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@bmwiedemann
Copy link
Contributor

bmwiedemann commented Jul 30, 2024

Bug report

Bug description:

While working on reproducible builds for openSUSE (sponsored by the NLnet NGI0 fund), I found that our python313 package fails to build on 1-core-VMs from two failing tests.

Full build log: https://rb.zq1.de/other/python313/build-j1.log

2 re-run tests:
    test.test_concurrent_futures.test_deadlock test_pyrepl

2 tests failed:
    test.test_concurrent_futures.test_deadlock test_pyrepl

447 tests OK.

Total duration: 3 hour 35 sec
Total tests: run=42,874 (filtered) failures=7 skipped=1,745
Total test files: run=466/468 (filtered) failed=2 skipped=15 resource_denied=4 rerun=2

If those tests cannot pass in such an env, they should be skipped automatically.

CPython versions tested on:

3.13

Operating systems tested on:

Linux

@bmwiedemann bmwiedemann added the type-bug An unexpected behavior, bug, or error label Jul 30, 2024
@bmwiedemann
Copy link
Contributor Author

Now I found, even on a 3-core-VM I get

 2 re-run tests:
     test.test_asyncio.test_server test_pyrepl
 
 1 test failed:
     test.test_asyncio.test_server

so something seems unreliable there.
May overlap with #122136

@Icelain
Copy link
Contributor

Icelain commented Jul 30, 2024

I just compiled cpython on my personal machine and test.test_asyncio.test_server fails there as well.

@mcepl
Copy link
Contributor

mcepl commented Jul 30, 2024

I just compiled cpython on my personal my personal machine and test.test_asyncio.test_server fails there as well.

What’s your system, @Icelain ?

@Icelain
Copy link
Contributor

Icelain commented Jul 30, 2024

Arch Linux
Kernel 6.10.2
Intel i7 12700h

@mcepl
Copy link
Contributor

mcepl commented Nov 8, 2024

Could be somehow related to #121719

@picnixz picnixz added the tests Tests in the Lib/test dir label Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

4 participants