-
Notifications
You must be signed in to change notification settings - Fork 252
Fix mongo tests #1188
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
Fix mongo tests #1188
Conversation
5d6dbe2 to
394af1a
Compare
Do it again human slave!:point_right: :runner: (Oh and the pull request has been updated, by the way.)
|
PR has been updated. Reviewers, please be cautious. |
|
Added exit $? at the end of the script so it always returns the last exit code instead of forcing an exit 0 |
394af1a to
48b26b7
Compare
Do it again human slave!:point_right: :runner: (Oh and the pull request has been updated, by the way.)
|
PR has been updated. Reviewers, please be cautious. |
48b26b7 to
ca8a7a2
Compare
|
PR has been updated. Reviewers, please be cautious. |
ca8a7a2 to
26ee9cf
Compare
|
PR has been updated. Reviewers, please be cautious. |
|
Rebased and fixed conflicts |
nicolas2bert
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cleaner 🥇
Do it again human slave!:point_right: :runner: (Oh and the pull request has been updated, by the way.)
Do it again human slave!:point_right: :runner: (Oh and the pull request has been updated, by the way.)
|
PR has been updated. Reviewers, please be cautious. |
9c36a47 to
8e29e3e
Compare
|
PR has been updated. Reviewers, please be cautious. |
1 similar comment
|
PR has been updated. Reviewers, please be cautious. |
fc76a6c to
f31cdd1
Compare
|
PR has been updated. Reviewers, please be cautious. |
f31cdd1 to
5e15edb
Compare
|
PR has been updated. Reviewers, please be cautious. |
|
Tests have been split up to run individually so we can set the REMOTE_MANAGEMENT_DISABLED flag as needed for the management tests. |
5e15edb to
0435f51
Compare
|
PR has been updated. Reviewers, please be cautious. |
0435f51 to
5300dc3
Compare
|
PR has been updated. Reviewers, please be cautious. |
5300dc3 to
a79e908
Compare
|
PR has been updated. Reviewers, please be cautious. |
|
Rebased and changed the ci-mongo image to 3.4 |
Fixes the problem where the functional tests with mongo would not run correctly causing CircleCi to falsely pass.
Uploaded a new ci-mongo docker image based off Federation and that self initializes to a single node replica set for compatibility.