-
Notifications
You must be signed in to change notification settings - Fork 12
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
Issue #28 Add Windows Support #34
base: master
Are you sure you want to change the base?
Conversation
Great work here. IT would be super great to get this merged. I realize it is an if statement nightmare :) |
Yeah, sorry I've been MIA. It's failing tests on Linux, so I need to get a linux dev system up so I can see what I broke... I have noticed in practical use of this on Windows, that if you stop/terminate debugging of a unit test, the forked process never gets closed. I could do something crufty such as when the process starts up, check to see if there's an existing process with the same binary path and kill it off first. Suggestions? |
Hey no worries about the time. I only wanted to let you know that I will work to get anything merged with you. Possibly we need to find some qemu vbox setup to test. As to your question: {quote} |
Huh. Wouldn't you know it. I got a dev environment with CentOS 7.1 and ran the unit tests under Eclipse and they're all working. I'm trying to grock the travis-ci log...it appears that cassandra didn't terminate in one of the tests, but I'm not seeing it. |
The travis-ci is a bit flaky. If something weird try a second push being that random failures happen. |
Did you ever get this working? I landed ina windows env and even with cygwin I run into issues with /bin/bash not found |
I never completed the merge, but could send you what I have. We do have it
working, though there are some issues with abnormal termination.
…On Thu, Apr 4, 2019, 11:56 AM Edward Capriolo ***@***.***> wrote:
Did you ever get this working? I landed ina windows env and even with
cygwin I run into issues with /bin/bash not found
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AD09L4amoFyoHjJX359TCPvQBpWOey2oks5vdiCtgaJpZM4JdrCm>
.
|
No description provided.