jakartaee / platform-tck

Jakartaee-tck
Other
127 stars 108 forks source link

TCK Challenge issue # 1260 - SQL DML change for running on Java 21 #1327

Closed scottmarlow closed 3 months ago

scottmarlow commented 3 months ago

Fixes Issue https://github.com/jakartaee/platform-tck/issues/1260

As described in the related https://issues.apache.org/jira/browse/DERBY-7160 issue, https://bugs.openjdk.org/browse/JDK-4511638 (https://github.com/openjdk/jdk/commit/72bcf2aa03d53b0f68eb07a902575b4e8628d859) changed OpenJDK 19 behavior that impacts the failing JDBC test as described in https://github.com/jakartaee/platform-tck/issues/1260.

scottmarlow commented 3 months ago

Note that DB2 is using a similar value already 99999 for both Numeric_Tab + Decimal_Tab

scottmarlow commented 3 months ago

https://ci.eclipse.org/jakartaee-tck/job/jakartaee-tck-scottmarlow/job/issue_1260/1/ is building the Platform TCK that implementations should be able to use to try the change.

scottmarlow commented 3 months ago

https://ci.eclipse.org/jakartaee-tck/job/jakartaee-tck-scottmarlow/job/issue_1260/lastSuccessfulBuild/artifact/jakartaeetck-bundles/jakartaeetck-10.0.4.zip has a build of this change. Note that this pull request was just updated to set the platform tck version to 10.0.5

scottmarlow commented 3 months ago

https://ci.eclipse.org/jakartaee-tck/job/jakartaee-tck-scottmarlow/job/issue_1260/3/parameters/ is testing the change on Java 21

scottmarlow commented 3 months ago

Works for me, will merge and others can test the TCK to be released.