Skip to content

Instantly share code, notes, and snippets.

@samrose
Created July 2, 2019 18:47
Show Gist options
  • Save samrose/aca3268d8915a0233642ee5ec45f49ad to your computer and use it in GitHub Desktop.
Save samrose/aca3268d8915a0233642ee5ec45f49ad to your computer and use it in GitHub Desktop.
npm test
> @holo-host/[email protected] test /home/vagrant/envoy
> npm run test:unit && npm run test:integration
> @holo-host/[email protected] test:unit /home/vagrant/envoy
> ENVOY_TEST=1 ts-node test/unit | faucet
✓ can install dnas
# throws error for non-hosted happId
getHappHashFromHHA returned error: { Err: 'this is not the real error, but it is an error' }
✓ throws error for non-hosted happIdld simply mean that the entry was not found. TODO: differentiate the two.
✓ throws error for unreachable resources
✓ can install dnas and ui for hApp
✓ can setup instances
✓ can setup servicelogger
✓ can perform entire installation flow
✓ can host new agent
# can idempotently add existing agent
✓ can idempotently add existing agents, skipping...
✓ can only host agent for enabled app (1 DNA)
✓ can only host agent for enabled app (3 DNAs)
✓ can calculate metrics
✓ lookupDnaByHandle can search HHA and hApp store for DNA
✓ lookupHoloInstance can find an instance
✓ can call public zome function
✓ can sign things across the wormhole
✓ can sign responses for servicelogger later
# tests 74
# pass 74
✓ ok
> @holo-host/[email protected] test:integration /home/vagrant/envoy
> ts-node test/integration
TAP version 13
# can do public zome call
(node:4086) UnhandledPromiseRejectionWarning: Error: EEXIST: file already exists, mkdir '/run/user/1000/holo-envoy'
at Object.fs.mkdirSync (fs.js:885:18)
at Object.<anonymous> (/home/vagrant/envoy/test/integration/setup.ts:49:6)
at Generator.next (<anonymous>)
at /home/vagrant/envoy/test/integration/setup.ts:7:71
at new Promise (<anonymous>)
at __awaiter (/home/vagrant/envoy/test/integration/setup.ts:3:12)
at Object.exports.withConductor (/home/vagrant/envoy/test/integration/setup.ts:45:46)
at Test.t (/home/vagrant/envoy/test/integration/index.ts:57:3)
at Test.bound [as _cb] (/home/vagrant/envoy/node_modules/tape/lib/test.js:77:32)
at Test.run (/home/vagrant/envoy/node_modules/tape/lib/test.js:96:10)
(node:4086) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:4086) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
required holochain version: 0.0.18-alpha1
installed holochain version: 0.0.18-alpha1
not ok 1 test exited without ending
---
operator: fail
at: process.<anonymous> (/home/vagrant/envoy/node_modules/tape/index.js:88:19)
stack: |-
Error: test exited without ending
at Test.assert [as _assert] (/home/vagrant/envoy/node_modules/tape/lib/test.js:226:54)
at Test.bound [as _assert] (/home/vagrant/envoy/node_modules/tape/lib/test.js:77:32)
at Test.fail (/home/vagrant/envoy/node_modules/tape/lib/test.js:319:10)
at Test.bound [as fail] (/home/vagrant/envoy/node_modules/tape/lib/test.js:77:32)
at Test._exit (/home/vagrant/envoy/node_modules/tape/lib/test.js:191:14)
at Test.bound (/home/vagrant/envoy/node_modules/tape/lib/test.js:77:32)
at process.<anonymous> (/home/vagrant/envoy/node_modules/tape/index.js:88:19)
at emitOne (events.js:116:13)
at process.emit (events.js:211:7)
at process.emit (/home/vagrant/envoy/node_modules/source-map-support/source-map-support.js:465:21)
...
not ok 2 test exited without ending
---
operator: fail
at: process.<anonymous> (/home/vagrant/envoy/node_modules/tape/index.js:88:19)
stack: |-
Error: test exited without ending
at Test.assert [as _assert] (/home/vagrant/envoy/node_modules/tape/lib/test.js:226:54)
at Test.bound [as _assert] (/home/vagrant/envoy/node_modules/tape/lib/test.js:77:32)
at Test.fail (/home/vagrant/envoy/node_modules/tape/lib/test.js:319:10)
at Test.bound [as fail] (/home/vagrant/envoy/node_modules/tape/lib/test.js:77:32)
at Test._exit (/home/vagrant/envoy/node_modules/tape/lib/test.js:191:14)
at Test.bound (/home/vagrant/envoy/node_modules/tape/lib/test.js:77:32)
at process.<anonymous> (/home/vagrant/envoy/node_modules/tape/index.js:88:19)
at emitOne (events.js:116:13)
at process.emit (events.js:211:7)
at process.emit (/home/vagrant/envoy/node_modules/source-map-support/source-map-support.js:465:21)
...
not ok 3 test exited without ending
---
operator: fail
at: process.<anonymous> (/home/vagrant/envoy/node_modules/tape/index.js:88:19)
stack: |-
Error: test exited without ending
at Test.assert [as _assert] (/home/vagrant/envoy/node_modules/tape/lib/test.js:226:54)
at Test.bound [as _assert] (/home/vagrant/envoy/node_modules/tape/lib/test.js:77:32)
at Test.fail (/home/vagrant/envoy/node_modules/tape/lib/test.js:319:10)
at Test.bound [as fail] (/home/vagrant/envoy/node_modules/tape/lib/test.js:77:32)
at Test._exit (/home/vagrant/envoy/node_modules/tape/lib/test.js:191:14)
at Test.bound (/home/vagrant/envoy/node_modules/tape/lib/test.js:77:32)
at process.<anonymous> (/home/vagrant/envoy/node_modules/tape/index.js:88:19)
at emitOne (events.js:116:13)
at process.emit (events.js:211:7)
at process.emit (/home/vagrant/envoy/node_modules/source-map-support/source-map-support.js:465:21)
...
1..3
# tests 3
# pass 0
# fail 3
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @holo-host/[email protected] test:integration: `ts-node test/integration`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @holo-host/[email protected] test:integration script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/vagrant/.npm/_logs/2019-07-02T18_44_21_561Z-debug.log
npm ERR! Test failed. See above for more details.
@samrose
Copy link
Author

samrose commented Jul 2, 2019

npm test

@holo-host/[email protected] test /home/vagrant/envoy
npm run test:unit && npm run test:integration

@holo-host/[email protected] test:unit /home/vagrant/envoy
ENVOY_TEST=1 ts-node test/unit | faucet

✓ can install dnas

throws error for non-hosted happId

getHappHashFromHHA returned error: { Err: 'this is not the real error, but it is an error' }
✓ throws error for non-hosted happIdld simply mean that the entry was not found. TODO: differentiate the two.
✓ throws error for unreachable resources
✓ can install dnas and ui for hApp
✓ can setup instances
✓ can setup servicelogger
✓ can perform entire installation flow
✓ can host new agent

can idempotently add existing agent

✓ can idempotently add existing agents, skipping...
✓ can only host agent for enabled app (1 DNA)
✓ can only host agent for enabled app (3 DNAs)
✓ can calculate metrics
✓ lookupDnaByHandle can search HHA and hApp store for DNA
✓ lookupHoloInstance can find an instance
✓ can call public zome function
✓ can sign things across the wormhole
✓ can sign responses for servicelogger later

tests 74

pass 74

✓ ok

@holo-host/[email protected] test:integration /home/vagrant/envoy
ts-node test/integration

TAP version 13

can do public zome call

(node:4140) UnhandledPromiseRejectionWarning: Error: EEXIST: file already exists, mkdir '/run/user/1000/holo-envoy'
at Object.fs.mkdirSync (fs.js:885:18)
at Object. (/home/vagrant/envoy/test/integration/setup.ts:49:6)
at Generator.next ()
at /home/vagrant/envoy/test/integration/setup.ts:7:71
at new Promise ()
at __awaiter (/home/vagrant/envoy/test/integration/setup.ts:3:12)
at Object.exports.withConductor (/home/vagrant/envoy/test/integration/setup.ts:45:46)
at Test.t (/home/vagrant/envoy/test/integration/index.ts:57:3)
at Test.bound [as _cb] (/home/vagrant/envoy/node_modules/tape/lib/test.js:77:32)
at Test.run (/home/vagrant/envoy/node_modules/tape/lib/test.js:96:10)
(node:4140) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:4140) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
required holochain version: 0.0.18-alpha1
installed holochain version: 0.0.18-alpha1
not ok 1 test exited without ending

operator: fail
at: process.<anonymous> (/home/vagrant/envoy/node_modules/tape/index.js:88:19)
stack: |-
  Error: test exited without ending
      at Test.assert [as _assert] (/home/vagrant/envoy/node_modules/tape/lib/test.js:226:54)
      at Test.bound [as _assert] (/home/vagrant/envoy/node_modules/tape/lib/test.js:77:32)
      at Test.fail (/home/vagrant/envoy/node_modules/tape/lib/test.js:319:10)
      at Test.bound [as fail] (/home/vagrant/envoy/node_modules/tape/lib/test.js:77:32)
      at Test._exit (/home/vagrant/envoy/node_modules/tape/lib/test.js:191:14)
      at Test.bound (/home/vagrant/envoy/node_modules/tape/lib/test.js:77:32)
      at process.<anonymous> (/home/vagrant/envoy/node_modules/tape/index.js:88:19)
      at emitOne (events.js:116:13)
      at process.emit (events.js:211:7)
      at process.emit (/home/vagrant/envoy/node_modules/source-map-support/source-map-support.js:465:21)

...
not ok 2 test exited without ending

operator: fail
at: process.<anonymous> (/home/vagrant/envoy/node_modules/tape/index.js:88:19)
stack: |-
  Error: test exited without ending
      at Test.assert [as _assert] (/home/vagrant/envoy/node_modules/tape/lib/test.js:226:54)
      at Test.bound [as _assert] (/home/vagrant/envoy/node_modules/tape/lib/test.js:77:32)
      at Test.fail (/home/vagrant/envoy/node_modules/tape/lib/test.js:319:10)
      at Test.bound [as fail] (/home/vagrant/envoy/node_modules/tape/lib/test.js:77:32)
      at Test._exit (/home/vagrant/envoy/node_modules/tape/lib/test.js:191:14)
      at Test.bound (/home/vagrant/envoy/node_modules/tape/lib/test.js:77:32)
      at process.<anonymous> (/home/vagrant/envoy/node_modules/tape/index.js:88:19)
      at emitOne (events.js:116:13)
      at process.emit (events.js:211:7)
      at process.emit (/home/vagrant/envoy/node_modules/source-map-support/source-map-support.js:465:21)

...
not ok 3 test exited without ending

operator: fail
at: process.<anonymous> (/home/vagrant/envoy/node_modules/tape/index.js:88:19)
stack: |-
  Error: test exited without ending
      at Test.assert [as _assert] (/home/vagrant/envoy/node_modules/tape/lib/test.js:226:54)
      at Test.bound [as _assert] (/home/vagrant/envoy/node_modules/tape/lib/test.js:77:32)
      at Test.fail (/home/vagrant/envoy/node_modules/tape/lib/test.js:319:10)
      at Test.bound [as fail] (/home/vagrant/envoy/node_modules/tape/lib/test.js:77:32)
      at Test._exit (/home/vagrant/envoy/node_modules/tape/lib/test.js:191:14)
      at Test.bound (/home/vagrant/envoy/node_modules/tape/lib/test.js:77:32)
      at process.<anonymous> (/home/vagrant/envoy/node_modules/tape/index.js:88:19)
      at emitOne (events.js:116:13)
      at process.emit (events.js:211:7)
      at process.emit (/home/vagrant/envoy/node_modules/source-map-support/source-map-support.js:465:21)

...

1..3

tests 3

pass 0

fail 3

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! @holo-host/[email protected] test:integration: ts-node test/integration
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the @holo-host/[email protected] test:integration script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! /home/vagrant/.npm/_logs/2019-07-02T18_49_14_815Z-debug.log
npm ERR! Test failed. See above for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment