File tree 4 files changed +8
-0
lines changed
4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -647,6 +647,8 @@ task_groups:
647
647
task_id="${task_id}" \
648
648
execution="${execution}" \
649
649
$DRIVERS_TOOLS/.evergreen/atlas/setup-atlas-cluster.sh
650
+
651
+ echo "MONGODB_URI=${MONGODB_URI}"
650
652
- command : expansions.update
651
653
params :
652
654
file : src/atlas-expansion.yml
@@ -875,6 +877,7 @@ tasks:
875
877
script : |
876
878
${PREPARE_SHELL}
877
879
export MONGODB_URI=${MONGODB_URI}
880
+ export FUNCTION_NAME="ruby-driver-lambda"
878
881
.evergreen/run-tests-deployed-lambda.sh
879
882
env :
880
883
TEST_LAMBDA_DIRECTORY : ${PROJECT_DIRECTORY}/spec/faas/ruby-sam-app
Original file line number Diff line number Diff line change @@ -644,6 +644,8 @@ task_groups:
644
644
task_id="${task_id}" \
645
645
execution="${execution}" \
646
646
$DRIVERS_TOOLS/.evergreen/atlas/setup-atlas-cluster.sh
647
+
648
+ echo "MONGODB_URI=${MONGODB_URI}"
647
649
- command: expansions.update
648
650
params:
649
651
file: src/atlas-expansion.yml
@@ -872,6 +874,7 @@ tasks:
872
874
script: |
873
875
${PREPARE_SHELL}
874
876
export MONGODB_URI=${MONGODB_URI}
877
+ export FUNCTION_NAME="ruby-driver-lambda"
875
878
.evergreen/run-tests-deployed-lambda.sh
876
879
env:
877
880
TEST_LAMBDA_DIRECTORY: ${PROJECT_DIRECTORY}/spec/faas/ruby-sam-app
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ DRIVERS_ATLAS_LAMBDA_PASSWORD
21
21
DRIVERS_ATLAS_GROUP_ID
22
22
LAMBDA_STACK_NAME
23
23
AWS_REGION
24
+ FUNCTION_NAME
24
25
)
25
26
26
27
# Ensure that all variables required to run the test are set, otherwise throw
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ set_env_python
11
11
set_env_ruby
12
12
13
13
export MONGODB_URI=${MONGODB_URI}
14
+ export CLUSTER_PREFIX=" ruby-driver-"
14
15
export TEST_LAMBDA_DIRECTORY=` dirname " $0 " ` /../spec/faas/ruby-sam-app
15
16
16
17
. ` dirname " $0 " ` /run-deployed-lambda-aws-tests.sh
You can’t perform that action at this time.
0 commit comments