Skip to content

Commit 2305a7b

Browse files
Fix failed configurations
1 parent f66be8d commit 2305a7b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.evergreen/config/common.yml.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,8 @@ functions:
392392
working_dir: "src"
393393
script: |
394394
${PREPARE_SHELL}
395+
unset TOPOLOGY
396+
export TOPOLOGY=${MLAUNCH_TOPOLOGY}
395397
.evergreen/run-tests-aws-auth.sh
396398

397399
"run Kerberos unit tests":

spec/integration/secondary_reads_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
require 'spec_helper'
33

44
describe 'Secondary reads' do
5+
require_mri
6+
57
before do
68
root_authorized_client.use('sr')['secondary_reads'].drop
79
root_authorized_client.use('sr')['secondary_reads'].insert_one(test: 1)

0 commit comments

Comments
 (0)