-
Notifications
You must be signed in to change notification settings - Fork 5
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
Refactor Docker container launching code #43
Conversation
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.
please change the launchDocker function to use the updated types
you also need to update the import from the index Did you test this change? |
b66ab7f
to
3e5c9fd
Compare
This should help catch issues like nasa-gcn#43 (comment).
3e5c9fd
to
490d25d
Compare
This should help catch issues like nasa-gcn#43 (comment).
This should help catch issues like #43 (comment).
I tried adding a unit test (#45) but it doesn't run the sandbox teardown code even for Elasticsearch. Any ideas? |
I meant by running both docker and binary locally at least, but unit tests are good too! Very interesting that it doesn't run the teardown code! I don't have any ideas about why off the top of my head. I can look into why, but it may take a couple of days because I'm in the middle of two other tickets. |
Put subprocess and parent process code in the same file.
490d25d
to
85064ee
Compare
@Courey, please review when you get a chance. |
Put subprocess and parent process code in the same file.