sharath1709 commented on code in PR #929: URL: https://github.com/apache/flink-kubernetes-operator/pull/929#discussion_r1924522639
########## flink-autoscaler-plugin-jdbc/src/test/java/org/apache/flink/autoscaler/jdbc/state/AbstractJdbcStateInteractorITCase.java: ########## @@ -42,32 +42,35 @@ void testAllOperations() throws Exception { var value1 = "value1"; var value2 = "value2"; var value3 = "value3"; - try (var conn = getConnection()) { - var jdbcStateInteractor = new JdbcStateInteractor(conn); Review Comment: updated -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org