You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
All of the ee.jakarta.tck.persistence.core.criteriaapi.CriteriaUpdate.* tests are failing with unexpected counts from the Product entity table. This table is supposed to be getting loaded by the superclass UtilProductData#setupProductData that is annotated with the junit5 @BeforeEach, that is not getting called on the server side. This needs the legacy @SetupMethod used by the javatest framework.
The text was updated successfully, but these errors were encountered:
That was the wrong class to look at for the incontainer tests. The actual problem was a missing setup method that was calling the createProductData() method.
Describe the bug
All of the ee.jakarta.tck.persistence.core.criteriaapi.CriteriaUpdate.* tests are failing with unexpected counts from the Product entity table. This table is supposed to be getting loaded by the superclass
UtilProductData#setupProductData
that is annotated with the junit5@BeforeEach
, that is not getting called on the server side. This needs the legacy@SetupMethod
used by the javatest framework.The text was updated successfully, but these errors were encountered: