Skip to content

Commit 9512c7a

Browse files
committed
clean up
1 parent b895b8d commit 9512c7a

File tree

2 files changed

+37
-13
lines changed

2 files changed

+37
-13
lines changed

.evergreen/generated_configs/tasks.yml

Lines changed: 36 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8032,168 +8032,192 @@ tasks:
80328032
- sync_async
80338033

80348034
# Server version tests
8035-
- name: test-python3.9-auth-ssl-cov
8035+
- name: test-python3.9-auth-ssl-sharded-cluster-cov
80368036
commands:
80378037
- func: run server
80388038
vars:
80398039
AUTH: auth
80408040
SSL: ssl
8041+
TOPOLOGY: sharded_cluster
80418042
COVERAGE: "1"
80428043
- func: run tests
80438044
vars:
80448045
AUTH: auth
80458046
SSL: ssl
8047+
TOPOLOGY: sharded_cluster
80468048
COVERAGE: "1"
80478049
PYTHON_VERSION: "3.9"
80488050
tags: [server-version]
8049-
- name: test-python3.10-auth-ssl-cov
8051+
- name: test-python3.10-auth-ssl-sharded-cluster-cov
80508052
commands:
80518053
- func: run server
80528054
vars:
80538055
AUTH: auth
80548056
SSL: ssl
8057+
TOPOLOGY: sharded_cluster
80558058
COVERAGE: "1"
80568059
- func: run tests
80578060
vars:
80588061
AUTH: auth
80598062
SSL: ssl
8063+
TOPOLOGY: sharded_cluster
80608064
COVERAGE: "1"
80618065
PYTHON_VERSION: "3.10"
80628066
tags: [server-version]
8063-
- name: test-python3.11-auth-ssl-cov
8067+
- name: test-python3.11-auth-ssl-sharded-cluster-cov
80648068
commands:
80658069
- func: run server
80668070
vars:
80678071
AUTH: auth
80688072
SSL: ssl
8073+
TOPOLOGY: sharded_cluster
80698074
COVERAGE: "1"
80708075
- func: run tests
80718076
vars:
80728077
AUTH: auth
80738078
SSL: ssl
8079+
TOPOLOGY: sharded_cluster
80748080
COVERAGE: "1"
80758081
PYTHON_VERSION: "3.11"
80768082
tags: [server-version]
8077-
- name: test-python3.12-auth-ssl-cov
8083+
- name: test-python3.12-auth-ssl-sharded-cluster-cov
80788084
commands:
80798085
- func: run server
80808086
vars:
80818087
AUTH: auth
80828088
SSL: ssl
8089+
TOPOLOGY: sharded_cluster
80838090
COVERAGE: "1"
80848091
- func: run tests
80858092
vars:
80868093
AUTH: auth
80878094
SSL: ssl
8095+
TOPOLOGY: sharded_cluster
80888096
COVERAGE: "1"
80898097
PYTHON_VERSION: "3.12"
80908098
tags: [server-version]
8091-
- name: test-python3.13-auth-ssl-cov
8099+
- name: test-python3.13-auth-ssl-sharded-cluster-cov
80928100
commands:
80938101
- func: run server
80948102
vars:
80958103
AUTH: auth
80968104
SSL: ssl
8105+
TOPOLOGY: sharded_cluster
80978106
COVERAGE: "1"
80988107
- func: run tests
80998108
vars:
81008109
AUTH: auth
81018110
SSL: ssl
8111+
TOPOLOGY: sharded_cluster
81028112
COVERAGE: "1"
81038113
PYTHON_VERSION: "3.13"
81048114
tags: [server-version]
8105-
- name: test-pypy3.10-auth-ssl
8115+
- name: test-pypy3.10-auth-ssl-sharded-cluster
81068116
commands:
81078117
- func: run server
81088118
vars:
81098119
AUTH: auth
81108120
SSL: ssl
8121+
TOPOLOGY: sharded_cluster
81118122
- func: run tests
81128123
vars:
81138124
AUTH: auth
81148125
SSL: ssl
8126+
TOPOLOGY: sharded_cluster
81158127
PYTHON_VERSION: pypy3.10
81168128
tags: [server-version]
8117-
- name: test-python3.9-noauth-nossl-cov
8129+
- name: test-python3.9-noauth-nossl-standalone-cov
81188130
commands:
81198131
- func: run server
81208132
vars:
81218133
AUTH: noauth
81228134
SSL: nossl
8135+
TOPOLOGY: standalone
81238136
COVERAGE: "1"
81248137
- func: run tests
81258138
vars:
81268139
AUTH: noauth
81278140
SSL: nossl
8141+
TOPOLOGY: standalone
81288142
COVERAGE: "1"
81298143
PYTHON_VERSION: "3.9"
81308144
tags: [server-version]
8131-
- name: test-python3.10-noauth-ssl-cov
8145+
- name: test-python3.10-noauth-ssl-replica-set-cov
81328146
commands:
81338147
- func: run server
81348148
vars:
81358149
AUTH: noauth
81368150
SSL: ssl
8151+
TOPOLOGY: replica_set
81378152
COVERAGE: "1"
81388153
- func: run tests
81398154
vars:
81408155
AUTH: noauth
81418156
SSL: ssl
8157+
TOPOLOGY: replica_set
81428158
COVERAGE: "1"
81438159
PYTHON_VERSION: "3.10"
81448160
tags: [server-version]
8145-
- name: test-python3.11-noauth-nossl-cov
8161+
- name: test-python3.11-noauth-nossl-standalone-cov
81468162
commands:
81478163
- func: run server
81488164
vars:
81498165
AUTH: noauth
81508166
SSL: nossl
8167+
TOPOLOGY: standalone
81518168
COVERAGE: "1"
81528169
- func: run tests
81538170
vars:
81548171
AUTH: noauth
81558172
SSL: nossl
8173+
TOPOLOGY: standalone
81568174
COVERAGE: "1"
81578175
PYTHON_VERSION: "3.11"
81588176
tags: [server-version]
8159-
- name: test-python3.12-noauth-ssl-cov
8177+
- name: test-python3.12-noauth-ssl-replica-set-cov
81608178
commands:
81618179
- func: run server
81628180
vars:
81638181
AUTH: noauth
81648182
SSL: ssl
8183+
TOPOLOGY: replica_set
81658184
COVERAGE: "1"
81668185
- func: run tests
81678186
vars:
81688187
AUTH: noauth
81698188
SSL: ssl
8189+
TOPOLOGY: replica_set
81708190
COVERAGE: "1"
81718191
PYTHON_VERSION: "3.12"
81728192
tags: [server-version]
8173-
- name: test-python3.13-noauth-nossl-cov
8193+
- name: test-python3.13-noauth-nossl-standalone-cov
81748194
commands:
81758195
- func: run server
81768196
vars:
81778197
AUTH: noauth
81788198
SSL: nossl
8199+
TOPOLOGY: standalone
81798200
COVERAGE: "1"
81808201
- func: run tests
81818202
vars:
81828203
AUTH: noauth
81838204
SSL: nossl
8205+
TOPOLOGY: standalone
81848206
COVERAGE: "1"
81858207
PYTHON_VERSION: "3.13"
81868208
tags: [server-version]
8187-
- name: test-pypy3.10-noauth-ssl
8209+
- name: test-pypy3.10-noauth-ssl-replica-set
81888210
commands:
81898211
- func: run server
81908212
vars:
81918213
AUTH: noauth
81928214
SSL: ssl
8215+
TOPOLOGY: replica_set
81938216
- func: run tests
81948217
vars:
81958218
AUTH: noauth
81968219
SSL: ssl
8220+
TOPOLOGY: replica_set
81978221
PYTHON_VERSION: pypy3.10
81988222
tags: [server-version]
81998223

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ def create_server_version_tasks():
594594
else:
595595
auth = "auth"
596596
ssl = "ssl"
597-
expansions = dict(AUTH=auth, SSL=ssl)
597+
expansions = dict(AUTH=auth, SSL=ssl, TOPOLOGY=topology)
598598
if python not in PYPYS:
599599
expansions["COVERAGE"] = "1"
600600
name = get_task_name("test", python=python, **expansions)

0 commit comments

Comments
 (0)