paritytech / zombienet-sdk

ZombieNet SDK
https://paritytech.github.io/zombienet-sdk/zombienet_sdk/
GNU General Public License v3.0
32 stars 8 forks source link

[bug] add_node doesn't work with `supports_arg` check #194

Closed pepoviola closed 6 months ago

pepoviola commented 6 months ago

Adding a new node should lookup for the args help output in the running nodes or spawn a new temp to get the output. At the moment the verification breaks the add_node functionality.

🚀🚀🚀🚀 network deployed
thread 'main' panicked at crates/orchestrator/src/network_spec/node.rs:273:14:
available args should be present at this point - this is a bug please report it: https://github.com/paritytech/zombienet-sdk/issues

We should also think in a way to bypass this check.

cc: @l0r1s