Skip to content

Conversation

@bkchr
Copy link
Member

@bkchr bkchr commented Nov 10, 2025

As the validation is running the entire time using the same validation code, we can not accept any other blocks after a runtime upgrade was applied.

As the validation is running the entire time using the same validation code, we can not accept any other blocks after a runtime upgrade was applied.
@bkchr bkchr added the T9-cumulus This PR/Issue is related to cumulus. label Nov 10, 2025
@bkchr
Copy link
Member Author

bkchr commented Nov 10, 2025

/cmd prdoc --audience node_dev --bump patch

@bkchr bkchr requested a review from skunert November 10, 2025 20:01
@eskimor
Copy link
Member

eskimor commented Nov 10, 2025

I am assuming the collators already won't produce a multi block collation in that case?

.output()
.expect("Runs the test");

assert!(dbg!(String::from_utf8(output.stderr).unwrap())
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
assert!(dbg!(String::from_utf8(output.stderr).unwrap())
assert!(String::from_utf8(output.stderr).unwrap()

Comment on lines 742 to 743
// assert!(dbg!(String::from_utf8(output.stderr).unwrap())
// .contains("only one block per PoV is allowed"));
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
// assert!(dbg!(String::from_utf8(output.stderr).unwrap())
// .contains("only one block per PoV is allowed"));

@bkchr bkchr enabled auto-merge November 11, 2025 09:09
@bkchr
Copy link
Member Author

bkchr commented Nov 11, 2025

I am assuming the collators already won't produce a multi block collation in that case?

Yes

@bkchr bkchr added A4-backport-stable2506 Pull request must be backported to the stable2506 release branch A4-backport-stable2509 Pull request must be backported to the stable2509 release branch labels Nov 11, 2025
@paritytech-workflow-stopper
Copy link

All GitHub workflows were cancelled due to failure one of the required jobs.
Failed workflow url: https://github.com/paritytech/polkadot-sdk/actions/runs/19260653265
Failed job name: test-linux-stable

@bkchr bkchr added this pull request to the merge queue Nov 11, 2025
Merged via the queue into master with commit 4e1d963 Nov 11, 2025
264 of 317 checks passed
@bkchr bkchr deleted the bkchr-validation-only-one-block-per-pov branch November 11, 2025 21:49
@paritytech-release-backport-bot

Created backport PR for stable2506:

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-10280-to-stable2506
git worktree add --checkout .worktree/backport-10280-to-stable2506 backport-10280-to-stable2506
cd .worktree/backport-10280-to-stable2506
git reset --hard HEAD^
git cherry-pick -x 4e1d96383b2ae73de8e66ac9f8c8b8580ac9af80
git push --force-with-lease

@paritytech-release-backport-bot

Created backport PR for stable2509:

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin backport-10280-to-stable2509
git worktree add --checkout .worktree/backport-10280-to-stable2509 backport-10280-to-stable2509
cd .worktree/backport-10280-to-stable2509
git reset --hard HEAD^
git cherry-pick -x 4e1d96383b2ae73de8e66ac9f8c8b8580ac9af80
git push --force-with-lease

EgorPopelyaev added a commit that referenced this pull request Nov 12, 2025
Backport #10280 into `stable2509` from bkchr.

See the
[documentation](https://github.com/paritytech/polkadot-sdk/blob/master/docs/BACKPORT.md)
on how to use this bot.

<!--
  # To be used by other automation, do not modify:
  original-pr-number: #${pull_number}
-->

---------

Co-authored-by: Bastian Köcher <[email protected]>
Co-authored-by: Egor_P <[email protected]>
Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A4-backport-stable2506 Pull request must be backported to the stable2506 release branch A4-backport-stable2509 Pull request must be backported to the stable2509 release branch T9-cumulus This PR/Issue is related to cumulus.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants