Scott Marlow
Scott Marlow
> @scottmarlow I don't have any experience with running the TCK at all, is there any guidance there? We plan to make the process of running TCK tests easier for...
Just to note, I'll probably build/stage a https://www.eclipse.org/downloads/download.php?file=/jakartaee/platform/10/jakarta-jakartaeetck-10.0.5.zip tomorrow with a Persistence TCK test exclusion that has been outstanding for a while. So if the decision for Tags becomes to...
> Just to note, I'll probably build/stage a https://www.eclipse.org/downloads/download.php?file=/jakartaee/platform/10/jakarta-jakartaeetck-10.0.5.zip tomorrow with a Persistence TCK test exclusion that has been outstanding for a while. So if the decision for Tags becomes...
I'll try running again with `-Djava.locale.providers=COMPAT` which is mentioned in https://bugs.openjdk.org/browse/JDK-8304925 as a possible workaround.
-Djava.locale.providers=COMPAT didn't help.
@pnicolucci do you know of anyone that has started coding a fix for addressing this issue?
List of Platform TCK tests for this challenge: - com/sun/ts/tests/jpa/core/annotations/version/Client.java#intFieldTest_from_appmanaged - com/sun/ts/tests/jpa/core/annotations/version/Client.java#intFieldTest_from_appmanagedNoTx - com/sun/ts/tests/jpa/core/annotations/version/Client.java#intFieldTest_from_pmservlet - com/sun/ts/tests/jpa/core/annotations/version/Client.java#intFieldTest_from_puservlet - com/sun/ts/tests/jpa/core/annotations/version/Client.java#intFieldTest_from_stateful3 - com/sun/ts/tests/jpa/core/annotations/version/Client.java#intFieldTest_from_stateless3 - com/sun/ts/tests/jpa/core/annotations/version/Client.java#intPropertyTest_from_appmanaged - com/sun/ts/tests/jpa/core/annotations/version/Client.java#intPropertyTest_from_appmanagedNoTx - com/sun/ts/tests/jpa/core/annotations/version/Client.java#intPropertyTest_from_pmservlet - com/sun/ts/tests/jpa/core/annotations/version/Client.java#intPropertyTest_from_puservlet - com/sun/ts/tests/jpa/core/annotations/version/Client.java#intPropertyTest_from_stateful3...
https://github.com/jakartaee/platform-tck/pull/1334 is for Persistence 3.1 + Jakarta EE 10 Platform TCK
Any Persistence 3.2 test excludes should be done by updating the `tckrefactor` branch: - Add excluded tests to doc file jpa/docs/TCK-Exclude-List.txt - Update test methods to use org.junit.jupiter.api.Disabled @Disabled @Test...
The staged https://www.eclipse.org/downloads/download.php?file=/ee4j/jakartaee-tck/jakartaee10/staged/eftl/jakarta-persistence-tck-3.1.5.zip contains an update for this TCK challenge.