You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a test in cumulus 0002-pov_recovery that specifies some relay chain arguments for the collator. It is supposed to start with a --reserved-nodes flag. However apparently the CLI flag that was specified in the test toml is not passed to the actual node.
Includes:
- fix for paritytech/zombienet#1360 (root
cause of #1647)
- Improve default concurrency to spawn nodes.
Also, fix `var` name in CI file.
cc @skunert
Issue Description
We have a test in cumulus
0002-pov_recovery
that specifies some relay chain arguments for the collator. It is supposed to start with a--reserved-nodes
flag. However apparently the CLI flag that was specified in the test toml is not passed to the actual node.From the logs:
Steps to reproduce the issue
Describe the results you received
--reserved-nodes is not passed
Describe the results you expected
--reserved-nodes is passed
Zombienet version
CI version
Provider
Kubernetes
Provider version
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
Screenshots
No response
The text was updated successfully, but these errors were encountered: