-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Cluster Scalability
-
Fully Compatible
-
ALL
-
200
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
yield_and_hashed.js and yield_and_sorted.js use explain, which is not supported within transactions. This will cause the FSM state to fall back to running outside of a transaction in suites that implicitly run transactions.
It's also possible, depending on the random values generated, for this query to require running getMore to gather all results.
Due to this, these tests should be tagged with uses_getmore_outside_of_transaction.