0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 09:06:21 +01:00

SERVER-47269 Add uses_change_streams tag to apply_ops_inserts_do_not_include_fromMigrate_field.js

This commit is contained in:
Jason Chan 2020-04-02 11:46:24 -04:00 committed by Evergreen Agent
parent 81e0ad27c2
commit 5ba7693b68

View File

@ -1,6 +1,8 @@
/**
* Tests that insert oplog entries created by applyOps commands do not contain the 'fromMigrate'
* field. Additionally tests that non-atomic applyOps inserts should be returned by changeStreams.
*
* @tags: [uses_change_streams]
*/
(function() {
'use strict';