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
The change #438 changes the database schema. However, there seems to be an issue that the schema is not properly updated - at least not via PolarisEclipseLinkMetaStoreManagerTest, see repro steps below.
Is this a possible security vulnerability?
Describe the bug
The change #438 changes the database schema. However, there seems to be an issue that the schema is not properly updated - at least not via
PolarisEclipseLinkMetaStoreManagerTest
, see repro steps below./cc @eric-maynard
To Reproduce
git checkout e232b000760da335721e9112f9d52fe041289613
(commit before Do not persist plaintext secrets in the metastore #438)rm -rf extension/persistence/eclipselink/build
(just get a clean state)./gradlew :polaris-eclipselink:test --rerun
(passes fine)git checkout ab095cfab84e5b4e694c72011f4166589eb25f38
(Do not persist plaintext secrets in the metastore #438)./gradlew :polaris-eclipselink:test --rerun
(fails)rm -rf extension/persistence/eclipselink/build/test_data
(database state)./gradlew :polaris-eclipselink:test --rerun
(passes fine)Actual Behavior
No response
Expected Behavior
No response
Additional context
No response
System information
No response
The text was updated successfully, but these errors were encountered: