Guest User

Test v2

a guest
Mar 9th, 2020
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.81 KB | None | 0 0
  1. naviji@naviji-HP-Notebook:~/Projects/RoughWork/joplin/CliClient$ npm run test -- --filter="integration_ShowAllNotes"
  2.  
  3. > joplin@1.0.161 test /home/naviji/Projects/RoughWork/joplin/CliClient
  4. > gulp buildTests -L && jasmine --config=tests/support/jasmine.json "--filter=integration_ShowAllNotes"
  5.  
  6. Testing with sync target: memory
  7. Randomized with seed 09183
  8. Started
  9. ..
  10.  
  11.  
  12. Ran 2 of 240 specs
  13. 2 specs, 0 failures
  14. Finished in 17.793 seconds
  15. Randomized with seed 09183 (jasmine --random=true --seed=09183)
  16. naviji@naviji-HP-Notebook:~/Projects/RoughWork/joplin/CliClient$ npm run test -- --filter="integration_ShowAllNotes"
  17.  
  18. > joplin@1.0.161 test /home/naviji/Projects/RoughWork/joplin/CliClient
  19. > gulp buildTests -L && jasmine --config=tests/support/jasmine.json "--filter=integration_ShowAllNotes"
  20.  
  21. Testing with sync target: memory
  22. Randomized with seed 29219
  23. Started
  24. .F
  25.  
  26. Failures:
  27. 1) integration_ShowAllNotes should show all notes
  28. Message:
  29. Unhandled promise rejection: Error: Accessing database before it has been initialised
  30. Stack:
  31. Error: Accessing database before it has been initialised
  32. at Function.db (/home/naviji/Projects/RoughWork/joplin/CliClient/tests-build/lib/BaseModel.js:550:24)
  33. at Function.add (/home/naviji/Projects/RoughWork/joplin/CliClient/tests-build/lib/models/ItemChange.js:24:15)
  34. at processTicksAndRejections (internal/process/task_queues.js:97:5)
  35.  
  36. Ran 2 of 240 specs
  37. 2 specs, 1 failure
  38. Finished in 12.156 seconds
  39. Randomized with seed 29219 (jasmine --random=true --seed=29219)
  40. npm ERR! code ELIFECYCLE
  41. npm ERR! errno 1
  42. npm ERR! joplin@1.0.161 test: `gulp buildTests -L && jasmine --config=tests/support/jasmine.json "--filter=integration_ShowAllNotes"`
  43. npm ERR! Exit status 1
  44. npm ERR!
  45. npm ERR! Failed at the joplin@1.0.161 test script.
  46. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  47.  
  48. npm ERR! A complete log of this run can be found in:
  49. npm ERR! /home/naviji/.npm/_logs/2020-03-09T18_22_02_470Z-debug.log
  50. naviji@naviji-HP-Notebook:~/Projects/RoughWork/joplin/CliClient$ npm run test -- --filter="integration_ShowAllNotes"
  51.  
  52. > joplin@1.0.161 test /home/naviji/Projects/RoughWork/joplin/CliClient
  53. > gulp buildTests -L && jasmine --config=tests/support/jasmine.json "--filter=integration_ShowAllNotes"
  54.  
  55. Testing with sync target: memory
  56. Randomized with seed 43578
  57. Started
  58. ..
  59.  
  60.  
  61. Ran 2 of 240 specs
  62. 2 specs, 0 failures
  63. Finished in 13.179 seconds
  64. Randomized with seed 43578 (jasmine --random=true --seed=43578)
  65. naviji@naviji-HP-Notebook:~/Projects/RoughWork/joplin/CliClient$ npm run test -- --filter="integration_ShowAllNotes"
  66.  
  67. > joplin@1.0.161 test /home/naviji/Projects/RoughWork/joplin/CliClient
  68. > gulp buildTests -L && jasmine --config=tests/support/jasmine.json "--filter=integration_ShowAllNotes"
  69.  
  70. Testing with sync target: memory
  71. Randomized with seed 05426
  72. Started
  73. F.
  74.  
  75. Failures:
  76. 1) integration_ShowAllNotes should show all notes
  77. Message:
  78. Expected $.length = 0 to equal 9.
  79. Expected $[0] = undefined to equal '0732baa8f9324c428a64ba5b3e786a64'.
  80. Expected $[1] = undefined to equal '1f65bc7bd9c34919b13f100934ba358b'.
  81. Expected $[2] = undefined to equal '28e6fdbfd30d4ceda87133300e1aa6f0'.
  82. Expected $[3] = undefined to equal '2b30de7ea7f4446e9ff11c6d2a9078e7'.
  83. Expected $[4] = undefined to equal '6d33e3d77b27414eb4281758e01610d6'.
  84. Expected $[5] = undefined to equal 'a6e56e97391e4f80975ec512e2b518e5'.
  85. Expected $[6] = undefined to equal 'a82466b7233745df90030eedffa2c83f'.
  86. Expected $[7] = undefined to equal 'e47fd2f58dee49638d36d77917a99b9e'.
  87. Expected $[8] = undefined to equal 'fc10239e2d6844a08469681d06d26bb3'.
  88. Stack:
  89. Error: Expected $.length = 0 to equal 9.
  90. Expected $[0] = undefined to equal '0732baa8f9324c428a64ba5b3e786a64'.
  91. Expected $[1] = undefined to equal '1f65bc7bd9c34919b13f100934ba358b'.
  92. Expected $[2] = undefined to equal '28e6fdbfd30d4ceda87133300e1aa6f0'.
  93. Expected $[3] = undefined to equal '2b30de7ea7f4446e9ff11c6d2a9078e7'.
  94. Expected $[4] = undefined to equal '6d33e3d77b27414eb4281758e01610d6'.
  95. Expected $[5] = undefined to equal 'a6e56e97391e4f80975ec512e2b518e5'.
  96. Expected $[6] = undefined to equal 'a82466b7233745df90030eedffa2c83f'.
  97. Expected $[7] = undefined to equal 'e47fd2f58dee49638d36d77917a99b9e'.
  98. Expected $[8] = undefined to equal 'fc10239e2d6844a08469681d06d26bb3'.
  99. at <Jasmine>
  100. at /home/naviji/Projects/RoughWork/joplin/CliClient/tests-build/integration_ShowAllNotes.js:62:34
  101. at async UserContext.<anonymous> (/home/naviji/Projects/RoughWork/joplin/CliClient/tests-build/test-utils.js:372:4)
  102. Message:
  103. Unhandled promise rejection: Error: Accessing database before it has been initialised
  104. Stack:
  105. Error: Accessing database before it has been initialised
  106. at Function.db (/home/naviji/Projects/RoughWork/joplin/CliClient/tests-build/lib/BaseModel.js:550:24)
  107. at Function.add (/home/naviji/Projects/RoughWork/joplin/CliClient/tests-build/lib/models/ItemChange.js:24:15)
  108. at processTicksAndRejections (internal/process/task_queues.js:97:5)
  109.  
  110. Suite error: integration_ShowAllNotes
  111. Message:
  112. Unhandled promise rejection: Error: Accessing database before it has been initialised
  113. Stack:
  114. Error: Accessing database before it has been initialised
  115. at Function.db (/home/naviji/Projects/RoughWork/joplin/CliClient/tests-build/lib/BaseModel.js:550:24)
  116. at Function.add (/home/naviji/Projects/RoughWork/joplin/CliClient/tests-build/lib/models/ItemChange.js:24:15)
  117. at processTicksAndRejections (internal/process/task_queues.js:97:5)
  118.  
  119. Ran 2 of 240 specs
  120. 2 specs, 2 failures
  121. Finished in 12.506 seconds
  122. Randomized with seed 05426 (jasmine --random=true --seed=05426)
  123. npm ERR! code ELIFECYCLE
  124. npm ERR! errno 1
  125. npm ERR! joplin@1.0.161 test: `gulp buildTests -L && jasmine --config=tests/support/jasmine.json "--filter=integration_ShowAllNotes"`
  126. npm ERR! Exit status 1
  127. npm ERR!
  128. npm ERR! Failed at the joplin@1.0.161 test script.
  129. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  130.  
  131. npm ERR! A complete log of this run can be found in:
  132. npm ERR! /home/naviji/.npm/_logs/2020-03-09T18_22_40_226Z-debug.log
  133. naviji@naviji-HP-Notebook:~/Projects/RoughWork/joplin/CliClient$ npm run test -- --filter="integration_ShowAllNotes"
  134.  
  135. > joplin@1.0.161 test /home/naviji/Projects/RoughWork/joplin/CliClient
  136. > gulp buildTests -L && jasmine --config=tests/support/jasmine.json "--filter=integration_ShowAllNotes"
  137.  
  138. Testing with sync target: memory
  139. Randomized with seed 84252
  140. Started
  141. .F
  142.  
  143. Failures:
  144. 1) integration_ShowAllNotes should show all notes
  145. Message:
  146. Unhandled promise rejection: Error: Accessing database before it has been initialised
  147. Stack:
  148. Error: Accessing database before it has been initialised
  149. at Function.db (/home/naviji/Projects/RoughWork/joplin/CliClient/tests-build/lib/BaseModel.js:550:24)
  150. at Function.add (/home/naviji/Projects/RoughWork/joplin/CliClient/tests-build/lib/models/ItemChange.js:24:15)
  151. at processTicksAndRejections (internal/process/task_queues.js:97:5)
  152.  
  153. Ran 2 of 240 specs
  154. 2 specs, 1 failure
  155. Finished in 13.333 seconds
  156. Randomized with seed 84252 (jasmine --random=true --seed=84252)
  157. npm ERR! code ELIFECYCLE
  158. npm ERR! errno 1
  159. npm ERR! joplin@1.0.161 test: `gulp buildTests -L && jasmine --config=tests/support/jasmine.json "--filter=integration_ShowAllNotes"`
  160. npm ERR! Exit status 1
  161. npm ERR!
  162. npm ERR! Failed at the joplin@1.0.161 test script.
  163. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  164.  
  165. npm ERR! A complete log of this run can be found in:
  166. npm ERR! /home/naviji/.npm/_logs/2020-03-09T18_23_03_802Z-debug.log
  167. naviji@naviji-HP-Notebook:~/Projects/RoughWork/joplin/CliClient$
Add Comment
Please, Sign In to add comment