-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
Fully Compatible
-
ALL
-
v8.0
-
QI 2024-04-29
The test sets up cursors during setup and then will attempt to call getMore on them during the FSM execution.
This will fail if using transactions because the FSM will attempt to call getMore on a cursor that's been created outside of the transaction.
SERVER-86764 disabled the test as it started to fail for the concurrency_replication_multi_stmt_txn suite but ideally we should tag it with does_not_support_transactions instead.
- related to
-
SERVER-88962 Complete TODO listed in SERVER-87789
- Closed