Skip to content

Instantly share code, notes, and snippets.

@tobias
Created August 11, 2015 17:23
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/ae3ede8ad09a303c6858 to your computer and use it in GitHub Desktop.
Save tobias/ae3ede8ad09a303c6858 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
13:22:59,863 MESSAGE RCVD {:throw? true}
13:22:59,902 MESSAGE SENT
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:166)
expected: 10
actual: nil
diff: - 10
+13:23:05,051 LOOP DONE
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:172)
expected: 1
actual: nil
diff: - 1
+13:23:05,118 MESSAGE RCVD {:throw? true}
13:23:05,139 MESSAGE RCVD {:throw? true}
13:23:05,152 MESSAGE RCVD {:throw? true}
13:23:05,172 MESSAGE RCVD {:throw? true}
13:23:05,189 MESSAGE RCVD {:throw? true}
13:23:05,198 MESSAGE RCVD {:throw? true}
13:23:05,208 MESSAGE RCVD {:throw? true}
13:23:05,219 MESSAGE RCVD {:throw? true}
13:23:05,251 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