-
Notifications
You must be signed in to change notification settings - Fork 1.2k
add scheduling tests for v3 descriptor with v2 collators #11333
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
Merged
Merged
Changes from 11 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
1afe20d
add scheduling tests for v3 descriptor with v2 collators
mchristou 3bdb714
enable tests in CI
mchristou 79c5d29
add validators with experimental protocol
mchristou 144f42c
enable v3 on the fly
mchristou a9544cf
add rolling upgrade test for mixed V2/V3 validator fleet
mchristou 5f0caa3
remove reduntant tests
mchristou 8a7569b
address comments
mchristou 8a2aeb9
use async backing in rolling upgrade
mchristou 57226e6
add V2 descriptor field checks in assert_candidates_version
mchristou 6702ec3
add V1 descriptor acceptance tests for V3-capable runtime and validator
mchristou 25fff8c
add runtime api test: max_relay_parent_session_age returns 0 post-mig…
mchristou 281b92c
add subsystem tests: V3-capable validator backs and distributes V1 de…
mchristou 2bbd9d4
Update from github-actions[bot] running command 'fmt'
github-actions[bot] 9a5e471
fix v1_descriptor_version_detection_with_v3_enabled
mchristou aa290c8
Merge remote-tracking branch 'origin/master' into mchr-v3-descriptor-…
mchristou 247345a
test: no reputation penalty for V3 advert with feature disabled
mchristou 462820b
update finality lag limit for dynamic enablement
mchristou fa4db74
update finality lag limit for rolling upgrade
mchristou f21020a
Merge remote-tracking branch 'origin/master' into mchr-v3-descriptor-…
mchristou a9ee8ce
use slot based collator for rolling upgrade
mchristou 1d97053
changes from feedback
mchristou 09fc92b
fmt
mchristou 8361585
adjust throughput range
mchristou c9d853f
reject v3 advertisements when v3 feature is disabled
mchristou 360eaa8
remove check in handle_advertisement_v3 && fix test
mchristou 592f0a5
Merge remote-tracking branch 'origin/master' into mchr-v3-descriptor-…
mchristou 60be3a2
fix clippy
mchristou 9d80aad
move tests under functional
mchristou 131b65d
changes from feedback
mchristou 6c04c06
Merge remote-tracking branch 'origin/master' into mchr-v3-descriptor-…
mchristou a3fcb10
remove reduntant loop
mchristou e8da0e4
Merge branch 'master' into mchr-v3-descriptor-tests
iulianbarbu 416bb16
fix
mchristou cc69c2e
Report back when candidate is rejected.
eskimor 3b63992
Update from github-actions[bot] running command 'prdoc --audience nod…
github-actions[bot] 37e6b02
Update prdoc
eskimor 6c59771
Merge branch 'rk-report-back-invalid-candidates' of github.com:parity…
iulianbarbu 20742f3
polkadot(tests): v3 advertisement rejection when v3 disabled
iulianbarbu be1d55e
Revert "Merge branch 'rk-report-back-invalid-candidates' of github.co…
iulianbarbu 3f4e265
Merge branch 'master' of github.com:paritytech/polkadot-sdk into mchr…
iulianbarbu 213e62a
Update polkadot/node/network/collator-protocol/src/validator_side/tes…
iulianbarbu 7111501
polkadot(tests): clippy fixups
iulianbarbu de01254
polkadot(tests): revert changes to existing test
iulianbarbu 0bc850c
polkadot(tests): clippy fixes and review addressing
iulianbarbu e6418a1
address some more review comments
iulianbarbu f6bea18
Update from github-actions[bot] running command 'fmt'
github-actions[bot] 0422211
fix paras_inherent bench builder
iulianbarbu f1f79ac
Update from github-actions[bot] running command 'fmt'
github-actions[bot] a0b8b25
Revert "fix paras_inherent bench builder"
iulianbarbu b8945ce
polkadot: bench builder can create v1 now
iulianbarbu 8c3d2a2
Merge branch 'master' of github.com:paritytech/polkadot-sdk into mchr…
iulianbarbu c6df8d2
Update from github-actions[bot] running command 'fmt'
github-actions[bot] 16777eb
polkadot(tests): refactor v3 wise
iulianbarbu d6806f4
polkadot(tests): address a few more review comments
iulianbarbu 43c74ce
Merge branch 'master' into mchr-v3-descriptor-tests
iulianbarbu ad65e56
polkadot(tests): remove unneeded tests
iulianbarbu 86b6ca9
polkadot(tests): remove uneeded tests for v3
iulianbarbu b85b9dc
fix clippy
iulianbarbu 8b289d2
rename test
iulianbarbu 72ac5e2
polkadot(zn-tests): use enable_node_feature is systemic chnk recovery
iulianbarbu f82d312
fix clippy again
iulianbarbu 5a121a1
Merge branch 'master' into mchr-v3-descriptor-tests
iulianbarbu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.