Skip to content

Instantly share code, notes, and snippets.

@evnm
Created August 27, 2016 19:03
Show Gist options
  • Save evnm/03f8f12fe61ba8830a4f81623b8076ed to your computer and use it in GitHub Desktop.
Save evnm/03f8f12fe61ba8830a4f81623b8076ed to your computer and use it in GitHub Desktop.
-------------------------------------------------------
T E S T S
-------------------------------------------------------
objc[89759]: Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/jre/bin/java and /Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/jre/lib/libinstrument.dylib. One of the two will be used. Which one is undefined.
Running org.skife.jdbi.v2.TestPreparedBatchGenerateKeysPostgres
Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.589 sec <<< FAILURE! - in org.skife.jdbi.v2.TestPreparedBatchGenerateKeysPostgres
testBatchVoidFunctionInvocation(org.skife.jdbi.v2.TestPreparedBatchGenerateKeysPostgres) Time elapsed: 0.388 sec <<< ERROR!
org.postgresql.util.PSQLException: A result was returned when none was expected.
at org.skife.jdbi.v2.TestPreparedBatchGenerateKeysPostgres.testBatchVoidFunctionInvocation(TestPreparedBatchGenerateKeysPostgres.java:99)
Results :
Tests in error:
TestPreparedBatchGenerateKeysPostgres.testBatchVoidFunctionInvocation:99 » PSQL
Tests run: 3, Failures: 0, Errors: 1, Skipped: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment