Skip to content

Commit 845b28b

Browse files
committed
GODRIVER-3519 Test sharded clusters with requireApiVersion=1
1 parent 927052b commit 845b28b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.evergreen/config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,6 +1482,23 @@ tasks:
14821482
SSL: "nossl"
14831483
REQUIRE_API_VERSION: true
14841484

1485+
- name: "test-sharded-versioned-api"
1486+
tags: ["versioned-api"]
1487+
commands:
1488+
- func: bootstrap-mongo-orchestration
1489+
vars:
1490+
TOPOLOGY: "sharded_cluster"
1491+
AUTH: "auth"
1492+
SSL: "nossl"
1493+
REQUIRE_API_VERSION: true
1494+
- func: start-cse-servers
1495+
- func: run-versioned-api-test
1496+
vars:
1497+
TOPOLOGY: "sharded_cluster"
1498+
AUTH: "auth"
1499+
SSL: "nossl"
1500+
REQUIRE_API_VERSION: true
1501+
14851502
- name: "test-standalone-versioned-api-test-commands"
14861503
tags: ["versioned-api"]
14871504
commands:

0 commit comments

Comments
 (0)