-
Notifications
You must be signed in to change notification settings - Fork 73
adding message to help trouble shoot working directory issues #8
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
Conversation
I like that idea. But I wouldn't use Interpolated Strings (C# 6) here, my goal is to keep it compatible with older versions of Visual Studio, too. |
Different topic: you wrote travis-ci. I don't think that your plan will work that easily. However it might work to retrieve the right executables using
In both cases the search for the executables needs to be extended. See https://github.com/JohannesHoppe/Mongo2Go/blob/master/src/Mongo2Go/MongoDbRunner.cs#L34 / https://github.com/JohannesHoppe/Mongo2Go/blob/master/src/Mongo2Go/MongoDbRunner.cs#L51 |
Interesting ok sounds good, I will try those routes. Thank you for your help! |
OK, I moved to |
Do you mind to send another pull request + readme update about your work to enable Mongo2Go on Travis-CI? :-) |
So I actually alternate between if I use Mongo2Go or an alternate temporary DB. I added a few comments to this commit to explain what I am doing. |
Take a look and let me know if you think others would benefit from this approach, the pattern I and colleges have settled on injects the |
This looks like serious tested and well done-work! 👍 😄 What about a pull request to the Readme.md? You could write that it's technically possible to run this on travis and that people should refer to MonJobs to figure out how it works! There are other people that are trying the same right now: |
That sounds great, thanks for taking a look. I will send you a pull request sometime next week once my family has left from visiting. |
I am trying to get Mongo2Go working in travis-ci and could use to know where the executing test's context is that is giving me this exception.