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
Tests fail in 1-core VM #4410
Comments
|
What were the failures of the test ? A few additional questions:
|
|
I thought, it would be easy to reproduce, so I skipped the full log before. Now I uploaded for you https://rb.zq1.de/temp/python-distributed-j1-build-log.txt Yes, I try to rebuild the official openSUSE packages. osc co openSUSE:Factory/python-distributed && cd $_
taskset 1 osc build --noservice -j1I tried to switch to 2020.12.0 but it seems to not work with the other versions we have in openSUSE Tumbleweed: |
|
If you switch to |
Correct, the |
|
also interesting: could that be influenced by our PYTHONHASHSEED env? |
Probably |
What happened:
running the openSUSE
python-distributedpackage build+test in a 1-core VM failed 2 tests.What you expected to happen:
all tests should succeed. If there are tests that do not make sense on 1 core, cpu_count() should be used to skip them.
Minimal Complete Verifiable Example:
taskset 1 pytest-3.8 distributed/tests/test_diskutils.py
Anything else we need to know?:
Environment:
This bug was found while working on reproducible builds for openSUSE.
The text was updated successfully, but these errors were encountered: