Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Mon, 16 Mar 2026 08:41:37 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3964: Allow setting of KeepAlive options in JDBC driver In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 4066014053 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3964 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3964#issuecomment-4066014053 Content-Type: text/plain; charset=utf-8 There are two ways to test the new options: 1) Add them to the matrix. Check out https://github.com/pgjdbc/pgjdbc/commit/bd572f408b315aa91739a60e58c2413770c054cd as an example 2) There might be a targeted test for the new option. I'm not sure what could be the way to ensure the settings work as intended. By the way, do the new settings apply without explicit `SO_KEEPALIVE` activation?