-
Notifications
You must be signed in to change notification settings - Fork 684
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
substrate: chain-spec paths corrected in zombienet tests #1362
substrate: chain-spec paths corrected in zombienet tests #1362
Conversation
Nice catch, I think this cumulus test has the same problem: https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/3536786 |
Nice catch @michalkucharczyk, this should be reported in the next version of zombienet (I will release it asap). @skunert I fixed the cumulus test 👍. Thanks! |
Looks like The dave node has some error messages:
Is that expected? |
I think we should pass Update |
bot merge |
@michalkucharczyk Unknown command "merge". Refer to help docs and/or source code. |
* master: (25 commits) Markdown linter (#1309) Update `fmt` file and some authors (#1379) Bump the known_good_semver group with 1 update (#1375) Bump proc-macro-warning from 0.4.1 to 0.4.2 (#1376) feat: add futures api to `TransactionPool` (#1348) Ensure cumulus/bridges is ignored by formatter and run it (#1369) substrate: chain-spec paths corrected in zombienet tests (#1362) contracts: Update to wasmi 0.31 (#1350) [improve docs]: Template pallet (#1280) [xcm-emulator] Unignore cumulus integration tests (#1247) Fix wrong ref counting (#1358) Use cached session index to obtain executor params (#1190) fix typos (#1339) Use bandersnatch-vrfs with locked dependencies ref (#1342) Bump bs58 from 0.4.0 to 0.5.0 (#1293) Contracts: `seal0::balance` should return the free balance (#1254) Logs: add extra debug log for negative rep changes (#1205) Added short-benchmarks for cumulus (#1183) [xcm-emulator] Improve hygiene and clean up (#1301) Bump the known_good_semver group with 1 update (#1347) ...
* substrate: chain-spec paths corrected in zombienet tests * fix chain-spec path in cumulus test * disable beefy on validator --------- Co-authored-by: Javier Viola <javier@parity.io>
* substrate: chain-spec paths corrected in zombienet tests * fix chain-spec path in cumulus test * disable beefy on validator --------- Co-authored-by: Javier Viola <javier@parity.io>
…1362) * substrate: chain-spec paths corrected in zombienet tests * fix chain-spec path in cumulus test * disable beefy on validator --------- Co-authored-by: Javier Viola <javier@parity.io>
* fix typos * clippy fixes
* fix typos * clippy fixes
* fix typos * clippy fixes
* fix typos * clippy fixes
* fix typos * clippy fixes
* fix typos * clippy fixes
* fix typos * clippy fixes
* fix typos * clippy fixes
* fix typos * clippy fixes
* fix typos * clippy fixes
* fix typos * clippy fixes
* fix typos * clippy fixes
Following test are green:
https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/3535001
https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/3535002
https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/3535003
but they are actually not executed correctly:
This PR should fix this.