Skip to content

Commit 7fe73bc

Browse files
committed
test: ensure compression tests run
1 parent 0f85597 commit 7fe73bc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.evergreen/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3251,6 +3251,8 @@ buildvariants:
32513251
- test-socks5
32523252
- test-socks5-csfle
32533253
- test-socks5-tls
3254+
- test-zstd-compression
3255+
- test-snappy-compression
32543256
- test-tls-support-latest
32553257
- test-tls-support-6.0
32563258
- test-tls-support-5.0
@@ -3482,6 +3484,8 @@ buildvariants:
34823484
- test-atlas-data-lake
34833485
- test-socks5
34843486
- test-socks5-tls
3487+
- test-zstd-compression
3488+
- test-snappy-compression
34853489
- test-tls-support-latest
34863490
- test-tls-support-6.0
34873491
- test-tls-support-5.0

.evergreen/generate_evergreen_tasks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ BUILD_VARIANTS.push({
702702
for (const variant of BUILD_VARIANTS.filter(
703703
variant =>
704704
variant.expansions &&
705-
[14, 16, 18, 20].includes(variant.expansions.NODE_LTS_VERSION)
705+
[16, 18, 20].includes(variant.expansions.NODE_LTS_VERSION)
706706
)) {
707707
variant.tasks = variant.tasks.filter(
708708
name => !['test-zstd-compression', 'test-snappy-compression'].includes(name)

0 commit comments

Comments
 (0)