Created
May 26, 2017 23:54
-
-
Save misterdjules/ed407a740ba3d3f0bea4ea6735fc1e76 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@6fa9d8d9-20bc-4f6f-c491-a459c108d6db ~/manta-muskie]# ./build/node/bin/node node_modules/.bin/nodeunit test/auth.test.js | |
| auth.test.js | |
| before: | |
| NotEnoughSpaceError: not enough free space for 51200 MB | |
| at ClientRequest.onResponse (/root/manta-muskie/node_modules/manta/node_modules/restify-clients/lib/HttpClient.js:217:26) | |
| at ClientRequest.g (events.js:180:16) | |
| at ClientRequest.emit (events.js:95:17) | |
| at HTTPParser.parserOnIncomingClient (http.js:1751:21) | |
| at HTTPParser.parserOnHeadersComplete [as onHeadersComplete] (http.js:152:23) | |
| at Socket.socketOnData (http.js:1646:20) | |
| at TCP.onread (net.js:528:27) | |
| FAILURES: Undone tests (or their setups/teardowns): | |
| - access $self | |
| To fix this, make sure all tests call test.done() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment