-
Notifications
You must be signed in to change notification settings - Fork 327
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Is this a possible security vulnerability?
- This is NOT 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
eric-maynard
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working