Guest User

test v3

a guest
Mar 10th, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. naviji@naviji-HP-Notebook:~/Projects/RoughWork/joplin/CliClient$ npm run test -- --filter="should show all notes"
  2.  
  3. > joplin@1.0.161 test /home/naviji/Projects/RoughWork/joplin/CliClient
  4. > gulp buildTests -L && jasmine --config=tests/support/jasmine.json "--filter=should show all notes"
  5.  
  6. Testing with sync target: memory
  7. Randomized with seed 18223
  8. Started
  9. .
  10.  
  11.  
  12. Ran 1 of 240 specs
  13. 1 spec, 0 failures
  14. Finished in 6.659 seconds
  15. Randomized with seed 18223 (jasmine --random=true --seed=18223)
  16. naviji@naviji-HP-Notebook:~/Projects/RoughWork/joplin/CliClient$ npm run test -- --filter="should show all notes"
  17.  
  18. > joplin@1.0.161 test /home/naviji/Projects/RoughWork/joplin/CliClient
  19. > gulp buildTests -L && jasmine --config=tests/support/jasmine.json "--filter=should show all notes"
  20.  
  21. Testing with sync target: memory
  22. Randomized with seed 78605
  23. Started
  24. .
  25.  
  26.  
  27. Ran 1 of 240 specs
  28. 1 spec, 0 failures
  29. Finished in 6.557 seconds
  30. Randomized with seed 78605 (jasmine --random=true --seed=78605)
  31. naviji@naviji-HP-Notebook:~/Projects/RoughWork/joplin/CliClient$ npm run test -- --filter="should show all notes"
  32.  
  33. > joplin@1.0.161 test /home/naviji/Projects/RoughWork/joplin/CliClient
  34. > gulp buildTests -L && jasmine --config=tests/support/jasmine.json "--filter=should show all notes"
  35.  
  36. Testing with sync target: memory
  37. Randomized with seed 95275
  38. Started
  39. .
  40.  
  41.  
  42. Suite error: services_SearchEngine
  43. Message:
  44. Unhandled promise rejection: Error: Accessing database before it has been initialised
  45. Stack:
  46. Error: Accessing database before it has been initialised
  47. at Function.db (/home/naviji/Projects/RoughWork/joplin/CliClient/tests-build/lib/BaseModel.js:546:24)
  48. at Function.add (/home/naviji/Projects/RoughWork/joplin/CliClient/tests-build/lib/models/ItemChange.js:24:15)
  49. at processTicksAndRejections (internal/process/task_queues.js:97:5)
  50.  
  51. Ran 1 of 240 specs
  52. 1 spec, 1 failure
  53. Finished in 6.618 seconds
  54. Randomized with seed 95275 (jasmine --random=true --seed=95275)
  55. npm ERR! code ELIFECYCLE
  56. npm ERR! errno 1
  57. npm ERR! joplin@1.0.161 test: `gulp buildTests -L && jasmine --config=tests/support/jasmine.json "--filter=should show all notes"`
  58. npm ERR! Exit status 1
  59. npm ERR!
  60. npm ERR! Failed at the joplin@1.0.161 test script.
  61. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  62.  
  63. npm ERR! A complete log of this run can be found in:
  64. npm ERR! /home/naviji/.npm/_logs/2020-03-10T09_48_07_132Z-debug.log
Add Comment
Please, Sign In to add comment