diff options
author | Mickey. J Winters <mickey.winters@mongodb.com> | 2022-04-01 17:46:14 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-04-01 19:26:09 +0000 |
commit | 4fc0b12aad91e2aae74cc98ccfa5b35262e3c4ba (patch) | |
tree | 6ff92485ae5ca30d3dd679cd3d8af181466d8b66 | |
parent | fe488bc9f33d81fbc77f179b4e77effc4f0844fc (diff) | |
download | mongo-4fc0b12aad91e2aae74cc98ccfa5b35262e3c4ba.tar.gz |
SERVER-64429 tag ddl_create_index_txn.js with featureFlagChangeStreamsVisibility
-rw-r--r-- | jstests/change_streams/ddl_create_index_txn.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/change_streams/ddl_create_index_txn.js b/jstests/change_streams/ddl_create_index_txn.js index e5f8e186bc0..dce99f94038 100644 --- a/jstests/change_streams/ddl_create_index_txn.js +++ b/jstests/change_streams/ddl_create_index_txn.js @@ -5,6 +5,7 @@ * @tags: [ * uses_transactions, * requires_majority_read_concern, + * featureFlagChangeStreamsVisibility, * requires_fcv_60, * # In order to run this test with sharding we would have to create a transaction that creates * # the collection, shards it, and then creates the index. however sharding a collection in a |