Joscorbe commented on code in PR #2226: URL: https://github.com/apache/jackrabbit-oak/pull/2226#discussion_r2085390725
########## oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/mongo/MongoConnectionTest.java: ########## @@ -85,26 +95,6 @@ public void sufficientReadConcern() throws Exception { sufficientReadConcernSingleNode(ReadConcern.MAJORITY, true); } - @Test - public void socketKeepAlive() throws Exception { Review Comment: As before, Mongo doesn't have any related `isSocketKeepAlive` method anymore. The only way to keep this test is to make it a NOOP test, which doesn't make much sense to me. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org