diff --git a/jest/lib/bin/lib/x86_64-MacOSX-gpp/jni/libbarchart-udt-core-2.3.0-SNAPSHOT.jnilib b/jest/lib/bin/lib/x86_64-MacOSX-gpp/jni/libbarchart-udt-core-2.3.0-SNAPSHOT.jnilib new file mode 100644 index 000000000..932f10bba Binary files /dev/null and b/jest/lib/bin/lib/x86_64-MacOSX-gpp/jni/libbarchart-udt-core-2.3.0-SNAPSHOT.jnilib differ diff --git a/jest/src/test/java/io/searchbox/client/JestClientFactoryIntegrationTest.java b/jest/src/test/java/io/searchbox/client/JestClientFactoryIntegrationTest.java index 6e956d62a..c82ee330d 100644 --- a/jest/src/test/java/io/searchbox/client/JestClientFactoryIntegrationTest.java +++ b/jest/src/test/java/io/searchbox/client/JestClientFactoryIntegrationTest.java @@ -122,7 +122,7 @@ public void testNoIdleConnectionReaper() throws Exception { // These two values being equal proves that connections returned to the pool stick around for some non-zero // duration of time while they wait to be re-leased. It's impractical to prove in an integration test that they // can in fact stay around for over an hour without ever being used (by which time the server has most certainly - // closed the connection) + // closed the connection). assertEquals(maxPoolSize, newPoolSize); }