-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Zombienet: paritydb test #5310
Zombienet: paritydb test #5310
Conversation
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
Alternative solution would be to check the pod node disk storage after launching the zombienode. We can easily see what DB is being used by parachains.
|
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
…/zombienet_parity_db_test
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
|
||
const { exec } = require("child_process"); | ||
|
||
exec(`ls -lahR /data`, (error, stdout, stderr) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @sandreim, this will not works since the custom-js
script will be ran in the pod that run zombienet and not in the nodes
. I can add the feature to run commands
in the pods
through kubectl/podman
as a new feature to validate this.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pointing that out. I made this assumption after so much local testing where this made sense. I think it would be helpful to have the ability to run commands inside the pod. Makes testing rely on more than just metrics and logs. We could also run a CPU profiler for example using this same interface.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
Hi @sandreim, I changed the
This will be uploaded to the container and the execute by zombienet. Thanks! |
Co-authored-by: Chevdor <chevdor@users.noreply.github.com>
bot merge |
* master: westend xcm: collectives parachain is trusted teleporter (#5798) Cleanup light client leftovers (#5794) Fix benchmarking tests (#5791) allow re-use and avoid compiling kusama parachain code (#5792) Introduce async runtime calling trait for runtime-api subsystem (#5782) add `Extrinsic Ordering` check that runs against a local reference node (#5790) Co #11456: Expose `benchmark extrinsic` command (#5620) `staking-miner`: Add handling of `SIGTERM`, `SIGKILL`, `SIGQUIT` and `SIGINT` (#5780) Zombienet: paritydb test (#5310) Fix Typo (#5766) Fix Core Version display in the release notes (#5781) companion for new pools reward scheme (#5757) fix disable-runtime-api feature flag (#5773) split NetworkBridge into two subsystems (#5616) Implement prune only stagnant check mode (#5761)
Resolves #4952