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

Document Filter Error Handling #304

Closed
AayushTyagi1 opened this issue Oct 5, 2023 · 0 comments · Fixed by #307
Closed

Document Filter Error Handling #304

AayushTyagi1 opened this issue Oct 5, 2023 · 0 comments · Fixed by #307
Assignees
Labels
bug Something isn't working

Comments

@AayushTyagi1
Copy link
Collaborator

AayushTyagi1 commented Oct 5, 2023

When we try to apply document filter on a document which does not have indexes.
It directly throws error and the extension crashes afterwards.

When we try to remove a collection with document filter and then try to create a collection, application crashes

Another test case which we should test but due to crash I could not test is
When we create a document filter on a collection say x and we remove it and we again create that collection x, it should not have that document filter i.e. filter should be removed from the memory.

@AayushTyagi1 AayushTyagi1 added the bug Something isn't working label Oct 5, 2023
@AayushTyagi1 AayushTyagi1 moved this to Todo in VS Code Kanban Oct 5, 2023
@lokesh-couchbase lokesh-couchbase linked a pull request Oct 5, 2023 that will close this issue
@github-project-automation github-project-automation bot moved this from Todo to Done in VS Code Kanban Oct 5, 2023
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
Development

Successfully merging a pull request may close this issue.

2 participants