|
SERVER-37364 makes the transaction coordinator return the decision as soon as the decision is made durable. This has caused report_post_batch_resume_token.js (when run in change_streams_sharded_collections_passthrough suites) to fail the check that the changestream cursor gets back two transaction events in the response to the first getMore after commitTransaction returns. It turns out that waiting for the inserts to be majority committed does not make this check pass reliably. This test may need to be rewritten for it to work with a sharded cluster.
|