Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gulp test
- [18:08:26] Using gulpfile ~/Desktop/GitHub/neo4j-javascript-driver/gulpfile.js
- [18:08:26] Starting 'test'...
- [18:08:26] Starting 'nodejs'...
- [18:08:27] Finished 'nodejs' after 1.54 s
- [18:08:27] Starting 'test-nodejs'...
- .................................................................................................................................
- 129 specs, 0 failures
- Finished in 82.6 seconds
- [18:09:50] Finished 'test-nodejs' after 1.37 min
- [18:09:50] Starting 'test-browser'...
- [18:09:50] Starting 'all'...
- [18:09:50] Starting 'nodejs'...
- [18:09:51] Finished 'nodejs' after 1.22 s
- [18:09:51] Starting 'browser'...
- [18:09:51] Starting 'build-browser-test'...
- [18:09:56] Finished 'build-browser-test' after 4.36 s
- [18:09:56] Starting 'build-browser'...
- [18:10:04] Finished 'build-browser' after 8.1 s
- [18:10:04] Finished 'browser' after 12 s
- [18:10:04] Finished 'all' after 14 s
- [18:10:04] Starting 'run-browser-test'...
- [18:10:04] Jasmine server listening on port 8000
- ................................................................................................................
- 112 specs, 0 failures
- Finished in 47.1 seconds
- [18:10:52] Finished 'run-browser-test' after 48 s
- [18:10:52] Finished 'test-browser' after 1.02 min
- [18:10:52] Starting 'download-tck'...
- [18:10:52] Starting 'nodejs'...
- [gulp] Downloading https://s3-eu-west-1.amazonaws.com/remoting.neotechnology.com/driver-compliance/tck.tar.gz... Done
- [18:10:53] Finished 'download-tck' after 1.1 s
- [18:10:53] Finished 'nodejs' after 1.37 s
- [18:10:53] Starting 'run-tck'...
- ...............................................................................................................................................................................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.
- .
- (::) failed steps (::)
- 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)'
- at World.<anonymous> (/Users/Stefan/Desktop/GitHub/neo4j-javascript-driver/test/v1/tck/steps/authsteps.js:63:13)
- Error: Step timed out after 5000 milliseconds
- at Timer.listOnTimeout (timers.js:92:15)
- Failing scenarios:
- 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
- build/tck/DriverResultApi.feature:171 # Scenario: Access Update Statistics and check create constraint
- 111 scenarios (2 failed, 109 passed)
- 386 steps (2 failed, 1 skipped, 383 passed)
- 2m43.229s
- FAILED! Scenario: Should not be able to start and run against database with driver auth enabled and wrong password is provided
- With Exception: null
- FAILED! Scenario: Access Update Statistics and check create constraint
- With Exception: null
- npm ERR! Test failed. See above for more details.
- > [email protected] stop-neo4j /Users/Stefan/Desktop/GitHub/neo4j-javascript-driver
- > gulp stop-neo4j
- [18:13:40] Using gulpfile ~/Desktop/GitHub/neo4j-javascript-driver/gulpfile.js
- [18:13:40] Starting 'stop-neo4j'...
- Script Outputs:
- Stopping Neo4j.. stopped
- [18:13:41] Finished 'stop-neo4j' after 1.4 s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement