Bug 1187516 - python-gcsfs: gcsfs/tests/test_core.py::test_validate_response gets stuck in 1-core VM
Summary: python-gcsfs: gcsfs/tests/test_core.py::test_validate_response gets stuck in ...
Status: RESOLVED INVALID
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: Other All
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Matej Cepl
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-20 04:16 UTC by Bernhard Wiedemann
Modified: 2022-10-11 05:08 UTC (History)
3 users (show)

See Also:
Found By: Development
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---
mcepl: needinfo? (bwiedemann)


Attachments
Output of osc lbl (368.68 KB, text/plain)
2021-06-21 14:44 UTC, Matej Cepl
Details
Output of osc lbl (python-gcsfs-2022.8.2) (134.10 KB, text/plain)
2022-10-10 15:15 UTC, Daniel Garcia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bernhard Wiedemann 2021-06-20 04:16:10 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 )
Comment 1 Matej Cepl 2021-06-21 14:39:50 UTC
Do you see anything interesting on https://github.com/dask/gcsfs/issues ?
Comment 2 Matej Cepl 2021-06-21 14:44:16 UTC
Created attachment 850423 [details]
Output of osc lbl

Actually, that build seems to fail much more dramatically than with one test.
Comment 3 Daniel Garcia 2022-10-10 15:15:12 UTC
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
Comment 4 Daniel Garcia 2022-10-11 05:08:53 UTC
The problem is not happening with the current version