Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
Fully Compatible
-
ALL
-
Sharding 2018-11-05
Description
There are a few sharding integration tests that use multi-shard transactions but don't really rely on whether the transactions can successfully commit for coverage, so they currently use abortTransaction. As of SERVER-36304, two phase commit is reliable enough that these tests can be updated to commit instead of abort.