@@ -1612,6 +1612,23 @@ tasks:
1612
1612
AUTH : " auth"
1613
1613
SSL : " ssl"
1614
1614
1615
+ - name : test-replicaset-auth-ssl-mongocryptd
1616
+ tags : ["test", "replicaset", "authssl", "mongocryptd"]
1617
+ commands :
1618
+ - func : bootstrap-mongo-orchestration
1619
+ vars :
1620
+ TOPOLOGY : " replica_set"
1621
+ AUTH : " auth"
1622
+ SSL : " ssl"
1623
+ - func : run-tests
1624
+ vars :
1625
+ TOPOLOGY : " replica_set"
1626
+ AUTH : " auth"
1627
+ SSL : " ssl"
1628
+ # Don't download the crypt_shared library, which should cause all of the tests to fall
1629
+ # back to using mongocryptd instead of crypt_shared.
1630
+ SKIP_CRYPT_SHARED_LIB_DOWNLOAD : " true"
1631
+
1615
1632
- name : test-replicaset-auth-nossl
1616
1633
tags : ["test", "replicaset", "authssl"]
1617
1634
commands :
@@ -2206,13 +2223,13 @@ buildvariants:
2206
2223
matrix_spec : { version: ["2.6", "3.0"], os-ssl-legacy: "*" }
2207
2224
display_name : " ${version} ${os-ssl-legacy}"
2208
2225
tasks :
2209
- - name : " .test !.enterprise-auth !.compression"
2226
+ - name : " .test !.enterprise-auth !.compression !.mongocryptd "
2210
2227
2211
2228
- matrix_name : " tests-legacy-noauth-nossl"
2212
2229
matrix_spec : { version: ["2.6", "3.0"], os-ssl-32: "*" }
2213
2230
display_name : " ${version} ${os-ssl-32}"
2214
2231
tasks :
2215
- - name : " .test !.authssl !.enterprise-auth !.compression"
2232
+ - name : " .test !.authssl !.enterprise-auth !.compression !.mongocryptd "
2216
2233
2217
2234
- matrix_name : " tests-nonlegacy-servers"
2218
2235
matrix_spec : { version: "3.2", os-ssl-32: "*" }
0 commit comments