-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
Fully Compatible
-
QE 2024-04-15
some tests were blocked since they use the
{find: uuid} syntax but we are not supporting them for invisible sharding.
for these tests we can:
- delete the todo comment and leave the whole file blocked
- unblock the file and only skip the problematic command
- rewrite finds to use
{find: ns, collectionUUID: uuid}
which is implemented for invisible sharding
Please follow this link to see the lines of code referencing this resolved ticket:
https://github.com/mongodb/mongo/search?q=SERVER-75855&type=Code
- is related to
-
SERVER-75855 Support running the find command via mongos by specifying a UUID (instead of a collection name)
- Closed