Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartaee-tck-dev] issues/1433

We need the EE 11 Platform TCK Persistence tests to extend the com.sun.ts.lib.harness.ServiceEETest class which in turn extends the com.sun.ts.lib.harness.EETest class.  This is mentioned in https://github.com/jakartaee/platform-tck/issues/1433, for which we need to preserve the existing Persistence 3.2 component/standalone TCK tests but also update the EE Persistence tests in the Platform TCK to use the Java Test Harness library as was done in the Jakarta EE 10 Platform TCK and earlier (so that we can use the TCK test vehicles). 

We will start this transition initially with moving the existing jpa test folder to jpa-tck, copy the EE tests from jpa-tck back to the jpa test folder and update them to extend the ee.jakarta.tck.persistence.common.PMClientBase which will be changed to extend the ServiceEETest.  Then we can look at how to update these EE tests to work correctly with regard to test setup/cleanup.

Scott

Back to the top