Skip to content

Instantly share code, notes, and snippets.

@benjaminran
Created October 1, 2018 05:32
Show Gist options
  • Save benjaminran/c2880f10fc2dad5378b01f7a64a72e57 to your computer and use it in GitHub Desktop.
Save benjaminran/c2880f10fc2dad5378b01f7a64a72e57 to your computer and use it in GitHub Desktop.
nREPL test transports-fail-on-disconnects fails during test-all - full test output
bnran at dca90496b22a in ~/dev/clj/nREPL on master*
$ lein test-all
Performing task 'test' with profile(s): 'base,system,user,provided,dev,1.7'
Testing with Clojure v1.7.0 on 1.8.0_181
lein test nrepl.core-test
lein test nrepl.helpers-test
lein test nrepl.load-file-test
lein test nrepl.middleware-test
[WARNING] No nREPL middleware descriptor in metadata of {:dummy "This not-middleware is supposed to be sans-descriptor, don't panic!"}, see nrepl.middleware/set-descriptor!
lein test nrepl.response-test
lein test nrepl.sanity-test
Ran 60 tests containing 151 assertions.
0 failures, 0 errors.
Performing task 'test' with profile(s): 'base,system,user,provided,dev,1.8'
Testing with Clojure v1.8.0 on 1.8.0_181
lein test nrepl.core-test
lein test :only nrepl.core-test/transports-fail-on-disconnects
FAIL in (transports-fail-on-disconnects) (core_test.clj:379)
Ensure that transports fail ASAP when the server they're connected to goes down.
expected: (thrown? SocketException (transport/send transport {"op" "eval", "code" "(+ 5 1)"}))
actual: nil
lein test nrepl.helpers-test
lein test nrepl.load-file-test
lein test nrepl.middleware-test
[WARNING] No nREPL middleware descriptor in metadata of {:dummy "This not-middleware is supposed to be sans-descriptor, don't panic!"}, see nrepl.middleware/set-descriptor!
lein test nrepl.response-test
lein test nrepl.sanity-test
Ran 60 tests containing 151 assertions.
1 failures, 0 errors.
Tests failed.
Error encountered performing task 'test' with profile(s): 'base,system,user,provided,dev,1.8'
Tests failed.
Performing task 'test' with profile(s): 'base,system,user,provided,dev,1.9'
Testing with Clojure v1.9.0 on 1.8.0_181
lein test nrepl.core-test
lein test :only nrepl.core-test/transports-fail-on-disconnects
FAIL in (transports-fail-on-disconnects) (core_test.clj:379)
Ensure that transports fail ASAP when the server they're connected to goes down.
expected: (thrown? SocketException (transport/send transport {"op" "eval", "code" "(+ 5 1)"}))
actual: nil
lein test nrepl.helpers-test
lein test nrepl.load-file-test
lein test nrepl.middleware-test
[WARNING] No nREPL middleware descriptor in metadata of {:dummy "This not-middleware is supposed to be sans-descriptor, don't panic!"}, see nrepl.middleware/set-descriptor!
lein test nrepl.response-test
lein test nrepl.sanity-test
Ran 60 tests containing 151 assertions.
1 failures, 0 errors.
Tests failed.
Error encountered performing task 'test' with profile(s): 'base,system,user,provided,dev,1.9'
Tests failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment