Skip to content

Commit 50697b4

Browse files
stash progress
1 parent 3e39557 commit 50697b4

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

.evergreen/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ functions:
125125
126126
cat <<EOT > prepare_client_encryption.sh
127127
export CLIENT_ENCRYPTION=${CLIENT_ENCRYPTION}
128-
export CSFLE_KMS_PROVIDERS='${CSFLE_KMS_PROVIDERS}'
128+
export CSFLE_KMS_PROVIDERS=${CSFLE_KMS_PROVIDERS}
129129
export AWS_ACCESS_KEY_ID='${AWS_ACCESS_KEY_ID}'
130130
export AWS_SECRET_ACCESS_KEY='${AWS_SECRET_ACCESS_KEY}'
131131
export AWS_DEFAULT_REGION='us-east-1'
@@ -163,6 +163,7 @@ functions:
163163
type: test
164164
params:
165165
working_dir: src
166+
shell: bash
166167
script: |
167168
${PREPARE_SHELL}
168169
# Disable xtrace (just in case it was accidentally set).

.evergreen/run-serverless-tests.sh

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ npm install mongodb-client-encryption@">=2.3.0"
1414

1515
npx mocha \
1616
--config test/mocha_mongodb.json \
17-
test/integration/crud/crud.spec.test.js \
18-
test/integration/crud/crud.prose.test.js \
19-
test/integration/retryable-reads/retryable_reads.spec.test.js \
20-
test/integration/retryable-writes/retryable_writes.spec.test.ts \
21-
test/integration/sessions/sessions.spec.test.ts \
22-
test/integration/sessions/sessions.test.ts \
23-
test/integration/transactions/transactions.spec.test.js \
24-
test/integration/transactions/transactions.test.ts \
25-
test/integration/versioned-api/versioned_api.spec.test.js \
26-
test/integration/load-balancers/load_balancers.spec.test.js \
27-
test/integration/client-side-encryption/client_side_encryption.spec.test.ts
17+
test/integration/client-side-encryption/client_side_encryption.spec.test.ts --grep "Database aggregate should fail"
18+
# test/integration/crud/crud.spec.test.js \
19+
# test/integration/crud/crud.prose.test.js \
20+
# test/integration/retryable-reads/retryable_reads.spec.test.js \
21+
# test/integration/retryable-writes/retryable_writes.spec.test.ts \
22+
# test/integration/sessions/sessions.spec.test.ts \
23+
# test/integration/sessions/sessions.test.ts \
24+
# test/integration/transactions/transactions.spec.test.js \
25+
# test/integration/transactions/transactions.test.ts \
26+
# test/integration/versioned-api/versioned_api.spec.test.js \
27+
# test/integration/load-balancers/load_balancers.spec.test.js \

0 commit comments

Comments
 (0)