Skip to content

Commit 1b6d3b4

Browse files
committed
test(NODE-3777): fix custom fle tests
1 parent e0a6159 commit 1b6d3b4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.evergreen/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1717,6 +1717,7 @@ tasks:
17171717
vars:
17181718
VERSION: '5.0'
17191719
TOPOLOGY: server
1720+
- func: bootstrap kms servers
17201721
- func: run custom csfle tests
17211722
- name: run-custom-snappy-tests
17221723
tags:
@@ -1729,6 +1730,7 @@ tasks:
17291730
vars:
17301731
VERSION: '5.0'
17311732
TOPOLOGY: server
1733+
- func: bootstrap kms servers
17321734
- func: run custom snappy tests
17331735
- name: run-bson-ext-test
17341736
tags:
@@ -1741,6 +1743,7 @@ tasks:
17411743
vars:
17421744
VERSION: '5.0'
17431745
TOPOLOGY: server
1746+
- func: bootstrap kms servers
17441747
- func: run bson-ext test
17451748
vars:
17461749
NODE_LTS_NAME: erbium

.evergreen/generate_evergreen_tasks.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,7 @@ const oneOffFuncAsTasks = oneOffFuncs.map(oneOffFunc => ({
637637
TOPOLOGY: 'server'
638638
}
639639
},
640+
{ func: 'bootstrap kms servers' },
640641
oneOffFunc
641642
]
642643
}));

0 commit comments

Comments
 (0)