test: parallelize substrate e2e suite - #2661
Merged
Merged
Conversation
EItanya
force-pushed
the
test/parallel-e2e
branch
from
September 2, 2026 10:55
b26fb84 to
64f89b1
Compare
EItanya
marked this pull request as ready for review
September 2, 2026 10:58
EItanya
force-pushed
the
test/parallel-e2e
branch
from
September 2, 2026 11:17
64f89b1 to
7584787
Compare
EItanya
marked this pull request as draft
September 2, 2026 11:18
EItanya
marked this pull request as ready for review
September 2, 2026 11:20
EItanya
force-pushed
the
test/parallel-e2e
branch
from
September 2, 2026 11:23
7584787 to
5e5a667
Compare
EItanya
marked this pull request as draft
September 2, 2026 11:24
EItanya
force-pushed
the
test/parallel-e2e
branch
2 times, most recently
from
September 2, 2026 12:08
8e715f4 to
6ab7bf4
Compare
Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
EItanya
force-pushed
the
test/parallel-e2e
branch
from
September 2, 2026 12:27
6ab7bf4 to
27459aa
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Validation
-parallel 4git diff --check: passedFollow-up
This reduces suite wall-clock time but does not remove the individual ~20 second latency. That is caused by the fixed 20 second ActorTemplate reconciliation poll in Substrate v0.0.22 and needs an upstream fix.