@@ -672,17 +672,6 @@ functions:
672672 . ${DRIVERS_TOOLS}/.evergreen/secrets_handling/setup-secrets.sh drivers/atlas-qa
673673 evergreen/run-atlas-search-test.sh
674674
675- run-atlas-search-index-helpers-test :
676- - command : shell.exec
677- type : test
678- params :
679- working_dir : mongo-csharp-driver
680- include_expansions_in_env :
681- - " FRAMEWORK"
682- script : |
683- ${PREPARE_SHELL}
684- MONGODB_URI="${MONGODB_URI}" evergreen/run-atlas-search-index-helpers-test.sh
685-
686675 run-ocsp-test :
687676 - command : shell.exec
688677 type : test
@@ -1383,13 +1372,6 @@ tasks:
13831372 FRAMEWORK : net6.0
13841373 - func : run-atlas-search-test
13851374
1386- - name : atlas-search-index-helpers-test
1387- commands :
1388- - func : configure-framework
1389- vars :
1390- FRAMEWORK : net6.0
1391- - func : run-atlas-search-index-helpers-test
1392-
13931375 - name : test-oidc-auth
13941376 commands :
13951377 - func : configure-framework
@@ -2196,41 +2178,6 @@ task_groups:
21962178 tasks :
21972179 - test-csfle-with-gcp-kms
21982180
2199- - name : atlas-search-index-helpers-task-group
2200- setup_group_can_fail_task : true
2201- setup_group_timeout_secs : 1800 # 30 minutes
2202- setup_group :
2203- - func : fetch-source
2204- - func : prepare-resources
2205- - func : fix-absolute-paths
2206- - func : init-test-results
2207- - func : make-files-executable
2208- - func : assume-aws-test-secrets-role
2209- - command : subprocess.exec
2210- params :
2211- binary : bash
2212- include_expansions_in_env :
2213- - " AWS_ACCESS_KEY_ID"
2214- - " AWS_SECRET_ACCESS_KEY"
2215- - " AWS_SESSION_TOKEN"
2216- env :
2217- CLUSTER_PREFIX : dbx-csharp-index
2218- MONGODB_VERSION : " 8.0"
2219- args :
2220- - ${DRIVERS_TOOLS}/.evergreen/atlas/setup-atlas-cluster.sh
2221- - command : expansions.update
2222- params :
2223- file : atlas-expansion.yml
2224- teardown_group :
2225- - func : upload-test-results
2226- - command : subprocess.exec
2227- params :
2228- binary : bash
2229- args :
2230- - ${DRIVERS_TOOLS}/.evergreen/atlas/teardown-atlas-cluster.sh
2231- tasks :
2232- - atlas-search-index-helpers-test
2233-
22342181 - name : test-aws-lambda-task-group
22352182 setup_group_can_fail_task : true
22362183 setup_group_timeout_secs : 1800 # 30 minutes
@@ -2781,13 +2728,6 @@ buildvariants:
27812728 tasks :
27822729 - name : atlas-search-test
27832730
2784- - name : atlas-search-index-helpers-test
2785- display_name : " Atlas Search Index Helpers Tests"
2786- run_on :
2787- - ubuntu2004-test
2788- tasks :
2789- - name : atlas-search-index-helpers-task-group
2790-
27912731# Socks5 Proxy tests
27922732- matrix_name : " socks5-proxy-tests-linux"
27932733 matrix_spec : { os: "ubuntu-2004", ssl: ["nossl", "ssl"], version: ["latest"], topology: ["replicaset"] }
0 commit comments