Skip to content
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

Add more integrations tests to People chains #499

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

rockbmb
Copy link

@rockbmb rockbmb commented Nov 4, 2024

https://github.com/open-web3-stack/polkadot-ecosystem-tests relies on chopsticks to create E2E tests using periodically (roughly daily) obtained runtimes from production relay chains/system parachains.

In particular, open-web3-stack/polkadot-ecosystem-tests#63 does this for the People chains.
In writing those tests, I was unable to use XCM to test pallet_identity::{kill_identity/add_username_authority/remove_username_authority}.
I wrote this PR to replicate those tests at this layer, whose passing status falsify the hypothesis that there may have been an issue with the runtimes, and confirm that it was a problem with the way I wrote those tests.

  • Does not require a CHANGELOG entry

@rockbmb rockbmb changed the title Add Add more integrations tests to People chains Nov 4, 2024
Copy link
Contributor

@acatangiu acatangiu left a comment

Choose a reason for hiding this comment

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

Tests look good! 👍

Please add the same to https://github.com/paritytech/polkadot-sdk/tree/master/cumulus/parachains/integration-tests/emulated/tests/people to keep the covered functionality in sync.

@rockbmb
Copy link
Author

rockbmb commented Nov 5, 2024

@acatangiu certainly.

Thanks for the review!

@bkchr
Copy link
Contributor

bkchr commented Nov 5, 2024

In writing those tests, I was unable to use XCM to test pallet_identity::{kill_identity/add_username_authority/remove_username_authority}.

Why?

@rockbmb rockbmb force-pushed the pallet-identity-root-extrinsics branch from fec09e0 to a780f51 Compare November 7, 2024 14:28
Copy link

github-actions bot commented Nov 7, 2024

Review required! Latest push from author must always be reviewed

1 similar comment
Copy link

github-actions bot commented Nov 7, 2024

Review required! Latest push from author must always be reviewed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants