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