TritonDataCenter / node-docker-registry-client

node.js client for the docker registry
Mozilla Public License 2.0
64 stars 33 forks source link

make test can hang #27

Closed twhiteman closed 4 years ago

twhiteman commented 6 years ago

Since commit f23b994e, make test will not exit correctly after all tests have been run.

This is due to new drc instances used in the tests which do not call .close() on the client object.

twhiteman commented 4 years ago

Was fixed in commit 4e612f5.