Skip to content

[BUG] Potential eclipselink schema upgrade issue #450

Open
@snazy

Description

@snazy

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

  1. git checkout e232b000760da335721e9112f9d52fe041289613 (commit before Do not persist plaintext secrets in the metastore #438)
  2. rm -rf extension/persistence/eclipselink/build (just get a clean state)
  3. ./gradlew :polaris-eclipselink:test --rerun (passes fine)
  4. git checkout ab095cfab84e5b4e694c72011f4166589eb25f38 (Do not persist plaintext secrets in the metastore #438)
  5. ./gradlew :polaris-eclipselink:test --rerun (fails)
  6. rm -rf extension/persistence/eclipselink/build/test_data (database state)
  7. ./gradlew :polaris-eclipselink:test --rerun (passes fine)

Actual Behavior

No response

Expected Behavior

No response

Additional context

No response

System information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions