-
Notifications
You must be signed in to change notification settings - Fork 1.6k
ZombieNet: ensure that asynchronous backing logic is backwards compatible with v1 #6001
Comments
@sandreim Can someone on Engineering take that? |
Sure, is the branch in healthy state right now ? |
No, but I am working on it. |
Just to confirm, is this https://github.com/paritytech/polkadot/tree/rh-async-backing-statement-distribution the branch? |
No actually it is: rh-async-backing-feature The branch referenced by you will be merged into rh-async-backing-feature once ready. |
Correction, there seems to be an issue with prospective parachains. |
Ok, branch should be ready - I believe the failing Zombienet tests are unrelated. |
Not sure why this happens, but I did a checkout of the branch and attempted building - then I saw this issue:
I had a similar issue on a branch related to a different PR, so not sure if its solely my repo. What solved it was a merge of the latest commits on master to the branch. @eskimor do you have this issue when you try |
@bredamatt this is fine. The latest rustc nightly has some regression. We fixed this for now in Substrate |
@bkchr indeed a toolchain thing, thanks for pointing me in that direction. |
Seems to be working just fine with this zombienet configuration:
What is the best way to share the findings for this type of issue? Should we simply share the logs here, or use some other form of visibility, or potentially write a zombienet feature test and add it to the branch? |
I think it makes sense to keep the CI test in the async branch for now, just to make sure we dont break things as we go fwd. |
Yeah, @bredamatt please open a PR against the feature branch and file a follow-up issue to remove the test once synchronous backing is obsolete. |
@eskimor seems there are some conflicts on the |
We should just merge |
done in #6314 |
The test is simple: start a 2-node testnet with 1 parachain, where one node runs
master
and the other runs the asynchronous backing feature branch. Set the group size to 2 in genesis and ensure that the parachain progresses at the expected rate.The text was updated successfully, but these errors were encountered: