@@ -25,14 +25,6 @@ functions:
25
25
- command : expansions.update
26
26
params :
27
27
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
36
28
bootstrap mongo-orchestration :
37
29
- command : subprocess.exec
38
30
params :
@@ -1204,6 +1196,18 @@ tasks:
1204
1196
env :
1205
1197
TEST_LAMBDA_DIRECTORY : ${PROJECT_DIRECTORY}/test/lambda
1206
1198
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
1207
1211
- name : test-latest-server
1208
1212
tags :
1209
1213
- latest
@@ -2651,17 +2655,6 @@ tasks:
2651
2655
variant : ' *'
2652
2656
status : ' *'
2653
2657
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
2665
2658
- name : run-custom-csfle-tests-5.0-pinned-commit
2666
2659
tags :
2667
2660
- run-custom-dependency-tests
@@ -3473,6 +3466,8 @@ task_groups:
3473
3466
working_dir : src
3474
3467
binary : bash
3475
3468
add_expansions_to_env : true
3469
+ env :
3470
+ MONGODB_VERSION : ' 7.0'
3476
3471
args :
3477
3472
- ${DRIVERS_TOOLS}/.evergreen/atlas/setup-atlas-cluster.sh
3478
3473
- command : expansions.update
@@ -3490,6 +3485,33 @@ task_groups:
3490
3485
setup_group_timeout_secs : 1800
3491
3486
tasks :
3492
3487
- 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
3493
3515
pre :
3494
3516
- func : fetch source
3495
3517
- func : windows fix
@@ -4063,8 +4085,8 @@ buildvariants:
4063
4085
tasks :
4064
4086
- test-lambda-example
4065
4087
- 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
4068
4090
run_on : rhel80-large
4069
4091
tasks :
4070
- - test-search-index-helpers
4092
+ - test_atlas_task_group_search_indexes
0 commit comments