Skip to content

Commit 559e173

Browse files
authored
Port bounties E2E tests to Kusama AH (#441)
* Add Paseo AH E2E test suite * Add test suites to be used in post-AHM KAH * Minor fix to staking test * Minor fix to scheduler tests * Add KAH E2E snapshots to tree * Update proxy snapshots * Drop `fast_unstake` tests from KAH staking E2E suite * Use correct KAH proxy types in E2E test * Update KAH E2E test suites (and proxy snapshots) * Update KAH pure proxy snapshot with new address * Add accounts&balances E2E tests for KAH (post-migration) * Fix proxy tests * Update KAH E2E snapshots with latest runtime results * Update scheduler overweight test for KAH * Update block numbers * Remove Paseo tests * Drop paseo from `yarn.lock` * Update block numbers * Update Kusama network accounts tests * Remove leftover mentions of Paseo * Bump block numbers * Update Polkadot AssetHub proxy type object name * Bump block numbers * Rename mistakenly renamed proxy type in script * Modify total balances `transfer_all` with reserve test * Remove mistakenly added snapshot KAH bounties E2E test snapshots will be added in a separate PR. * Correct `incompleteSince` check in overweight task test * Remove mistakenly added Kusama AH bounties test Will be left to follow-up PR. * Fix fee tracking helper to account for possible tip * Update proxy tests to not snapshot any other event `proxy.ProxyExecuted` event is enough for analysis to make the test robust. * Remove leftover pause * Port bounties E2E tests to Kusama AH * Introduce Kusama AH bounties E2E test module * Update known good block numbers * Update bounties snapshots Also, the polkadot bounties E2E test tree instantiation mistakenly used a parachain test tree configuration. * Add remaining fixes to E2E tests * Update PAH <-> PBH snapshots * Update KAH bounties snapshots * Update PAH <-> PBH snapshots again * Bump block numbers * Add single test workflow The CI runners and my local machine disagree on the results of a test. The introduced workflow is to have a lower turnarround time for debugging. * Set permissions for single test workflow * Rename KAH bounties snapshot * Remove debugging workflow
1 parent 53b4799 commit 559e173

9 files changed

Lines changed: 1522 additions & 311 deletions

KNOWN_GOOD_BLOCK_NUMBERS.env

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
ACALA_BLOCK_NUMBER=9628482
2-
ASSETHUBKUSAMA_BLOCK_NUMBER=11194997
3-
ASSETHUBPOLKADOT_BLOCK_NUMBER=9922221
4-
ASTAR_BLOCK_NUMBER=10575524
5-
BASILISK_BLOCK_NUMBER=11502465
6-
BRIDGEHUBKUSAMA_BLOCK_NUMBER=6723956
7-
BRIDGEHUBPOLKADOT_BLOCK_NUMBER=6169457
8-
COLLECTIVESPOLKADOT_BLOCK_NUMBER=7358101
9-
CORETIMEKUSAMA_BLOCK_NUMBER=3680442
10-
CORETIMEPOLKADOT_BLOCK_NUMBER=2774977
11-
ENCOINTERKUSAMA_BLOCK_NUMBER=11066226
12-
HYDRATION_BLOCK_NUMBER=9592688
13-
INTEGRITEEKUSAMA_BLOCK_NUMBER=8687723
14-
INTEGRITEEPOLKADOT_BLOCK_NUMBER=5495253
15-
KARURA_BLOCK_NUMBER=10158442
16-
KUSAMA_BLOCK_NUMBER=30472661
17-
MOONBEAM_BLOCK_NUMBER=12919871
18-
MOONRIVER_BLOCK_NUMBER=13481965
19-
PEOPLEKUSAMA_BLOCK_NUMBER=6097350
20-
PEOPLEPOLKADOT_BLOCK_NUMBER=3101442
21-
POLKADOT_BLOCK_NUMBER=28143006
22-
SHIDEN_BLOCK_NUMBER=12172457
1+
ACALA_BLOCK_NUMBER=9661239
2+
ASSETHUBKUSAMA_BLOCK_NUMBER=11256737
3+
ASSETHUBPOLKADOT_BLOCK_NUMBER=9986806
4+
ASTAR_BLOCK_NUMBER=10643017
5+
BASILISK_BLOCK_NUMBER=11568109
6+
BRIDGEHUBKUSAMA_BLOCK_NUMBER=6756493
7+
BRIDGEHUBPOLKADOT_BLOCK_NUMBER=6199448
8+
COLLECTIVESPOLKADOT_BLOCK_NUMBER=7390277
9+
CORETIMEKUSAMA_BLOCK_NUMBER=3709743
10+
CORETIMEPOLKADOT_BLOCK_NUMBER=2806129
11+
ENCOINTERKUSAMA_BLOCK_NUMBER=11117407
12+
HYDRATION_BLOCK_NUMBER=9660241
13+
INTEGRITEEKUSAMA_BLOCK_NUMBER=8720293
14+
INTEGRITEEPOLKADOT_BLOCK_NUMBER=5528958
15+
KARURA_BLOCK_NUMBER=10190836
16+
KUSAMA_BLOCK_NUMBER=30540539
17+
MOONBEAM_BLOCK_NUMBER=12977706
18+
MOONRIVER_BLOCK_NUMBER=13543959
19+
PEOPLEKUSAMA_BLOCK_NUMBER=6161905
20+
PEOPLEPOLKADOT_BLOCK_NUMBER=3132642
21+
POLKADOT_BLOCK_NUMBER=28211302
22+
SHIDEN_BLOCK_NUMBER=12233102

0 commit comments

Comments
 (0)