-
Notifications
You must be signed in to change notification settings - Fork 35
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
Docker Image for development #62
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #62 +/- ##
=========================================
+ Coverage 55.77% 56.47% +0.7%
=========================================
Files 25 24 -1
Lines 2123 2130 +7
Branches 217 219 +2
=========================================
+ Hits 1184 1203 +19
+ Misses 924 910 -14
- Partials 15 17 +2
Continue to review full report at Codecov.
|
Hi @allanbatista, thanks for your PR! I did some tests, before creating a new engine, if i try to run all unit tests with "marvin test" command, it triggers the IOError about file access permission and I got disconnected from docker immediately. Am i missing something? |
Error log: INTERNALERROR> Traceback (most recent call last): |
Hi @oldfly. I See. I will resolve soon. |
@oldfly , fix that problem. This happen because before complete build dev image, the process run marvin test, but they not create correct permission after.
Please, do not forget to update image before test again.
|
Hi @allanbatista, Permission fix checked, thanks! And after marvin test, the docker container is halted automatically, please check this behavior too! |
Hi @allanbatista lets finish and merge this code? To do that you must fix the last bug reported by @oldfly ... |
Was development two Docker images, one generic with marvin toolbox only and other to dev with spark and user included.