-
Notifications
You must be signed in to change notification settings - Fork 11.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pre-push tests fail when downloading mongodb #17368
Comments
I worked around the issue by changing the mongoDB version in I got the idea from this issue: mongodb-js/mongodb-download#36 It's possible that I'm the only one running into this issue because I'm on Ubuntu 18.04 and other devs are not? It seems there are two possible solutions:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@pierre-lehnen-rc were you able to fix this on your env by installing the old libssl version? |
I messed up my libs when I tried to downgrade it and didn't look at it again, but I had debugged the tests and it was definitely caused by the libssl version. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description:
Before I can push any change to a repo, the
pre-push
hook runsmeteor npm run testunit
. This fails on my machine for several reasons.Steps to reproduce:
meteor npm run testunit
1) Sessions Aggregates
tests fail (logs at the bottom of this issue)Expected behavior:
Tests succeed (at least on the master branch)
Actual behavior:
Tests fail, see logs:
tests-normal.txt
I tried
apt-get
ing mongodb-server-core (v3.6.3), setting theMONGO_URL
to my own server (mongodb://localhost:27017), then the tests fail with this output:tests-local-mongo.txt
Server Setup Information:
The text was updated successfully, but these errors were encountered: