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

Framework upgrade path testing #870

Open
nodlesh opened this issue Sep 19, 2024 · 0 comments
Open

Framework upgrade path testing #870

nodlesh opened this issue Sep 19, 2024 · 0 comments

Comments

@nodlesh
Copy link
Contributor

nodlesh commented Sep 19, 2024

There have been cases with wallets upgrading the framework to a newer version and existing credentials would stop working. Is this something of interest to test in the interop tests at the framework level?

The tests would do something like:

  1. Start the container(s) with a perviously released version of a framework (like Credo)
  2. Issue creds and use them
  3. Stop the agent(s)
  4. Upgrade the installation of the framework in the container(s)
  5. Restart the agent(s)
  6. Use existing credentials
  7. issue new creds and used them in combination with old creds

If this test always used the latest release -1, we may only have to go back one official release in the testing. We will have already proven that the last release -1 works, then we can assume we are working from a working valid state with the new release -1.

The test should be common among frameworks and the framework backchannel knows how to upgrade. Or a separate upgrade service that knows how to upgrade and start each framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant