You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test (tests/watchdog/test_database.py::test_database_listener_directory_explicit) fails in ALTLinux Sisyphus periodically. I occur the following assert error:
Thanks for the report! We've also seen this failure in our tests. It's a real failure, but is relatively benign and is not indicative of a serious underlying problem. I've marked it as xfail for now in #4270 in the interest of not leaving failing tests around until we can properly fix it.
Hypothesis version
6.127.1
About
This test (
tests/watchdog/test_database.py::test_database_listener_directory_explicit
) fails in ALTLinux Sisyphus periodically. I occur the following assert error:Full diff.
Steps to reproduce
docker run -it --rm alt:sisyphus
. The following commands will be executed within docker container.apt-get update && apt-get dist-upgrade -y
apt-get install -y python3-base git python3-module-pytest python3-module-sortedcontainers python3-module-attrs python3-module-watchdog
cd && git clone https://github.com/HypothesisWorks/hypothesis.git && cd hypothesis/hypothesis-python/
PYTHONPATH="$(realpath src)" python3 -m pytest tests/watchdog/test_database.py::test_database_listener_directory_explicit -vv
Advance thanks for your help!
The text was updated successfully, but these errors were encountered: