Skip to content
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

Fix zombienet-bridges-0001-asset-transfer-works #6175

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

serban300
Copy link
Contributor

@serban300 serban300 commented Oct 22, 2024

Closes #6161

Westend BridgeHub freezes for a while at block 3 and if we try to init the bridge and fund the accounts during that time, it fails. So we wait untill all the parachains produced at least 10 blocks, in order to make sure that they work reliably.

@serban300 serban300 self-assigned this Oct 22, 2024
@serban300 serban300 added R0-silent Changes should not be mentioned in any release notes I2-bug The node fails to follow expected behavior. T15-bridges This PR/Issue is related to bridges. labels Oct 22, 2024
@serban300 serban300 force-pushed the small_fixes branch 3 times, most recently from 1d47457 to a311eb1 Compare October 24, 2024 06:48
@serban300 serban300 changed the title [WIP] Investigate more bridge tests failures Fix zombienet-bridges-0001-asset-transfer-works Oct 24, 2024
@serban300 serban300 marked this pull request as ready for review October 24, 2024 08:16
@serban300 serban300 requested a review from a team as a code owner October 24, 2024 08:16
@paritytech-review-bot paritytech-review-bot bot requested a review from a team October 24, 2024 08:17
Copy link
Contributor

@bkontur bkontur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 nice!


just out of curiosity:

Westend BridgeHub freezes for a while at block 3

This is something new or it's been happening before and we just didn't realize that?
Does it happen also for Rococo BridgeHub?

@serban300
Copy link
Contributor Author

just out of curiosity:

Westend BridgeHub freezes for a while at block 3

This is something new or it's been happening before and we just didn't realize that? Does it happen also for Rococo BridgeHub?

It's something new. I think it started happening after #5461 . And it only happens on Westend Bridge Hub. It doesn't happen on Rococo.

@serban300 serban300 added this pull request to the merge queue Oct 24, 2024
Merged via the queue into paritytech:master with commit 2324bd7 Oct 24, 2024
320 of 330 checks passed
@serban300 serban300 deleted the small_fixes branch October 24, 2024 10:38
@bkontur
Copy link
Contributor

bkontur commented Oct 24, 2024

just out of curiosity:

Westend BridgeHub freezes for a while at block 3

This is something new or it's been happening before and we just didn't realize that? Does it happen also for Rococo BridgeHub?

It's something new. I think it started happening after #5461 . And it only happens on Westend Bridge Hub. It doesn't happen on Rococo.

cc: @alindima any idea?

mordamax pushed a commit to paritytech-stg/polkadot-sdk that referenced this pull request Oct 25, 2024
Closes paritytech#6161

Westend BridgeHub freezes for a while at block 3 and if we try to init
the bridge and fund the accounts during that time, it fails. So we wait
untill all the parachains produced at least 10 blocks, in order to make
sure that they work reliably.
mordamax pushed a commit to paritytech-stg/polkadot-sdk that referenced this pull request Oct 25, 2024
Closes paritytech#6161

Westend BridgeHub freezes for a while at block 3 and if we try to init
the bridge and fund the accounts during that time, it fails. So we wait
untill all the parachains produced at least 10 blocks, in order to make
sure that they work reliably.
mordamax pushed a commit to paritytech-stg/polkadot-sdk that referenced this pull request Oct 25, 2024
Closes paritytech#6161

Westend BridgeHub freezes for a while at block 3 and if we try to init
the bridge and fund the accounts during that time, it fails. So we wait
untill all the parachains produced at least 10 blocks, in order to make
sure that they work reliably.
mordamax pushed a commit to paritytech-stg/polkadot-sdk that referenced this pull request Oct 25, 2024
Closes paritytech#6161

Westend BridgeHub freezes for a while at block 3 and if we try to init
the bridge and fund the accounts during that time, it fails. So we wait
untill all the parachains produced at least 10 blocks, in order to make
sure that they work reliably.
mordamax pushed a commit to paritytech-stg/polkadot-sdk that referenced this pull request Oct 25, 2024
Closes paritytech#6161

Westend BridgeHub freezes for a while at block 3 and if we try to init
the bridge and fund the accounts during that time, it fails. So we wait
untill all the parachains produced at least 10 blocks, in order to make
sure that they work reliably.
mordamax pushed a commit to paritytech-stg/polkadot-sdk that referenced this pull request Oct 29, 2024
Closes paritytech#6161

Westend BridgeHub freezes for a while at block 3 and if we try to init
the bridge and fund the accounts during that time, it fails. So we wait
untill all the parachains produced at least 10 blocks, in order to make
sure that they work reliably.
mordamax pushed a commit to paritytech-stg/polkadot-sdk that referenced this pull request Oct 29, 2024
Closes paritytech#6161

Westend BridgeHub freezes for a while at block 3 and if we try to init
the bridge and fund the accounts during that time, it fails. So we wait
untill all the parachains produced at least 10 blocks, in order to make
sure that they work reliably.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I2-bug The node fails to follow expected behavior. R0-silent Changes should not be mentioned in any release notes T15-bridges This PR/Issue is related to bridges.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

zombienet-bridges-* test failures
3 participants