@@ -8032,168 +8032,192 @@ tasks:
8032
8032
- sync_async
8033
8033
8034
8034
# Server version tests
8035
- - name : test-python3.9-auth-ssl-cov
8035
+ - name : test-python3.9-auth-ssl-sharded-cluster- cov
8036
8036
commands :
8037
8037
- func : run server
8038
8038
vars :
8039
8039
AUTH : auth
8040
8040
SSL : ssl
8041
+ TOPOLOGY : sharded_cluster
8041
8042
COVERAGE : " 1"
8042
8043
- func : run tests
8043
8044
vars :
8044
8045
AUTH : auth
8045
8046
SSL : ssl
8047
+ TOPOLOGY : sharded_cluster
8046
8048
COVERAGE : " 1"
8047
8049
PYTHON_VERSION : " 3.9"
8048
8050
tags : [server-version]
8049
- - name : test-python3.10-auth-ssl-cov
8051
+ - name : test-python3.10-auth-ssl-sharded-cluster- cov
8050
8052
commands :
8051
8053
- func : run server
8052
8054
vars :
8053
8055
AUTH : auth
8054
8056
SSL : ssl
8057
+ TOPOLOGY : sharded_cluster
8055
8058
COVERAGE : " 1"
8056
8059
- func : run tests
8057
8060
vars :
8058
8061
AUTH : auth
8059
8062
SSL : ssl
8063
+ TOPOLOGY : sharded_cluster
8060
8064
COVERAGE : " 1"
8061
8065
PYTHON_VERSION : " 3.10"
8062
8066
tags : [server-version]
8063
- - name : test-python3.11-auth-ssl-cov
8067
+ - name : test-python3.11-auth-ssl-sharded-cluster- cov
8064
8068
commands :
8065
8069
- func : run server
8066
8070
vars :
8067
8071
AUTH : auth
8068
8072
SSL : ssl
8073
+ TOPOLOGY : sharded_cluster
8069
8074
COVERAGE : " 1"
8070
8075
- func : run tests
8071
8076
vars :
8072
8077
AUTH : auth
8073
8078
SSL : ssl
8079
+ TOPOLOGY : sharded_cluster
8074
8080
COVERAGE : " 1"
8075
8081
PYTHON_VERSION : " 3.11"
8076
8082
tags : [server-version]
8077
- - name : test-python3.12-auth-ssl-cov
8083
+ - name : test-python3.12-auth-ssl-sharded-cluster- cov
8078
8084
commands :
8079
8085
- func : run server
8080
8086
vars :
8081
8087
AUTH : auth
8082
8088
SSL : ssl
8089
+ TOPOLOGY : sharded_cluster
8083
8090
COVERAGE : " 1"
8084
8091
- func : run tests
8085
8092
vars :
8086
8093
AUTH : auth
8087
8094
SSL : ssl
8095
+ TOPOLOGY : sharded_cluster
8088
8096
COVERAGE : " 1"
8089
8097
PYTHON_VERSION : " 3.12"
8090
8098
tags : [server-version]
8091
- - name : test-python3.13-auth-ssl-cov
8099
+ - name : test-python3.13-auth-ssl-sharded-cluster- cov
8092
8100
commands :
8093
8101
- func : run server
8094
8102
vars :
8095
8103
AUTH : auth
8096
8104
SSL : ssl
8105
+ TOPOLOGY : sharded_cluster
8097
8106
COVERAGE : " 1"
8098
8107
- func : run tests
8099
8108
vars :
8100
8109
AUTH : auth
8101
8110
SSL : ssl
8111
+ TOPOLOGY : sharded_cluster
8102
8112
COVERAGE : " 1"
8103
8113
PYTHON_VERSION : " 3.13"
8104
8114
tags : [server-version]
8105
- - name : test-pypy3.10-auth-ssl
8115
+ - name : test-pypy3.10-auth-ssl-sharded-cluster
8106
8116
commands :
8107
8117
- func : run server
8108
8118
vars :
8109
8119
AUTH : auth
8110
8120
SSL : ssl
8121
+ TOPOLOGY : sharded_cluster
8111
8122
- func : run tests
8112
8123
vars :
8113
8124
AUTH : auth
8114
8125
SSL : ssl
8126
+ TOPOLOGY : sharded_cluster
8115
8127
PYTHON_VERSION : pypy3.10
8116
8128
tags : [server-version]
8117
- - name : test-python3.9-noauth-nossl-cov
8129
+ - name : test-python3.9-noauth-nossl-standalone- cov
8118
8130
commands :
8119
8131
- func : run server
8120
8132
vars :
8121
8133
AUTH : noauth
8122
8134
SSL : nossl
8135
+ TOPOLOGY : standalone
8123
8136
COVERAGE : " 1"
8124
8137
- func : run tests
8125
8138
vars :
8126
8139
AUTH : noauth
8127
8140
SSL : nossl
8141
+ TOPOLOGY : standalone
8128
8142
COVERAGE : " 1"
8129
8143
PYTHON_VERSION : " 3.9"
8130
8144
tags : [server-version]
8131
- - name : test-python3.10-noauth-ssl-cov
8145
+ - name : test-python3.10-noauth-ssl-replica-set- cov
8132
8146
commands :
8133
8147
- func : run server
8134
8148
vars :
8135
8149
AUTH : noauth
8136
8150
SSL : ssl
8151
+ TOPOLOGY : replica_set
8137
8152
COVERAGE : " 1"
8138
8153
- func : run tests
8139
8154
vars :
8140
8155
AUTH : noauth
8141
8156
SSL : ssl
8157
+ TOPOLOGY : replica_set
8142
8158
COVERAGE : " 1"
8143
8159
PYTHON_VERSION : " 3.10"
8144
8160
tags : [server-version]
8145
- - name : test-python3.11-noauth-nossl-cov
8161
+ - name : test-python3.11-noauth-nossl-standalone- cov
8146
8162
commands :
8147
8163
- func : run server
8148
8164
vars :
8149
8165
AUTH : noauth
8150
8166
SSL : nossl
8167
+ TOPOLOGY : standalone
8151
8168
COVERAGE : " 1"
8152
8169
- func : run tests
8153
8170
vars :
8154
8171
AUTH : noauth
8155
8172
SSL : nossl
8173
+ TOPOLOGY : standalone
8156
8174
COVERAGE : " 1"
8157
8175
PYTHON_VERSION : " 3.11"
8158
8176
tags : [server-version]
8159
- - name : test-python3.12-noauth-ssl-cov
8177
+ - name : test-python3.12-noauth-ssl-replica-set- cov
8160
8178
commands :
8161
8179
- func : run server
8162
8180
vars :
8163
8181
AUTH : noauth
8164
8182
SSL : ssl
8183
+ TOPOLOGY : replica_set
8165
8184
COVERAGE : " 1"
8166
8185
- func : run tests
8167
8186
vars :
8168
8187
AUTH : noauth
8169
8188
SSL : ssl
8189
+ TOPOLOGY : replica_set
8170
8190
COVERAGE : " 1"
8171
8191
PYTHON_VERSION : " 3.12"
8172
8192
tags : [server-version]
8173
- - name : test-python3.13-noauth-nossl-cov
8193
+ - name : test-python3.13-noauth-nossl-standalone- cov
8174
8194
commands :
8175
8195
- func : run server
8176
8196
vars :
8177
8197
AUTH : noauth
8178
8198
SSL : nossl
8199
+ TOPOLOGY : standalone
8179
8200
COVERAGE : " 1"
8180
8201
- func : run tests
8181
8202
vars :
8182
8203
AUTH : noauth
8183
8204
SSL : nossl
8205
+ TOPOLOGY : standalone
8184
8206
COVERAGE : " 1"
8185
8207
PYTHON_VERSION : " 3.13"
8186
8208
tags : [server-version]
8187
- - name : test-pypy3.10-noauth-ssl
8209
+ - name : test-pypy3.10-noauth-ssl-replica-set
8188
8210
commands :
8189
8211
- func : run server
8190
8212
vars :
8191
8213
AUTH : noauth
8192
8214
SSL : ssl
8215
+ TOPOLOGY : replica_set
8193
8216
- func : run tests
8194
8217
vars :
8195
8218
AUTH : noauth
8196
8219
SSL : ssl
8220
+ TOPOLOGY : replica_set
8197
8221
PYTHON_VERSION : pypy3.10
8198
8222
tags : [server-version]
8199
8223
0 commit comments