naviji@naviji-HP-Notebook:~/Projects/RoughWork/joplin/CliClient$ npm run test -- --filter="integration_ShowAllNotes" > joplin@1.0.161 test /home/naviji/Projects/RoughWork/joplin/CliClient > gulp buildTests -L && jasmine --config=tests/support/jasmine.json "--filter=integration_ShowAllNotes" Testing with sync target: memory Randomized with seed 09183 Started .. Ran 2 of 240 specs 2 specs, 0 failures Finished in 17.793 seconds Randomized with seed 09183 (jasmine --random=true --seed=09183) naviji@naviji-HP-Notebook:~/Projects/RoughWork/joplin/CliClient$ npm run test -- --filter="integration_ShowAllNotes" > joplin@1.0.161 test /home/naviji/Projects/RoughWork/joplin/CliClient > gulp buildTests -L && jasmine --config=tests/support/jasmine.json "--filter=integration_ShowAllNotes" Testing with sync target: memory Randomized with seed 29219 Started .F Failures: 1) integration_ShowAllNotes should show all notes Message: Unhandled promise rejection: Error: Accessing database before it has been initialised Stack: Error: Accessing database before it has been initialised at Function.db (/home/naviji/Projects/RoughWork/joplin/CliClient/tests-build/lib/BaseModel.js:550:24) at Function.add (/home/naviji/Projects/RoughWork/joplin/CliClient/tests-build/lib/models/ItemChange.js:24:15) at processTicksAndRejections (internal/process/task_queues.js:97:5) Ran 2 of 240 specs 2 specs, 1 failure Finished in 12.156 seconds Randomized with seed 29219 (jasmine --random=true --seed=29219) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! joplin@1.0.161 test: `gulp buildTests -L && jasmine --config=tests/support/jasmine.json "--filter=integration_ShowAllNotes"` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the joplin@1.0.161 test 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/naviji/.npm/_logs/2020-03-09T18_22_02_470Z-debug.log naviji@naviji-HP-Notebook:~/Projects/RoughWork/joplin/CliClient$ npm run test -- --filter="integration_ShowAllNotes" > joplin@1.0.161 test /home/naviji/Projects/RoughWork/joplin/CliClient > gulp buildTests -L && jasmine --config=tests/support/jasmine.json "--filter=integration_ShowAllNotes" Testing with sync target: memory Randomized with seed 43578 Started .. Ran 2 of 240 specs 2 specs, 0 failures Finished in 13.179 seconds Randomized with seed 43578 (jasmine --random=true --seed=43578) naviji@naviji-HP-Notebook:~/Projects/RoughWork/joplin/CliClient$ npm run test -- --filter="integration_ShowAllNotes" > joplin@1.0.161 test /home/naviji/Projects/RoughWork/joplin/CliClient > gulp buildTests -L && jasmine --config=tests/support/jasmine.json "--filter=integration_ShowAllNotes" Testing with sync target: memory Randomized with seed 05426 Started F. Failures: 1) integration_ShowAllNotes should show all notes Message: Expected $.length = 0 to equal 9. Expected $[0] = undefined to equal '0732baa8f9324c428a64ba5b3e786a64'. Expected $[1] = undefined to equal '1f65bc7bd9c34919b13f100934ba358b'. Expected $[2] = undefined to equal '28e6fdbfd30d4ceda87133300e1aa6f0'. Expected $[3] = undefined to equal '2b30de7ea7f4446e9ff11c6d2a9078e7'. Expected $[4] = undefined to equal '6d33e3d77b27414eb4281758e01610d6'. Expected $[5] = undefined to equal 'a6e56e97391e4f80975ec512e2b518e5'. Expected $[6] = undefined to equal 'a82466b7233745df90030eedffa2c83f'. Expected $[7] = undefined to equal 'e47fd2f58dee49638d36d77917a99b9e'. Expected $[8] = undefined to equal 'fc10239e2d6844a08469681d06d26bb3'. Stack: Error: Expected $.length = 0 to equal 9. Expected $[0] = undefined to equal '0732baa8f9324c428a64ba5b3e786a64'. Expected $[1] = undefined to equal '1f65bc7bd9c34919b13f100934ba358b'. Expected $[2] = undefined to equal '28e6fdbfd30d4ceda87133300e1aa6f0'. Expected $[3] = undefined to equal '2b30de7ea7f4446e9ff11c6d2a9078e7'. Expected $[4] = undefined to equal '6d33e3d77b27414eb4281758e01610d6'. Expected $[5] = undefined to equal 'a6e56e97391e4f80975ec512e2b518e5'. Expected $[6] = undefined to equal 'a82466b7233745df90030eedffa2c83f'. Expected $[7] = undefined to equal 'e47fd2f58dee49638d36d77917a99b9e'. Expected $[8] = undefined to equal 'fc10239e2d6844a08469681d06d26bb3'. at at /home/naviji/Projects/RoughWork/joplin/CliClient/tests-build/integration_ShowAllNotes.js:62:34 at async UserContext. (/home/naviji/Projects/RoughWork/joplin/CliClient/tests-build/test-utils.js:372:4) Message: Unhandled promise rejection: Error: Accessing database before it has been initialised Stack: Error: Accessing database before it has been initialised at Function.db (/home/naviji/Projects/RoughWork/joplin/CliClient/tests-build/lib/BaseModel.js:550:24) at Function.add (/home/naviji/Projects/RoughWork/joplin/CliClient/tests-build/lib/models/ItemChange.js:24:15) at processTicksAndRejections (internal/process/task_queues.js:97:5) Suite error: integration_ShowAllNotes Message: Unhandled promise rejection: Error: Accessing database before it has been initialised Stack: Error: Accessing database before it has been initialised at Function.db (/home/naviji/Projects/RoughWork/joplin/CliClient/tests-build/lib/BaseModel.js:550:24) at Function.add (/home/naviji/Projects/RoughWork/joplin/CliClient/tests-build/lib/models/ItemChange.js:24:15) at processTicksAndRejections (internal/process/task_queues.js:97:5) Ran 2 of 240 specs 2 specs, 2 failures Finished in 12.506 seconds Randomized with seed 05426 (jasmine --random=true --seed=05426) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! joplin@1.0.161 test: `gulp buildTests -L && jasmine --config=tests/support/jasmine.json "--filter=integration_ShowAllNotes"` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the joplin@1.0.161 test 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/naviji/.npm/_logs/2020-03-09T18_22_40_226Z-debug.log naviji@naviji-HP-Notebook:~/Projects/RoughWork/joplin/CliClient$ npm run test -- --filter="integration_ShowAllNotes" > joplin@1.0.161 test /home/naviji/Projects/RoughWork/joplin/CliClient > gulp buildTests -L && jasmine --config=tests/support/jasmine.json "--filter=integration_ShowAllNotes" Testing with sync target: memory Randomized with seed 84252 Started .F Failures: 1) integration_ShowAllNotes should show all notes Message: Unhandled promise rejection: Error: Accessing database before it has been initialised Stack: Error: Accessing database before it has been initialised at Function.db (/home/naviji/Projects/RoughWork/joplin/CliClient/tests-build/lib/BaseModel.js:550:24) at Function.add (/home/naviji/Projects/RoughWork/joplin/CliClient/tests-build/lib/models/ItemChange.js:24:15) at processTicksAndRejections (internal/process/task_queues.js:97:5) Ran 2 of 240 specs 2 specs, 1 failure Finished in 13.333 seconds Randomized with seed 84252 (jasmine --random=true --seed=84252) npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! joplin@1.0.161 test: `gulp buildTests -L && jasmine --config=tests/support/jasmine.json "--filter=integration_ShowAllNotes"` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the joplin@1.0.161 test 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/naviji/.npm/_logs/2020-03-09T18_23_03_802Z-debug.log naviji@naviji-HP-Notebook:~/Projects/RoughWork/joplin/CliClient$