eric-maynard commented on issue #450:
URL: https://github.com/apache/polaris/issues/450#issuecomment-2482204985

   I'm able to repro this using the steps provided. 
   
   I believe that the simplest fix is to enable automatic schema migrations in 
eclipselink by setting:
   ```
         <property name="eclipselink.persistence-context.flush-mode" 
value="auto"/>
   ```
   
   By adding this between steps (4) and (5) in your instructions, I am able to 
get the tests in step (5) to _mostly_ pass -- 
`PolarisEclipseLinkMetaStoreManagerTest. testPrivileges` still fails, but I 
think that's a different issue.
   
   I've noted this down this on [the PR that caused 
this](https://github.com/apache/polaris/pull/438#issuecomment-2482186090), as 
well.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to