-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
QE 2026-08-03
-
None
-
None
-
None
-
None
-
None
-
None
-
None
https://github.com/mongodb/mongo/blame/master/jstests/noPassthrough/query/out_merge/out_with_ddls.js#L208 here it drops the source instead of the target. There is already a case for dropping the source collection. dropping the target collection actually produces an error which is fine, we also should switch it to assert.commandFailed. we could also add index builds/drops to this test too