-
Notifications
You must be signed in to change notification settings - Fork 573
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
Inconsistent result of test_until_found #188
Comments
I have no Idea what is happening here. It works like a charm on my local Mac installation with python 3.8. The Actions on GitHub run on Linux. This should not really make a difference... And also different versions in the matrix test keep failing. Maybe we should revert to just one test-version again? |
If we claim that we support 3.6+ then we should test for these versions. We need to figure out why test is failing and fix it. On Windows platform, for example, I suspected that creating large files takes a while and test fails with timeout. |
I have configured a 5 min limit for the tests right now. Do you think it is too low? AND: the Action on Github is not failing because of timeout, as the whole action fails in < 5 mins... Funny enough I have (sometimes) other tests failing on my local installation:
Usually failing because of a timeout. They run for ages, if I would not use a timeout... Do the tests run ok on your installation? I think I'll set up a linux box tonight to run the tests in a different environment as well. Maybe I can find out something else... I have no problem with using a newer python-version. Most current distros come with 3.8+ anyways today. This would also enable to use newer 3rd party libs. Even though python 3.6 is still receiving security patches till end of 2021 and python 3.7 till end of 2023... newer version (3.8/3.9) still receive also bugfixes, not only security... (taken from here...) |
I am using |
finally the tests run smoothly on my Mac! Good job @AndreyNikiforov ! |
test_until_found behaves inconsistently. Need to understand the pattern and fix it.
See #186 as an example
The text was updated successfully, but these errors were encountered: