Skip to content

Instantly share code, notes, and snippets.

@tobias
Created August 10, 2015 18:47
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/02e122a088d875330145 to your computer and use it in GitHub Desktop.
Save tobias/02e122a088d875330145 to your computer and use it in GitHub Desktop.
-*- mode: compilation; default-directory: "~/w/immutant/immutant/transactions/" -*-
Compilation started at Mon Aug 10 14:46:04
cd ~/w/immutant/immutant/transactions/;lein all
Compiling namespace immutant.transactions.scope
Compiling namespace immutant.transactions.jdbc
Compiling namespace immutant.transactions
lein test immutant.transactions-test
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:157)
expected: 10
actual: nil
diff: - 10
+
lein test immutant.transactions.jdbc-test
Ran 9 tests containing 47 assertions.
1 failures, 0 errors.
Tests failed.
Compilation exited abnormally with code 1 at Mon Aug 10 14:46:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment