Commit aef131b
committed
fix(e2e): align upgrade test script defaults with release/1.3.x
The three upgrade test scripts defaulted to OLD_VERSION=v1.2.0 and
UPGRADE_NAME=v2.0.0 (correct for main, where #221 registered the
v2.0.0 handler). On release/1.3.x there is no v2.0.0 handler, so
running e.g. `make e2e-fw-test TEST=upgrade_governance` locally without
overrides hit:
UPGRADE "v2.0.0" NEEDED at height: 49
panic: runtime error: invalid memory address or nil pointer dereference
Aligns the local script defaults with the CI workflow defaults set in
a5634ae / 18c3477:
e2e/kind/tests/test_upgrade_hardfork.sh
e2e/kind/tests/test_upgrade_governance.sh
e2e/kind/tests/test_upgrade_comprehensive.sh
OLD_VERSION v1.2.0 -> v1.2.1
UPGRADE_NAME v2.0.0 -> v1.3.0
(also the example commands in the usage headers)
So `make e2e-fw-test TEST=upgrade_governance` on release/1.3.x now
exercises the same v1.2.1 -> v1.3.0 path as the CI workflow's default
dispatch.
Resolves phenix3443's review point 2 on #255.1 parent 18c3477 commit aef131b
3 files changed
Lines changed: 9 additions & 9 deletions
File tree
- e2e/kind/tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments