Skip to content
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 test hypothesis #4380

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft

Fix test hypothesis #4380

wants to merge 10 commits into from

Conversation

cunla
Copy link
Contributor

@cunla cunla commented Dec 28, 2024

TestServer:

  • FLUSHDB ASYNC not supported (Assuming SYNC also not supported)
  • FLUSHALL ASYNC not supported (Assuming SYNC also not supported)
    ==> Removing ASYNC parameter

TestHash:

  • HEXPIRE do not support nx/xx/gt/lt.
  • HPEXPIRE not supported.
    ==> Removed from test.

Remaining:

  • TestString
    • dragonfly raised: string exceeds maximum allowed size, fakeredis support strings up to 512 * 1024 * 1024.
  • TestList
    • dragonfly raised: One or more scores can't be converted into double

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant