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

Add nebari upgrade tests #2701

Open
Adam-D-Lewis opened this issue Sep 3, 2024 · 0 comments
Open

Add nebari upgrade tests #2701

Adam-D-Lewis opened this issue Sep 3, 2024 · 0 comments

Comments

@Adam-D-Lewis
Copy link
Member

Adam-D-Lewis commented Sep 3, 2024

Context

Currently we have no automated deployment tests around running Nebari upgrade. Such a test would have prevented the data loss described in the context of #2700. This is also beneficial more broadly to help catch any error which occurs during the Nebari upgrade process, but not during an initial deployment. These tests should be added.

I propose the tests should upgrade from the last release of Nebari to the latest develop branch. You then check if files, conda envs, and users persisted across the upgrade.

We already have https://github.com/nebari-dev/nebari/blob/develop/.github/workflows/test_local_integration.yaml, https://github.com/nebari-dev/nebari/blob/develop/.github/workflows/test_aws_integration.yaml, https://github.com/nebari-dev/nebari/blob/develop/.github/workflows/test_azure_integration.yaml, https://github.com/nebari-dev/nebari/blob/develop/.github/workflows/test_gcp_integration.yaml as well as the deployment tests. These could be used as references when adding a nebari upgrade test.

@Adam-D-Lewis Adam-D-Lewis added needs: triage 🚦 Someone needs to have a look at this issue and triage area: testing ✅ Testing area:developer-experience 👩🏻‍💻 and removed needs: triage 🚦 Someone needs to have a look at this issue and triage labels Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New 🚦
Development

No branches or pull requests

1 participant