-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add substrate-zombienet-sdk-tests package and update workflows #10372
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
base: master
Are you sure you want to change the base?
Conversation
55b8f31 to
003b354
Compare
e8ef9a7 to
1da2ab1
Compare
269e621 to
cf1e1f0
Compare
| let db_snapshot_height = resolve_db_snapshot_height(&network).await?; | ||
|
|
||
| verify_bootstrap_height(&network, db_snapshot_height).await?; | ||
| // verify_new_blocks(&network, db_snapshot_height).await?; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pepoviola this func failed for block_height{status="best"} and height > db_snapshot_height if delay <= 75 sec, maybe need to incr timeout wdyt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
increased timeout to 120 sec, tests passed
850dfae to
d22f46d
Compare
substrate/zombienet/zombienet-sdk/tests/zombie_ci/validators_warp_sync.rs
Outdated
Show resolved
Hide resolved
aa0aea7 to
ed7f157
Compare
ed7f157 to
fa3d009
Compare
substrate/zombienet/zombienet-sdk/tests/zombie_ci/basic_warp_sync.rs
Outdated
Show resolved
Hide resolved
substrate/zombienet/zombienet-sdk/tests/zombie_ci/block_building.rs
Outdated
Show resolved
Hide resolved
substrate/zombienet/zombienet-sdk/tests/zombie_ci/block_building_warp_sync.rs
Outdated
Show resolved
Hide resolved
substrate/zombienet/zombienet-sdk/tests/zombie_ci/block_building_warp_sync.rs
Outdated
Show resolved
Hide resolved
substrate/zombienet/zombienet-sdk/tests/zombie_ci/validators_warp_sync.rs
Outdated
Show resolved
Hide resolved
substrate/zombienet/zombienet-sdk/tests/zombie_ci/validators_warp_sync.rs
Outdated
Show resolved
Hide resolved
substrate/zombienet/zombienet-sdk/tests/zombie_ci/validators_warp_sync.rs
Outdated
Show resolved
Hide resolved
substrate/zombienet/zombienet-sdk/tests/zombie_ci/validators_warp_sync.rs
Outdated
Show resolved
Hide resolved
substrate/zombienet/zombienet-sdk/tests/zombie_ci/validators_warp_sync.rs
Outdated
Show resolved
Hide resolved
8c3c197 to
5f1adb3
Compare
substrate/zombienet/zombienet-sdk/tests/zombie_ci/block_building.rs
Outdated
Show resolved
Hide resolved
5f1adb3 to
9e38b28
Compare
|
@DenzelPenzel can you include the metrics of a long run, like 30/50 times for each test. |
|
ping @skunert / @michalkucharczyk / @lrubasze to check that we don't miss any behavior assertion in the migration. |
Zombienet Substrate Test Stability Report
Failure Analysis:
|
|
@DenzelPenzel is weird that the logs of this one Job #56330027506 show that the three node are up ok. Maybe we need to re-run with a more verbose debug level to check the return value from prometheus. Thx! |
69c0945 to
fb9503c
Compare
…k-tests' into zombienet-substrate-zombienet-sdk-tests
fb9503c to
f17c3af
Compare
#10331