-
Notifications
You must be signed in to change notification settings - Fork 742
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
Elastic scaling: zombienet tests #5049
Comments
These are part of #6452.
I tested this locally. As expected, this doesn't achieve full throughput because the two different collators end up building on the same core at times. However, the chain doesn't stall, which is good. I'll see if I can add this to #6452 without it being too flaky.
For this we need a malus collator that will submit its collation to multiple backing groups. We should probably do this in a generic way because there are other scenarios that we want to test also #4526, and especially needed for the collator protocol revamp |
Adds a new zombienet-sdk test which verifies that elastic scaling works correctly both with the MVP and the new RFC 103 implementation which sends the core selector as a UMP signal. Also enables the V2 receipts node feature for testnet genesis config. Part of #5049 --------- Co-authored-by: Javier Viola <[email protected]> Co-authored-by: Javier Viola <[email protected]>
Decided to remove this test, since we'll make these v1 candidates that send UMP signals invalid (in #6939) |
The following cases need to be covered:
The text was updated successfully, but these errors were encountered: