Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update e2e tests to knuu 0.16.1 (#3911)
This PR proposes updating the e2e tests code to use the latest version of `knuu` ([v0.16.1](https://github.com/celestiaorg/knuu/releases/tag/v0.16.1)) The main changes of this release are: 1. Use unique static names for instances: now `knuu` does not add a random string to the names of the instances to make them predictable; therefore, it paves the path to the long running tests. 2. CTRL+C to run timeout handler with no sleep: optimizes the termination request by the user 3. Ability to fetch logs from instances 4. Adjust stopped status actions for the update image: From now on, user can `Stop` the instance, then update the image, arguments, start command and or env vars, then commit and start the instance. This is handy for upgrade test. BTW: the e2e tests are passing locally. - test-e2e2024/09/25 10:42:37 --- ✅ PASS: MinorVersionCompatibility - test-e2e2024/09/25 10:44:47 --- ✅ PASS: MajorUpgradeToV2 - test-e2e2024/09/25 10:46:34 --- ✅ PASS: E2ESimple
- Loading branch information