@@ -25,14 +25,6 @@ functions:
2525 - command : expansions.update
2626 params :
2727 file : src/expansion.yml
28- run search index management tests :
29- - command : subprocess.exec
30- params :
31- binary : bash
32- working_dir : src
33- add_expansions_to_env : true
34- args :
35- - .evergreen/run-search-index-management-tests.sh
3628 bootstrap mongo-orchestration :
3729 - command : subprocess.exec
3830 params :
@@ -1204,6 +1196,18 @@ tasks:
12041196 env :
12051197 TEST_LAMBDA_DIRECTORY : ${PROJECT_DIRECTORY}/test/lambda
12061198 AWS_REGION : us-east-1
1199+ - name : test-search-index-helpers
1200+ commands :
1201+ - func : install dependencies
1202+ vars :
1203+ NODE_LTS_VERSION : 20
1204+ - command : subprocess.exec
1205+ params :
1206+ working_dir : src
1207+ binary : bash
1208+ add_expansions_to_env : true
1209+ args :
1210+ - .evergreen/run-search-index-management-tests.sh
12071211 - name : test-latest-server
12081212 tags :
12091213 - latest
@@ -2651,17 +2655,6 @@ tasks:
26512655 variant : ' *'
26522656 status : ' *'
26532657 patch_optional : true
2654- - name : test-search-index-helpers
2655- tags : []
2656- commands :
2657- - func : install dependencies
2658- vars :
2659- NODE_LTS_NAME : 20
2660- - func : bootstrap mongo-orchestration
2661- vars :
2662- VERSION : latest
2663- TOPOLOGY : replica_set
2664- - func : run search index management tests
26652658 - name : run-custom-csfle-tests-5.0-pinned-commit
26662659 tags :
26672660 - run-custom-dependency-tests
@@ -3473,6 +3466,8 @@ task_groups:
34733466 working_dir : src
34743467 binary : bash
34753468 add_expansions_to_env : true
3469+ env :
3470+ MONGODB_VERSION : ' 7.0'
34763471 args :
34773472 - ${DRIVERS_TOOLS}/.evergreen/atlas/setup-atlas-cluster.sh
34783473 - command : expansions.update
@@ -3490,6 +3485,33 @@ task_groups:
34903485 setup_group_timeout_secs : 1800
34913486 tasks :
34923487 - test-aws-lambda-deployed
3488+ - name : test_atlas_task_group_search_indexes
3489+ setup_group :
3490+ - func : fetch source
3491+ - command : subprocess.exec
3492+ params :
3493+ working_dir : src
3494+ binary : bash
3495+ add_expansions_to_env : true
3496+ env :
3497+ MONGODB_VERSION : ' 7.0'
3498+ args :
3499+ - ${DRIVERS_TOOLS}/.evergreen/atlas/setup-atlas-cluster.sh
3500+ - command : expansions.update
3501+ params :
3502+ file : src/atlas-expansion.yml
3503+ teardown_group :
3504+ - command : subprocess.exec
3505+ params :
3506+ working_dir : src
3507+ binary : bash
3508+ add_expansions_to_env : true
3509+ args :
3510+ - ${DRIVERS_TOOLS}/.evergreen/atlas/teardown-atlas-cluster.sh
3511+ setup_group_can_fail_task : true
3512+ setup_group_timeout_secs : 1800
3513+ tasks :
3514+ - test-search-index-helpers
34933515pre :
34943516 - func : fetch source
34953517 - func : windows fix
@@ -4063,8 +4085,8 @@ buildvariants:
40634085 tasks :
40644086 - test-lambda-example
40654087 - test-lambda-aws-auth-example
4066- - name : rhel8-test-seach-index-management-helpers
4067- display_name : Search Index Management Helpers Tests
4088+ - name : rhel8-test-search-indexes
4089+ display_name : Search Index Tests
40684090 run_on : rhel80-large
40694091 tasks :
4070- - test-search-index-helpers
4092+ - test_atlas_task_group_search_indexes
0 commit comments