@@ -8126,7 +8126,23 @@ tasks:
8126
8126
TOPOLOGY : sharded_cluster
8127
8127
PYTHON_VERSION : pypy3.10
8128
8128
tags : [server-version]
8129
- - name : test-python3.9-auth-nossl-standalone-cov
8129
+ - name : test-python3.9-auth-ssl-standalone-cov
8130
+ commands :
8131
+ - func : run server
8132
+ vars :
8133
+ AUTH : auth
8134
+ SSL : ssl
8135
+ TOPOLOGY : standalone
8136
+ COVERAGE : " 1"
8137
+ - func : run tests
8138
+ vars :
8139
+ AUTH : auth
8140
+ SSL : ssl
8141
+ TOPOLOGY : standalone
8142
+ COVERAGE : " 1"
8143
+ PYTHON_VERSION : " 3.9"
8144
+ tags : [server-version]
8145
+ - name : test-python3.10-auth-nossl-standalone-cov
8130
8146
commands :
8131
8147
- func : run server
8132
8148
vars :
@@ -8140,9 +8156,25 @@ tasks:
8140
8156
SSL : nossl
8141
8157
TOPOLOGY : standalone
8142
8158
COVERAGE : " 1"
8143
- PYTHON_VERSION : " 3.9"
8159
+ PYTHON_VERSION : " 3.10"
8160
+ tags : [server-version]
8161
+ - name : test-python3.11-noauth-ssl-standalone-cov
8162
+ commands :
8163
+ - func : run server
8164
+ vars :
8165
+ AUTH : noauth
8166
+ SSL : ssl
8167
+ TOPOLOGY : standalone
8168
+ COVERAGE : " 1"
8169
+ - func : run tests
8170
+ vars :
8171
+ AUTH : noauth
8172
+ SSL : ssl
8173
+ TOPOLOGY : standalone
8174
+ COVERAGE : " 1"
8175
+ PYTHON_VERSION : " 3.11"
8144
8176
tags : [server-version]
8145
- - name : test-python3.10 -noauth-nossl-standalone-cov
8177
+ - name : test-python3.12 -noauth-nossl-standalone-cov
8146
8178
commands :
8147
8179
- func : run server
8148
8180
vars :
@@ -8156,25 +8188,55 @@ tasks:
8156
8188
SSL : nossl
8157
8189
TOPOLOGY : standalone
8158
8190
COVERAGE : " 1"
8159
- PYTHON_VERSION : " 3.10 "
8191
+ PYTHON_VERSION : " 3.12 "
8160
8192
tags : [server-version]
8161
- - name : test-python3.11 -auth-nossl -replica-set-cov
8193
+ - name : test-python3.13 -auth-ssl -replica-set-cov
8162
8194
commands :
8163
8195
- func : run server
8164
8196
vars :
8165
8197
AUTH : auth
8166
- SSL : nossl
8198
+ SSL : ssl
8167
8199
TOPOLOGY : replica_set
8168
8200
COVERAGE : " 1"
8169
8201
- func : run tests
8202
+ vars :
8203
+ AUTH : auth
8204
+ SSL : ssl
8205
+ TOPOLOGY : replica_set
8206
+ COVERAGE : " 1"
8207
+ PYTHON_VERSION : " 3.13"
8208
+ tags : [server-version]
8209
+ - name : test-pypy3.10-auth-nossl-replica-set
8210
+ commands :
8211
+ - func : run server
8170
8212
vars :
8171
8213
AUTH : auth
8172
8214
SSL : nossl
8173
8215
TOPOLOGY : replica_set
8216
+ - func : run tests
8217
+ vars :
8218
+ AUTH : auth
8219
+ SSL : nossl
8220
+ TOPOLOGY : replica_set
8221
+ PYTHON_VERSION : pypy3.10
8222
+ tags : [server-version]
8223
+ - name : test-python3.9-noauth-ssl-replica-set-cov
8224
+ commands :
8225
+ - func : run server
8226
+ vars :
8227
+ AUTH : noauth
8228
+ SSL : ssl
8229
+ TOPOLOGY : replica_set
8174
8230
COVERAGE : " 1"
8175
- PYTHON_VERSION : " 3.11"
8231
+ - func : run tests
8232
+ vars :
8233
+ AUTH : noauth
8234
+ SSL : ssl
8235
+ TOPOLOGY : replica_set
8236
+ COVERAGE : " 1"
8237
+ PYTHON_VERSION : " 3.9"
8176
8238
tags : [server-version]
8177
- - name : test-python3.12 -noauth-nossl-replica-set-cov
8239
+ - name : test-python3.10 -noauth-nossl-replica-set-cov
8178
8240
commands :
8179
8241
- func : run server
8180
8242
vars :
@@ -8188,9 +8250,9 @@ tasks:
8188
8250
SSL : nossl
8189
8251
TOPOLOGY : replica_set
8190
8252
COVERAGE : " 1"
8191
- PYTHON_VERSION : " 3.12 "
8253
+ PYTHON_VERSION : " 3.10 "
8192
8254
tags : [server-version]
8193
- - name : test-python3.13 -auth-nossl-sharded-cluster-cov
8255
+ - name : test-python3.12 -auth-nossl-sharded-cluster-cov
8194
8256
commands :
8195
8257
- func : run server
8196
8258
vars :
@@ -8204,6 +8266,22 @@ tasks:
8204
8266
SSL : nossl
8205
8267
TOPOLOGY : sharded_cluster
8206
8268
COVERAGE : " 1"
8269
+ PYTHON_VERSION : " 3.12"
8270
+ tags : [server-version]
8271
+ - name : test-python3.13-noauth-ssl-sharded-cluster-cov
8272
+ commands :
8273
+ - func : run server
8274
+ vars :
8275
+ AUTH : noauth
8276
+ SSL : ssl
8277
+ TOPOLOGY : sharded_cluster
8278
+ COVERAGE : " 1"
8279
+ - func : run tests
8280
+ vars :
8281
+ AUTH : noauth
8282
+ SSL : ssl
8283
+ TOPOLOGY : sharded_cluster
8284
+ COVERAGE : " 1"
8207
8285
PYTHON_VERSION : " 3.13"
8208
8286
tags : [server-version]
8209
8287
- name : test-pypy3.10-noauth-nossl-sharded-cluster
0 commit comments