Bugzilla – Bug 1187516
python-gcsfs: gcsfs/tests/test_core.py::test_validate_response gets stuck in 1-core VM
Last modified: 2022-10-11 05:08:53 UTC
While working on on reproducible builds for openSUSE, I found that our python-gcsfs package would not build in 1-core VMs because gcsfs/tests/test_core.py::test_validate_response get stuck. Steps To Reproduce 1. have a Debian or openSUSE Linux with osc + obs-build installed 2. osc co openSUSE:Factory/python-gcsfs && cd $_ 3. osc build --vm-type=kvm -j1 --noservice --clean standard Actual results: gcsfs/tests/test_core.py::test_raise_on_project_mismatch PASSED gcsfs/tests/test_core.py::test_validate_response is stuck there forever Expected results: tests should pass I also tried to move to 0.8.0 but then 14 tests failed, (after adding ujson BuildRequires )
Do you see anything interesting on https://github.com/dask/gcsfs/issues ?
Created attachment 850423 [details] Output of osc lbl Actually, that build seems to fail much more dramatically than with one test.
Created attachment 862068 [details] Output of osc lbl (python-gcsfs-2022.8.2) I've been testing with the latest version and this problem is not happening anymore. Here you can find attached the output of building python-gcsfs with 1-core VM: $ osc build --vm-type=kvm -j1 --noservice --clean openSUSE_Tumbleweed
The problem is not happening with the current version