Skip to content

Commit cf84737

Browse files
committed
cleanup
1 parent 0c7469c commit cf84737

File tree

2 files changed

+23
-24
lines changed

2 files changed

+23
-24
lines changed

.evergreen/generated_configs/tasks.yml

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2733,29 +2733,6 @@ tasks:
27332733
- python-pypy3.10
27342734
- sharded_cluster-auth-ssl
27352735
- async
2736-
- name: test-server-version-python3.9-min-deps-auth-ssl-sharded-cluster-cov
2737-
commands:
2738-
- func: run server
2739-
vars:
2740-
AUTH: auth
2741-
SSL: ssl
2742-
TOPOLOGY: sharded_cluster
2743-
COVERAGE: "1"
2744-
- func: run tests
2745-
vars:
2746-
AUTH: auth
2747-
SSL: ssl
2748-
TOPOLOGY: sharded_cluster
2749-
COVERAGE: "1"
2750-
PYTHON_VERSION: "3.9"
2751-
TEST_NAME: default_aync
2752-
TEST_MIN_DEPS: "1"
2753-
tags:
2754-
- server-version
2755-
- python-3.9
2756-
- sharded_cluster-auth-ssl
2757-
- aync
2758-
- pr
27592736
- name: test-server-version-python3.10-sync-auth-ssl-sharded-cluster-cov
27602737
commands:
27612738
- func: run server
@@ -2883,6 +2860,28 @@ tasks:
28832860
- python-3.9
28842861
- sharded_cluster-auth-ssl
28852862
- sync
2863+
- name: test-server-version-python3.9-sync-min-deps-auth-ssl-sharded-cluster-cov
2864+
commands:
2865+
- func: run server
2866+
vars:
2867+
AUTH: auth
2868+
SSL: ssl
2869+
TOPOLOGY: sharded_cluster
2870+
COVERAGE: "1"
2871+
- func: run tests
2872+
vars:
2873+
AUTH: auth
2874+
SSL: ssl
2875+
TOPOLOGY: sharded_cluster
2876+
COVERAGE: "1"
2877+
PYTHON_VERSION: "3.9"
2878+
TEST_NAME: default_sync
2879+
TEST_MIN_DEPS: "1"
2880+
tags:
2881+
- server-version
2882+
- python-3.9
2883+
- sharded_cluster-auth-ssl
2884+
- sync
28862885
- name: test-server-version-pypy3.10-sync-auth-ssl-sharded-cluster
28872886
commands:
28882887
- func: run server

.evergreen/scripts/generate_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ def create_server_version_tasks():
547547
# Add two tasks for min dependencies.
548548
task_combos.add(("standalone", "noauth", "nossl", "sync", CPYTHONS[0], True))
549549
# TODO: When we drop Python 3.9 support we should test with async.
550-
task_combos.add(("sharded_cluster", "auth", "ssl", "aync", CPYTHONS[0], True))
550+
task_combos.add(("sharded_cluster", "auth", "ssl", "sync", CPYTHONS[0], True))
551551

552552
# Assemble the tasks.
553553
seen = set()

0 commit comments

Comments
 (0)