-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 4.0.0-rc1
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
Repl 2018-06-04
-
0
statement_ids_accepted.js tests that we can run the group command with readConcern level snapshot and a statement ID. However, this fails under the causal_consistency_jscore_txns_passthrough suite due to waiting for replication while holding a lock. We are not required to support the group command with readConcern level snapshot, since group is not allowed in transactions, and we are removing all support for readConcern level snapshot outside of transactions. We should just modify the test to not run group.