-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Concurrency, Testing Infrastructure
-
None
-
Query Execution
Dependent on resolution of SERVER-2454
Add FSM tests that cover concurrent query operations and the following catalog operations:
- Database drop
- Collection drop
- Index removal
- Collection rename
On resolution of SERVER-2454 we will expect queries that access an invalid cursor (due to one of the above) to error out on PlanExecutor::DEAD rather than return a partial result set.
- depends on
-
SERVER-2454 Queries that are killed during a yield should return error to user instead of partial result set
- Closed