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