-
Notifications
You must be signed in to change notification settings - Fork 44
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
12 out 344 tests fail #380
Comments
I am recreating crawler env in a new Ubuntu1804 VM, will try to address all recent issues. |
@canturkisci |
Ok. I can try to close on #379 and then revisit this. |
Ok, but I think make test would still not work coz of docker-in-docker issues: http://jpetazzo.github.io/2015/09/03/do-not-use-docker-in-docker-for-ci/ |
@sahilsuneja1 I tried both of these:
They fail with the same message:
|
Oh ok, they need an additional step coz they are host-based: |
Description
sudo make test
All tests do not pass in vanilla crawler.
All failed tests seem to be related to the:
tests.unit.test_dockercontainer.DockerDockerContainerTests
One suspicion: Can this be related to the missing
dockerengine
package in Issue #379 ?How to Reproduce
sudo make test
Log Output
Way too much to post here. I can rep if need be..
Net is:
All are related to
DockerDockerContainerTests.*
Final Result:
12 failed, 332 passed in 755.95 seconds
The text was updated successfully, but these errors were encountered: