From 5ba7693b68c3f6676784a29ffd308e55a999a48e Mon Sep 17 00:00:00 2001 From: Jason Chan Date: Thu, 2 Apr 2020 11:46:24 -0400 Subject: [PATCH] SERVER-47269 Add uses_change_streams tag to apply_ops_inserts_do_not_include_fromMigrate_field.js --- .../apply_ops_inserts_do_not_include_fromMigrate_field.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jstests/replsets/apply_ops_inserts_do_not_include_fromMigrate_field.js b/jstests/replsets/apply_ops_inserts_do_not_include_fromMigrate_field.js index 344c7e119f9..ee1a4211cce 100644 --- a/jstests/replsets/apply_ops_inserts_do_not_include_fromMigrate_field.js +++ b/jstests/replsets/apply_ops_inserts_do_not_include_fromMigrate_field.js @@ -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';