Skip to content

Commit 533b82c

Browse files
committed
Revert "CDRIVER-2215 Disable sharded cluster testing"
This reverts commit 4810f2f.
1 parent fe3fd39 commit 533b82c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.evergreen/config.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6051,7 +6051,7 @@ tasks:
60516051

60526052

60536053
- name: test-latest-sharded-cluster-noauth-nosasl-nossl
6054-
#tags: ["nossl", "nosasl", "noauth", "sharded-cluster", "latest"]
6054+
tags: ["nossl", "nosasl", "noauth", "sharded-cluster", "latest"]
60556055
depends_on:
60566056
- name: "debug-compile-nosasl-nossl"
60576057
commands:
@@ -6072,7 +6072,7 @@ tasks:
60726072

60736073

60746074
- name: test-latest-sharded-cluster-noauth-nosasl-openssl
6075-
#tags: ["openssl", "nosasl", "noauth", "sharded-cluster", "latest"]
6075+
tags: ["openssl", "nosasl", "noauth", "sharded-cluster", "latest"]
60766076
depends_on:
60776077
- name: "debug-compile-nosasl-openssl"
60786078
commands:
@@ -6093,7 +6093,7 @@ tasks:
60936093

60946094

60956095
- name: test-latest-sharded-cluster-noauth-nosasl-darwinssl
6096-
#tags: ["darwinssl", "nosasl", "noauth", "sharded-cluster", "latest"]
6096+
tags: ["darwinssl", "nosasl", "noauth", "sharded-cluster", "latest"]
60976097
depends_on:
60986098
- name: "debug-compile-nosasl-darwinssl"
60996099
commands:
@@ -6114,7 +6114,7 @@ tasks:
61146114

61156115

61166116
- name: test-latest-sharded-cluster-noauth-nosasl-winssl
6117-
#tags: ["winssl", "nosasl", "noauth", "sharded-cluster", "latest"]
6117+
tags: ["winssl", "nosasl", "noauth", "sharded-cluster", "latest"]
61186118
depends_on:
61196119
- name: "debug-compile-nosasl-winssl"
61206120
commands:
@@ -6135,7 +6135,7 @@ tasks:
61356135

61366136

61376137
- name: test-latest-sharded-cluster-noauth-sasl-nossl
6138-
#tags: ["nossl", "sasl", "noauth", "sharded-cluster", "latest"]
6138+
tags: ["nossl", "sasl", "noauth", "sharded-cluster", "latest"]
61396139
depends_on:
61406140
- name: "debug-compile-sasl-nossl"
61416141
commands:
@@ -6156,7 +6156,7 @@ tasks:
61566156

61576157

61586158
- name: test-latest-sharded-cluster-noauth-sasl-openssl
6159-
#tags: ["openssl", "sasl", "noauth", "sharded-cluster", "latest"]
6159+
tags: ["openssl", "sasl", "noauth", "sharded-cluster", "latest"]
61606160
depends_on:
61616161
- name: "debug-compile-sasl-openssl"
61626162
commands:
@@ -6177,7 +6177,7 @@ tasks:
61776177

61786178

61796179
- name: test-latest-sharded-cluster-noauth-sasl-darwinssl
6180-
#tags: ["darwinssl", "sasl", "noauth", "sharded-cluster", "latest"]
6180+
tags: ["darwinssl", "sasl", "noauth", "sharded-cluster", "latest"]
61816181
depends_on:
61826182
- name: "debug-compile-sasl-darwinssl"
61836183
commands:
@@ -6198,7 +6198,7 @@ tasks:
61986198

61996199

62006200
- name: test-latest-sharded-cluster-noauth-sasl-winssl
6201-
#tags: ["winssl", "sasl", "noauth", "sharded-cluster", "latest"]
6201+
tags: ["winssl", "sasl", "noauth", "sharded-cluster", "latest"]
62026202
depends_on:
62036203
- name: "debug-compile-sasl-winssl"
62046204
commands:
@@ -6219,7 +6219,7 @@ tasks:
62196219

62206220

62216221
- name: test-latest-sharded-cluster-auth-nosasl-openssl
6222-
#tags: ["openssl", "nosasl", "auth", "sharded-cluster", "latest"]
6222+
tags: ["openssl", "nosasl", "auth", "sharded-cluster", "latest"]
62236223
depends_on:
62246224
- name: "debug-compile-nosasl-openssl"
62256225
commands:
@@ -6240,7 +6240,7 @@ tasks:
62406240

62416241

62426242
- name: test-latest-sharded-cluster-auth-nosasl-darwinssl
6243-
#tags: ["darwinssl", "nosasl", "auth", "sharded-cluster", "latest"]
6243+
tags: ["darwinssl", "nosasl", "auth", "sharded-cluster", "latest"]
62446244
depends_on:
62456245
- name: "debug-compile-nosasl-darwinssl"
62466246
commands:
@@ -6261,7 +6261,7 @@ tasks:
62616261

62626262

62636263
- name: test-latest-sharded-cluster-auth-nosasl-winssl
6264-
#tags: ["winssl", "nosasl", "auth", "sharded-cluster", "latest"]
6264+
tags: ["winssl", "nosasl", "auth", "sharded-cluster", "latest"]
62656265
depends_on:
62666266
- name: "debug-compile-nosasl-winssl"
62676267
commands:
@@ -6282,7 +6282,7 @@ tasks:
62826282

62836283

62846284
- name: test-latest-sharded-cluster-auth-sasl-openssl
6285-
#tags: ["openssl", "sasl", "auth", "sharded-cluster", "latest"]
6285+
tags: ["openssl", "sasl", "auth", "sharded-cluster", "latest"]
62866286
depends_on:
62876287
- name: "debug-compile-sasl-openssl"
62886288
commands:
@@ -6303,7 +6303,7 @@ tasks:
63036303

63046304

63056305
- name: test-latest-sharded-cluster-auth-sasl-darwinssl
6306-
#tags: ["darwinssl", "sasl", "auth", "sharded-cluster", "latest"]
6306+
tags: ["darwinssl", "sasl", "auth", "sharded-cluster", "latest"]
63076307
depends_on:
63086308
- name: "debug-compile-sasl-darwinssl"
63096309
commands:
@@ -6324,7 +6324,7 @@ tasks:
63246324

63256325

63266326
- name: test-latest-sharded-cluster-auth-sasl-winssl
6327-
#tags: ["winssl", "sasl", "auth", "sharded-cluster", "latest"]
6327+
tags: ["winssl", "sasl", "auth", "sharded-cluster", "latest"]
63286328
depends_on:
63296329
- name: "debug-compile-sasl-winssl"
63306330
commands:

0 commit comments

Comments
 (0)