We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 927052b commit 845b28bCopy full SHA for 845b28b
.evergreen/config.yml
@@ -1482,6 +1482,23 @@ tasks:
1482
SSL: "nossl"
1483
REQUIRE_API_VERSION: true
1484
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
1497
1498
1499
1500
1501
+
1502
- name: "test-standalone-versioned-api-test-commands"
1503
tags: ["versioned-api"]
1504
commands:
0 commit comments