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

Crash during parsing in indexes #4204

Open
1 of 5 tasks
BagritsevichStepan opened this issue Nov 27, 2024 · 0 comments · Fixed by #4205
Open
1 of 5 tasks

Crash during parsing in indexes #4204

BagritsevichStepan opened this issue Nov 27, 2024 · 0 comments · Fixed by #4205
Assignees
Labels
bug Something isn't working

Comments

@BagritsevichStepan
Copy link
Contributor

BagritsevichStepan commented Nov 27, 2024

We should not crash during parsing different options in FT.* commands. For example: (empty separator in FT.CREATE)

127.0.0.1:6379> ft.create index on json schema $.sometag AS sometag TAG SEPARATOR
Error: Server closed the connection

So we should add parsing tests for all FT.* commands, especially for the FT.CREATE, FT.SEARCH and FT.AGGREGATE commands.

  • Fix the crash with empty separator #4208
  • Add tests for different options in the FT.CREATE command
  • Add tests for different options in the FT.SEARCH command
  • Add tests for different options in the FT.AGGREGATE command
  • Test all other FT.* commands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant