On Fri, 10 Oct 2025 16:07:18 GMT, Johannes Döbler <[email protected]> wrote:
>> Lance Andersen has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Doc clean up based on feedback > > test/jdk/java/sql/testng/test/sql/ConnectionTests.java line 39: > >> 37: >> 38: protected StubConnection conn; >> 39: protected static String maxIdentifier; > > You could use `protected static final String MAX_IDENTIFIER = > "a".repeat(128);` Will address as part of the future refactoring of these tests back to Junit ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/27693#discussion_r2421119781
