Skip to content

Instantly share code, notes, and snippets.

@tobias
Created August 11, 2015 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobias/5c22896506b4a65141f6 to your computer and use it in GitHub Desktop.
Save tobias/5c22896506b4a65141f6 to your computer and use it in GitHub Desktop.
$ lein test :only immutant.transactions-test/non-transactional-writes-in-listener-with-exception
lein test immutant.transactions-test
MESSAGE RCVD {:throw? true}
lein test :only immutant.transactions-test/non-transactional-writes-in-listener-with-exception
FAIL in (non-transactional-writes-in-listener-with-exception) (transactions_test.clj:158)
expected: 10
actual: nil
diff: - 10
+
lein test :only immutant.transactions-test/non-transactional-writes-in-listener-with-exception
FAIL in (non-transactional-writes-in-listener-with-exception) (transactions_test.clj:163)
expected: 1
actual: nil
diff: - 1
+MESSAGE RCVD {:throw? true}
MESSAGE RCVD {:throw? true}
MESSAGE RCVD {:throw? true}
MESSAGE RCVD {:throw? true}
MESSAGE RCVD {:throw? true}
MESSAGE RCVD {:throw? true}
MESSAGE RCVD {:throw? true}
MESSAGE RCVD {:throw? true}
MESSAGE RCVD {:throw? true}
Ran 1 tests containing 4 assertions.
2 failures, 0 errors.
Tests failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment