Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Try to fix disputes test #4988

Merged
merged 2 commits into from
Feb 25, 2022
Merged

Try to fix disputes test #4988

merged 2 commits into from
Feb 25, 2022

Conversation

bkchr
Copy link
Member

@bkchr bkchr commented Feb 25, 2022

Closes: #4987

@bkchr bkchr added A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders. labels Feb 25, 2022
@github-actions github-actions bot added the A0-please_review Pull request needs code review. label Feb 25, 2022
@ordian ordian linked an issue Feb 25, 2022 that may be closed by this pull request
@drahnr drahnr self-assigned this Feb 25, 2022
@@ -13,7 +13,7 @@ name = "malus"
path = "src/malus.rs"

[dependencies]
polkadot-cli = { path = "../../cli", default-features = false, features = ["cli", "malus", "polkadot-native"] }
polkadot-cli = { path = "../../cli", features = [ "malus", "rococo-native", "kusama-native", "westend-native", "polkadot-native" ] }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK, we're only using rococo-local and wococo-local in zombienet tests
cc @pepoviola please correct me if I'm wrong

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK, we're only using rococo-local and wococo-local in zombienet tests cc @pepoviola please correct me if I'm wrong

Yes, at the moment we are using only those two.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
polkadot-cli = { path = "../../cli", features = [ "malus", "rococo-native", "kusama-native", "westend-native", "polkadot-native" ] }
polkadot-cli = { path = "../../cli", features = [ "malus", "rococo-native", "polkadot-native" ] }

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As errors are not propagated in zombienet, I would not do this. Before switching to edition 2021 we also compiled with the exact same set of features.

@bkchr bkchr merged commit 8e48fba into master Feb 25, 2022
@bkchr bkchr deleted the bkchr-try-fix-disputes-test branch February 25, 2022 15:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A0-please_review Pull request needs code review. A2-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). B0-silent Changes should not be mentioned in any release notes C1-low PR touches the given topic and has a low impact on builders.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

zombienet test dispute-valid is failing on master
4 participants