Azure / Azure/azure-sdk-for-python

[Cosmos] Expand full text search testing coverage

Open
#38,602 0 comments 0 reactions 2 assignees Claimed by @bambriz View on GitHub
Cosmos
Dominant language
Python
Stars
5.6k
Forks
3.4k
Avg merge
1d 21h
Merged PRs (30d)
193

Description

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

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 https://github.com/Azure/azure-sdk-for-python/pull/38275.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.