mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-30 00:56:44 +01:00
SERVER-47269 Add uses_change_streams tag to apply_ops_inserts_do_not_include_fromMigrate_field.js
This commit is contained in:
parent
81e0ad27c2
commit
5ba7693b68
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user