@@ -287,6 +287,7 @@ functions:
287
287
params :
288
288
working_dir : src
289
289
script : |
290
+ source ${DRIVERS_TOOLS}/.evergreen/init-node-and-npm-env.sh
290
291
npm install --force ${PACKAGE}
291
292
run lint checks :
292
293
- command : subprocess.exec
@@ -2105,7 +2106,23 @@ tasks:
2105
2106
- func : install dependencies
2106
2107
- func : bootstrap mongo-orchestration
2107
2108
- func : run socks5 tests
2108
- - name : test-zstd-compression
2109
+ - name : test-snappy-compression
2110
+ tags :
2111
+ - latest
2112
+ - snappy
2113
+ commands :
2114
+ - command : expansions.update
2115
+ type : setup
2116
+ params :
2117
+ updates :
2118
+ - {key: VERSION, value: latest}
2119
+ - {key: TOPOLOGY, value: replica_set}
2120
+ - {key: AUTH, value: auth}
2121
+ - {key: COMPRESSOR, value: snappy}
2122
+ - func : install dependencies
2123
+ - func : bootstrap mongo-orchestration
2124
+ - func : run-compression-tests
2125
+ - name : test-zstd-1.x-compression
2109
2126
tags :
2110
2127
- latest
2111
2128
- zstd
@@ -2120,11 +2137,14 @@ tasks:
2120
2137
- {key: COMPRESSOR, value: zstd}
2121
2138
- func : install dependencies
2122
2139
- func : bootstrap mongo-orchestration
2140
+ - func : install package
2141
+ vars :
2142
+ PACKAGE :
' @mongodb-js/[email protected] '
2123
2143
- func : run-compression-tests
2124
- - name : test-snappy -compression
2144
+ - name : test-zstd-2.x -compression
2125
2145
tags :
2126
2146
- latest
2127
- - snappy
2147
+ - zstd
2128
2148
commands :
2129
2149
- command : expansions.update
2130
2150
type : setup
@@ -2133,7 +2153,7 @@ tasks:
2133
2153
- {key: VERSION, value: latest}
2134
2154
- {key: TOPOLOGY, value: replica_set}
2135
2155
- {key: AUTH, value: auth}
2136
- - {key: COMPRESSOR, value: snappy }
2156
+ - {key: COMPRESSOR, value: zstd }
2137
2157
- func : install dependencies
2138
2158
- func : bootstrap mongo-orchestration
2139
2159
- func : run-compression-tests
@@ -4785,6 +4805,9 @@ buildvariants:
4785
4805
- test-socks5
4786
4806
- test-socks5-csfle
4787
4807
- test-socks5-tls
4808
+ - test-snappy-compression
4809
+ - test-zstd-1.x-compression
4810
+ - test-zstd-2.x-compression
4788
4811
- test-tls-support-latest
4789
4812
- test-tls-support-8.0
4790
4813
- test-tls-support-7.0
@@ -4841,6 +4864,9 @@ buildvariants:
4841
4864
- test-socks5
4842
4865
- test-socks5-csfle
4843
4866
- test-socks5-tls
4867
+ - test-snappy-compression
4868
+ - test-zstd-1.x-compression
4869
+ - test-zstd-2.x-compression
4844
4870
- test-tls-support-latest
4845
4871
- test-tls-support-8.0
4846
4872
- test-tls-support-7.0
@@ -4897,6 +4923,9 @@ buildvariants:
4897
4923
- test-socks5
4898
4924
- test-socks5-csfle
4899
4925
- test-socks5-tls
4926
+ - test-snappy-compression
4927
+ - test-zstd-1.x-compression
4928
+ - test-zstd-2.x-compression
4900
4929
- test-tls-support-latest
4901
4930
- test-tls-support-8.0
4902
4931
- test-tls-support-7.0
@@ -4953,8 +4982,9 @@ buildvariants:
4953
4982
- test-socks5
4954
4983
- test-socks5-csfle
4955
4984
- test-socks5-tls
4956
- - test-zstd-compression
4957
4985
- test-snappy-compression
4986
+ - test-zstd-1.x-compression
4987
+ - test-zstd-2.x-compression
4958
4988
- test-tls-support-latest
4959
4989
- test-tls-support-8.0
4960
4990
- test-tls-support-7.0
@@ -5009,8 +5039,9 @@ buildvariants:
5009
5039
- test-auth-ldap
5010
5040
- test-socks5-csfle
5011
5041
- test-socks5-tls
5012
- - test-zstd-compression
5013
5042
- test-snappy-compression
5043
+ - test-zstd-1.x-compression
5044
+ - test-zstd-2.x-compression
5014
5045
- test-tls-support-latest
5015
5046
- test-tls-support-8.0
5016
5047
- test-tls-support-7.0
@@ -5055,6 +5086,9 @@ buildvariants:
5055
5086
- test-latest-server-v1-api
5056
5087
- test-socks5
5057
5088
- test-socks5-tls
5089
+ - test-snappy-compression
5090
+ - test-zstd-1.x-compression
5091
+ - test-zstd-2.x-compression
5058
5092
- test-tls-support-latest
5059
5093
- test-tls-support-8.0
5060
5094
- test-tls-support-7.0
@@ -5099,6 +5133,9 @@ buildvariants:
5099
5133
- test-latest-server-v1-api
5100
5134
- test-socks5
5101
5135
- test-socks5-tls
5136
+ - test-snappy-compression
5137
+ - test-zstd-1.x-compression
5138
+ - test-zstd-2.x-compression
5102
5139
- test-tls-support-latest
5103
5140
- test-tls-support-8.0
5104
5141
- test-tls-support-7.0
@@ -5143,6 +5180,9 @@ buildvariants:
5143
5180
- test-latest-server-v1-api
5144
5181
- test-socks5
5145
5182
- test-socks5-tls
5183
+ - test-snappy-compression
5184
+ - test-zstd-1.x-compression
5185
+ - test-zstd-2.x-compression
5146
5186
- test-tls-support-latest
5147
5187
- test-tls-support-8.0
5148
5188
- test-tls-support-7.0
@@ -5187,8 +5227,9 @@ buildvariants:
5187
5227
- test-latest-server-v1-api
5188
5228
- test-socks5
5189
5229
- test-socks5-tls
5190
- - test-zstd-compression
5191
5230
- test-snappy-compression
5231
+ - test-zstd-1.x-compression
5232
+ - test-zstd-2.x-compression
5192
5233
- test-tls-support-latest
5193
5234
- test-tls-support-8.0
5194
5235
- test-tls-support-7.0
0 commit comments