0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00

SERVER-40257 Tag change_stream_speculative_majority_secondary_batch_application.js with uses_speculative_majority

This commit is contained in:
William Schultz 2019-03-22 10:44:12 -04:00
parent be36aeb716
commit 98dd3cc050

View File

@ -2,6 +2,8 @@
* Test speculative majority change stream reads against a secondary while it is applying an oplog
* batch. Speculative majority change stream reads on secondaries should read from the lastApplied
* timestamp.
*
* @tags: [uses_speculative_majority]
*/
(function() {
"use strict";