Advertisement
Guest User

Neo4j tests

a guest
Jul 27th, 2016
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. gulp test
  2.  
  3. [18:08:26] Using gulpfile ~/Desktop/GitHub/neo4j-javascript-driver/gulpfile.js
  4. [18:08:26] Starting 'test'...
  5. [18:08:26] Starting 'nodejs'...
  6. [18:08:27] Finished 'nodejs' after 1.54 s
  7. [18:08:27] Starting 'test-nodejs'...
  8. .................................................................................................................................
  9.  
  10. 129 specs, 0 failures
  11. Finished in 82.6 seconds
  12. [18:09:50] Finished 'test-nodejs' after 1.37 min
  13. [18:09:50] Starting 'test-browser'...
  14. [18:09:50] Starting 'all'...
  15. [18:09:50] Starting 'nodejs'...
  16. [18:09:51] Finished 'nodejs' after 1.22 s
  17. [18:09:51] Starting 'browser'...
  18. [18:09:51] Starting 'build-browser-test'...
  19. [18:09:56] Finished 'build-browser-test' after 4.36 s
  20. [18:09:56] Starting 'build-browser'...
  21. [18:10:04] Finished 'build-browser' after 8.1 s
  22. [18:10:04] Finished 'browser' after 12 s
  23. [18:10:04] Finished 'all' after 14 s
  24. [18:10:04] Starting 'run-browser-test'...
  25. [18:10:04] Jasmine server listening on port 8000
  26. ................................................................................................................
  27.  
  28. 112 specs, 0 failures
  29. Finished in 47.1 seconds
  30. [18:10:52] Finished 'run-browser-test' after 48 s
  31. [18:10:52] Finished 'test-browser' after 1.02 min
  32. [18:10:52] Starting 'download-tck'...
  33. [18:10:52] Starting 'nodejs'...
  34. [gulp] Downloading https://s3-eu-west-1.amazonaws.com/remoting.neotechnology.com/driver-compliance/tck.tar.gz... Done
  35. [18:10:53] Finished 'download-tck' after 1.1 s
  36. [18:10:53] Finished 'nodejs' after 1.37 s
  37. [18:10:53] Starting 'run-tck'...
  38. ...............................................................................................................................................................................F...........................F-....................................................................................................................................................................................Server certificate is not trusted. If you trust the database you are connecting to, add the signing certificate, or the server certificate, to the list of certificates trusted by this driver using `neo4j.v1.driver(.., { trustedCertificates:['path/to/certificate.crt']}). This is a security measure to protect against man-in-the-middle attacks. If you are just trying Neo4j out and are not concerned about encryption, simply disable it using `encrypted=false` in the driver options.
  39. .
  40.  
  41. (::) failed steps (::)
  42.  
  43. Error: Wrong error messsage. Expected: 'No operations allowed until you send an INIT message successfully.'. Got: 'The client is unauthorized due to authentication failure. (ID:BE8BBDEEA1D578092AA077689C69F936FD71CA90B84F45EE9E77228424D26C7F)'
  44. at World.<anonymous> (/Users/Stefan/Desktop/GitHub/neo4j-javascript-driver/test/v1/tck/steps/authsteps.js:63:13)
  45.  
  46. Error: Step timed out after 5000 milliseconds
  47. at Timer.listOnTimeout (timers.js:92:15)
  48.  
  49. Failing scenarios:
  50. build/tck/DriverAuth.feature:8 # Scenario: Should not be able to start and run against database with driver auth enabled and wrong password is provided
  51. build/tck/DriverResultApi.feature:171 # Scenario: Access Update Statistics and check create constraint
  52.  
  53. 111 scenarios (2 failed, 109 passed)
  54. 386 steps (2 failed, 1 skipped, 383 passed)
  55. 2m43.229s
  56. FAILED! Scenario: Should not be able to start and run against database with driver auth enabled and wrong password is provided
  57. With Exception: null
  58.  
  59. FAILED! Scenario: Access Update Statistics and check create constraint
  60. With Exception: null
  61.  
  62. npm ERR! Test failed. See above for more details.
  63.  
  64. > [email protected] stop-neo4j /Users/Stefan/Desktop/GitHub/neo4j-javascript-driver
  65. > gulp stop-neo4j
  66.  
  67. [18:13:40] Using gulpfile ~/Desktop/GitHub/neo4j-javascript-driver/gulpfile.js
  68. [18:13:40] Starting 'stop-neo4j'...
  69. Script Outputs:
  70. Stopping Neo4j.. stopped
  71.  
  72. [18:13:41] Finished 'stop-neo4j' after 1.4 s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement