Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adds code to generate data for upgrade test #4718

Draft
wants to merge 1 commit into
base: 3.1
Choose a base branch
from

Commits on Jul 1, 2024

  1. adds code to generate data for upgrade test

    Adds a disabled integration test that will generate data
    for an upgrade test.  This is intended to be used manually
    in the following way.
    
     1. Checkout version 3.1.x
     2. Run UpgradeGenerateIT which will generate instances test/target/upgrade-test
     3. Checkout version 4.0.x
     4. Run mvn package (not clean)
     5. Run UpgradeIT which will upgrade and verify the instances in test/target/upgrade-test
    
    UpgradeIT does not exist in this commit.  It exists in the 4.0 branch.
    keith-turner committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    d0678ea View commit details
    Browse the repository at this point in the history