Skip to content

Conversation

@mchristou
Copy link

Description

Removed the entire error detection for loop. The test now focuses only on checking that the parachain extrinsic gets finalized, without the flaky error log checking.

closes #10704

@mchristou mchristou added the T18-zombienet_tests Trigger zombienet CI tests. label Dec 23, 2025
Copy link
Member

@bkchr bkchr left a comment

Choose a reason for hiding this comment

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

I know that I said this, but maybe we should actually remove the entire test? Spawning an entire network to just test that we can finalize a transaction is ultra wasteful. We have already other tests sending transactions, if not we could also just move the sending of a tx there and wait for it to be finalized.

@mchristou
Copy link
Author

Yes you are right, this flow is covered in the runtime_upgrade.rs

@pepoviola
Copy link
Contributor

+1 to remove since this is already cover. @skunert if you are agree we can just remove this one.
Thanks!

@mchristou mchristou requested review from a team as code owners December 23, 2025 13:02
@github-actions github-actions bot requested a review from bkchr December 23, 2025 13:03
@github-actions
Copy link
Contributor

Review required! Latest push from author must always be reviewed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

T18-zombienet_tests Trigger zombienet CI tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[zombienet] fix parachain_extrinsic_get_finalized.rs

4 participants