diff options
author | Erwin Pe <erwin.pe@mongodb.com> | 2022-02-11 17:40:24 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-02-11 18:33:42 +0000 |
commit | 7f30babba00b8bea2df2f1d62d3b29f3bf1f14fa (patch) | |
tree | bf78e5ff5b1aa9d664fee3089305acf576e35288 /buildscripts | |
parent | 7ebe8364c1234261a500870df642d245fc8b6f5f (diff) | |
download | mongo-7f30babba00b8bea2df2f1d62d3b29f3bf1f14fa.tar.gz |
SERVER-63464 Create Collection restrictions with encrypted fields
Diffstat (limited to 'buildscripts')
-rw-r--r-- | buildscripts/resmokeconfig/suites/fle2.yml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/fle2.yml b/buildscripts/resmokeconfig/suites/fle2.yml new file mode 100644 index 00000000000..cc681c8c8c6 --- /dev/null +++ b/buildscripts/resmokeconfig/suites/fle2.yml @@ -0,0 +1,25 @@ +test_kind: js_test +selector: + roots: + - jstests/fle2/**/*.js + +executor: + archive: + hooks: + - ValidateCollections + config: + shell_options: + eval: "testingReplication = true;" + hooks: + # We don't execute dbHash or oplog consistency checks since there is only a single replica set + # node. + - class: ValidateCollections + - class: CleanEveryN + n: 20 + fixture: + class: ReplicaSetFixture + mongod_options: + set_parameters: + enableTestCommands: 1 + # Use a 1-node replica set. + num_nodes: 1 |