-
Type:
Bug
-
Resolution: Works as Designed
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Replication
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
In this test case, we attempt to run a command “outside” of a transaction. This test case currently reaches the branch where we set inMultiDocumentTransaction to true on the OperationContext, since it's a case where we specify txnNumber and autocommit=false.
Eventually, the test case will fail this validation, but until then, opCtx->inMultiDocumentTransaction is true.
It seems to be a bug that opCtx->inMultiDocumentTransaction is true even though the test case should eventually fail with NoSuchTransaction.
- is related to
-
SERVER-47444 Assertion to guard against individual commands inside transactions specifying their own readConcern happens after waiting for readConcern
-
- Closed
-
- related to
-
SERVER-51352 Complete TODO listed in SERVER-47508
-
- Closed
-