Conversation
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
…reim/elastic_statement_dist
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
…reim/elastic_statement_dist Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
alindima
left a comment
There was a problem hiding this comment.
Did you also make some changes to the adder-collator for this test to pass?
polkadot/zombienet_tests/elastic_scaling/0001-basic-3cores-6s-blocks.toml
Show resolved
Hide resolved
polkadot/zombienet_tests/elastic_scaling/0001-basic-3cores-6s-blocks.zndsl
Show resolved
Hide resolved
No direct changes were needed as we just define the collator_fn which is used by collation-generation that has been already upgraded to support elastic scaling |
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
…reim/elastic_zombies Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
|
Seems like deployment error: https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/5751023
CC @pepoviola |
polkadot/zombienet_tests/elastic_scaling/0001-basic-3cores-6s-blocks.toml
Outdated
Show resolved
Hide resolved
…blocks.toml Fix collator image.
Fixed in a4531235d2808a8a614d96df9bf62a31ec283da1. The config image was the problem. Thx! |
thank you @pepoviola I totally missed it. |
eskimor
left a comment
There was a problem hiding this comment.
Do I read this right, that we are doing elastic scaling with 3 collators here instead of just one connecting to multiple backing groups? I guess that works with the adder collator. Do we also support one collator collating on 3 cores?
Just single collator case, the test has 2 parachains each with one collator:
|
On top of #3879 I've also moved the previous test where we ensure multiple cores per para doesn't break non elastic parachains. --------- Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> Co-authored-by: Javier Viola <363911+pepoviola@users.noreply.github.com>
On top of paritytech#3879 I've also moved the previous test where we ensure multiple cores per para doesn't break non elastic parachains. --------- Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> Co-authored-by: Javier Viola <363911+pepoviola@users.noreply.github.com>
On top of #3879
I've also moved the previous test where we ensure multiple cores per para doesn't break non elastic parachains.