Skip to content

Commit e395c90

Browse files
committed
Fixing ismaster deadlock on connect
1 parent 560cc43 commit e395c90

File tree

3 files changed

+25
-41
lines changed

3 files changed

+25
-41
lines changed

.evergreen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ functions:
7171
# Load environment variables generated by `configure`
7272
. ~/compass_env.sh
7373
echo "//registry.npmjs.org/:_authToken=${compass_npm_token}" >> .npmrc
74+
npm i -g npm
7475
npm install -g node-gyp yarn
7576
npm install
7677
npm run evergreen-expansions ${compass_distribution}

package-lock.json

Lines changed: 22 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"@mongodb-js/compass-auth-ldap": "^0.1.0",
216216
"@mongodb-js/compass-auth-x509": "^0.1.0",
217217
"@mongodb-js/compass-collection-stats": "^2.0.3",
218-
"@mongodb-js/compass-connect": "^2.3.0",
218+
"@mongodb-js/compass-connect": "^2.4.0",
219219
"@mongodb-js/compass-crud": "^4.1.1",
220220
"@mongodb-js/compass-deployment-awareness": "^5.1.1",
221221
"@mongodb-js/compass-document-validation": "^7.3.0",
@@ -274,7 +274,7 @@
274274
"moment": "^2.10.6",
275275
"mongodb-collection-model": "^1.0.0",
276276
"mongodb-connection-model": "^12.2.0",
277-
"mongodb-data-service": "^11.3.0",
277+
"mongodb-data-service": "^12.0.0",
278278
"mongodb-database-model": "^0.1.3",
279279
"mongodb-explain-plan-model": "^0.2.2",
280280
"mongodb-extended-json": "^1.10.0",

0 commit comments

Comments
 (0)