Skip to content

Instantly share code, notes, and snippets.

@tobias
Created August 11, 2015 16:21
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/28ef4077e8087a5d91ab to your computer and use it in GitHub Desktop.
Save tobias/28ef4077e8087a5d91ab to your computer and use it in GitHub Desktop.
------------------------------------------------------------------------
Building transactions 2.0.3-SNAPSHOT (dev,provided,inherited,base,system,user)
------------------------------------------------------------------------
Retrieving org/projectodd/wunderboss/wunderboss-transactions/1.x.incremental.275/wunderboss-transactions-1.x.incremental.275.pom from projectodd-incremental
Retrieving org/projectodd/wunderboss/wunderboss-transactions/1.x.incremental.275/wunderboss-transactions-1.x.incremental.275.jar from projectodd-incremental
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 :only immutant.transactions-test/non-transactional-writes-in-listener-with-exception
FAIL in (non-transactional-writes-in-listener-with-exception) (transactions_test.clj:162)
expected: 1
actual: nil
diff: - 1
+
lein test immutant.transactions.jdbc-test
Ran 9 tests containing 47 assertions.
2 failures, 0 errors.
Tests failed.
Error encountered performing task 'all' with profile(s): 'dev-transactions,dev-immutant-parent,provided-immutant-parent,inherited-immutant-parent,base,system,user'
Tests failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment