Add tests to check that:
- insert gets targeted to right shard
- update gets targeted to right shard
- delete gets targeted to right shard
- insert gets targeted to right shard during migration
- update gets targeted to right shard during migration
- delete gets targeted to right shard during migration
- insert gets targeted to right shard during migration (2PC)
- update gets targeted to right shard during migration (2PC)
- delete gets targeted to right shard during migration (2PC)
- findAndModify gets targeted to right shard
- find gets targeted to right shard
- split from
-
SERVER-44299 Add tests for hashed shard key
- Closed