@@ -1169,15 +1169,6 @@ tasks:
1169
1169
vars :
1170
1170
FRAMEWORK : net60
1171
1171
1172
- # //TODO need to do the same with the other platforms
1173
- - name : test-socks5-proxy-net60
1174
- commands :
1175
- - func : bootstrap-mongo-orchestration
1176
- - func : setup-socks5-proxy
1177
- - func : run-socks5-proxy-tests
1178
- vars :
1179
- FRAMEWORK : net60
1180
-
1181
1172
- name : test-csfle-with-mocked-kms-tls-net472
1182
1173
commands :
1183
1174
- func : setup-csfle-secrets
@@ -1254,6 +1245,30 @@ tasks:
1254
1245
vars :
1255
1246
FRAMEWORK : net60
1256
1247
1248
+ - name : test-socks5-proxy-net472
1249
+ commands :
1250
+ - func : bootstrap-mongo-orchestration
1251
+ - func : setup-socks5-proxy
1252
+ - func : run-socks5-proxy-tests
1253
+ vars :
1254
+ FRAMEWORK : net472
1255
+
1256
+ - name : test-socks5-proxy-netstandard21
1257
+ commands :
1258
+ - func : bootstrap-mongo-orchestration
1259
+ - func : setup-socks5-proxy
1260
+ - func : run-socks5-proxy-tests
1261
+ vars :
1262
+ FRAMEWORK : netstandard21
1263
+
1264
+ - name : test-socks5-proxy-net60
1265
+ commands :
1266
+ - func : bootstrap-mongo-orchestration
1267
+ - func : setup-socks5-proxy
1268
+ - func : run-socks5-proxy-tests
1269
+ vars :
1270
+ FRAMEWORK : net60
1271
+
1257
1272
- name : plain-auth-tests
1258
1273
commands :
1259
1274
- func : run-plain-auth-tests
@@ -2594,13 +2609,27 @@ buildvariants:
2594
2609
- name : atlas-search-index-helpers-task-group
2595
2610
2596
2611
# Socks5 Proxy tests
2597
- # //TODO I don't think we need to do this tests with more than one version, right?
2598
- # //TODO Do we need to run it also on other OSes? Java does only linux
2599
2612
2600
- - matrix_name : " socks5-proxy-tests"
2613
+ - matrix_name : " socks5-proxy-tests-linux "
2601
2614
matrix_spec : { os: "ubuntu-2004", ssl: ["nossl", "ssl"], version: ["latest"], topology: ["replicaset"] }
2602
2615
display_name : " Socks5 Proxy ${version} ${os} ${ssl}"
2603
2616
tasks :
2617
+ - name : test-socks5-proxy-netstandard21
2618
+ - name : test-socks5-proxy-net60
2619
+
2620
+ - matrix_name : " socks5-proxy-tests-windows"
2621
+ matrix_spec : { os: "windows-64", ssl: ["nossl", "ssl"], version: ["latest"], topology: ["replicaset"] }
2622
+ display_name : " Socks5 Proxy ${version} ${os} ${ssl}"
2623
+ tasks :
2624
+ - name : test-socks5-proxy-net472
2625
+ - name : test-socks5-proxy-netstandard21
2626
+ - name : test-socks5-proxy-net60
2627
+
2628
+ - matrix_name : " socks5-proxy-tests-macos"
2629
+ matrix_spec : { os: "macos-14", ssl: ["nossl", "ssl"], version: ["latest"], topology: ["replicaset"] }
2630
+ display_name : " Socks5 Proxy ${version} ${os} ${ssl}"
2631
+ tasks :
2632
+ - name : test-socks5-proxy-netstandard21
2604
2633
- name : test-socks5-proxy-net60
2605
2634
2606
2635
# CSFLE tests
0 commit comments