celestiaorg / knuu

Integration Test Framework
Apache License 2.0
39 stars 35 forks source link

feat: write a dedicated E2E test for the upgrade image #565

Open mojtaba-esk opened 1 month ago

mojtaba-esk commented 1 month ago

There is no dedicated E2E test for the upgrade image that's why it does not brake any. There is one use case in the app e2e test which we have to update the sequence. i.e. Stop the instance first, upgrade the image, then Start the instance again.

Originally posted by @mojtaba-esk in https://github.com/celestiaorg/knuu/issues/563#issuecomment-2357819018

This issue proposes to have a proper e2e test for upgrade image and possible changing some other params as well. like not only the image, but also for example update the start arguments.