Skip to content
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

tests broken? #190

Closed
electricmonk opened this issue Nov 12, 2015 · 1 comment
Closed

tests broken? #190

electricmonk opened this issue Nov 12, 2015 · 1 comment
Labels

Comments

@electricmonk
Copy link

Hi,
I just cloned the project. Running on OS X 10.10.5, Docker 1.9.0, docker-machine 0.5.0.

Running npm test, I get:

#docker #listVolumes should list volumes:
     Uncaught AssertionError: expected null to be an array

@apocas, Is that also for you? do you have a CI environment for this project? if not, CAN we have a CI environment? travis-ci runs Docker now.

@apocas
Copy link
Owner

apocas commented Nov 23, 2015

Yes, that specific is due to the fact that volumes are yet to be published (and unfinished). (probably tonight)
And the fact that docker returns a null instead of an empty array when there's no volumes.

Yes I have my private CI.

FYI:
Some versions of node may break tests (EPIPE error) due to this "bug": nodejs/node#3803 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants