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

[Cosmos FTS] Expand full text search testing coverage #43007

Open
aayush3011 opened this issue Nov 19, 2024 · 1 comment
Open

[Cosmos FTS] Expand full text search testing coverage #43007

aayush3011 opened this issue Nov 19, 2024 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Cosmos needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team Service Attention Workflow: This issue is responsible by Azure service team.

Comments

@aayush3011
Copy link
Member

aayush3011 commented Nov 19, 2024

The initial release of full text search covers some good few queries to showcase the new results and work that can be done by the client and the service, but fails to account for many other scenarios that we should also cover. Would like to use this issue to track adding tests that:

  • target individual physical partitions via partition-key
  • target individual physical partitions via query plan using where clause
  • real cross partition queries, where items are split across more than one physical partition
  • partition split tests while performing these long-running queries
  • tests using hierarchical partition keys
  • tests covering the new countIf aggregate that was introduced
  • tests covering split handling
    To ensure this, we would ideally have a few logical partitions with ~100 docs in order to ensure that our matrix covers enough scenarios to make sure that any regressions or improvements are found quickly.

Follow-up to 42885

@aayush3011 aayush3011 self-assigned this Nov 19, 2024
@github-actions github-actions bot added Client This issue points to a problem in the data-plane of the library. Cosmos needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team labels Nov 19, 2024
Copy link

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @kushagraThapar @pjohari-ms @TheovanKraay.

@github-actions github-actions bot added the Service Attention Workflow: This issue is responsible by Azure service team. label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Cosmos needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team Service Attention Workflow: This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

1 participant