-
Notifications
You must be signed in to change notification settings - Fork 991
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
fix dragonfly bugs found by test_hypothesis.py #3745
Comments
TestConnection test: we don't support SWAPDB command so I think it's not a bug |
@BorysTheDev then we should disable the test ? |
@kostasrim There are several tests in this file. I will check the next ones and fix what we can fix. We can discuss which tests should be disabled after I finish the investigation |
sounds good! |
SETBIT bug #3747 |
SUBSTR bug #3752 |
@BorysTheDev you can change the connection test and remove the swapdb command from the tested commands |
I do test in such a way. Should I commit this test without SWAPDB |
yes |
SETRANGE bug #3769 |
one more GETRANGE bug #3781 |
BITCOUNT bug #3792 |
SORT bug #3809 |
To run fakeredis test_hypothesis.py tests follow the fakeredis yml file
The text was updated successfully, but these errors were encountered: