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
Test test_multi_timer fails on 1-core-VM #541
Comments
|
Once I also got but not sure how reproducible this one is. |
|
Is this test failing each time you run it on that OS? |
|
Yes, it consistently fails on openSUSE Tumbleweed/Factory (libcurl 7.61.1) It seems to (mostly) work on older openSUSE Leap 15.0 with libcurl 7.60.0 . Some random 'getting stuck' issues there. This is just exchanging the user-space (with chroot), not the kernel. |
|
Okay thank you, that test predates me and it is not immediately obvious to me how important that check is. I take it the timer event is firing immediately, but only on a 1 core vm? I will queue up looking into the test to understand it better. |
|
ping. did you find time to look into it? |
|
Haven't gotten to it yet, in fact there is a number of things in the queue prior to this issue. What is its impact for you? |
|
It is low impact atm. I'm verifying reproducible builds for openSUSE and vary several parameters, including number of CPUs, because it sometimes matters for build results (e.g. via races). |
|
actually, it became even less of an issue, because the tests were split off the main package build. Reproducer is now |
|
I am going to close this since I don't see myself working on it in the foreseeable future. Patches to fix are welcome. |
What did you try to do?
build openSUSE python-pycurl package
on 1-core-VM or with
taskset 1 osc build -j1What happened?
output:
What did you expect to happen?
tests should pass
What is the PycURL version?
(output of
pycurl.version)pycurl-7.43.0.2
libcurl4-7.61.1
What is your Python version?
(output of
python -V)python3-3.6.5-3.4 and/or python-2.7.15-1.2
What is your operating system and its version?
openSUSE Tumbleweed 2018-09-xx
Is this the most recent PycURL release?
yes
Did you check libcurl behavior?
no
The text was updated successfully, but these errors were encountered: