mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
Zombienet: paritydb test (#5310)
* Add test Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * gitlab integration Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * tune test Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * Try waiting for nodes to be up before checks Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * Use js check for paritydb folder Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * artifacts true Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * change error message Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * debug Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * try again Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * use log line contains for test * bump zombienet verision for test * Is approval checking lag 0 on rocksdb ? Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * Is approval checking lag 1 with paritydb ? Signed-off-by: Andrei Sandu <andrei-mihail@parity.io> * update zombienet test for parityDb * Update zombienet_tests/misc/0001-check_paritydb.sh Co-authored-by: Chevdor <chevdor@users.noreply.github.com> Co-authored-by: Javier Viola <javier@parity.io> Co-authored-by: Chevdor <chevdor@users.noreply.github.com>
This commit is contained in:
@@ -755,6 +755,34 @@ zombienet-test-parachains-upgrade-smoke-test:
|
||||
tags:
|
||||
- zombienet-polkadot-integration-test
|
||||
|
||||
zombienet-tests-misc-paritydb:
|
||||
stage: stage3
|
||||
<<: *kubernetes-env
|
||||
<<: *zombienet-refs
|
||||
image: "docker.io/paritytech/zombienet:v1.2.49"
|
||||
needs:
|
||||
- job: publish-polkadot-debug-image
|
||||
- job: publish-test-collators-image
|
||||
artifacts: true
|
||||
variables:
|
||||
GH_DIR: "https://github.com/paritytech/polkadot/tree/${CI_COMMIT_SHORT_SHA}/zombienet_tests/misc"
|
||||
before_script:
|
||||
- echo "Zombie-net Tests Config"
|
||||
- echo "${ZOMBIENET_IMAGE_NAME}"
|
||||
- echo "${PARACHAINS_IMAGE_NAME} ${PARACHAINS_IMAGE_TAG}"
|
||||
- echo "${GH_DIR}"
|
||||
- export DEBUG=zombie,zombie::network-node
|
||||
- export ZOMBIENET_INTEGRATION_TEST_IMAGE=${PARACHAINS_IMAGE_NAME}:${PARACHAINS_IMAGE_TAG}
|
||||
- export COL_IMAGE=${COLLATOR_IMAGE_NAME}:${COLLATOR_IMAGE_TAG}
|
||||
script:
|
||||
- /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
|
||||
--github-remote-dir="${GH_DIR}"
|
||||
--test="0001-paritydb.feature"
|
||||
allow_failure: false
|
||||
retry: 2
|
||||
tags:
|
||||
- zombienet-polkadot-integration-test
|
||||
|
||||
zombienet-tests-malus-dispute-valid:
|
||||
stage: stage3
|
||||
image: "${ZOMBIENET_IMAGE}"
|
||||
|
||||
Reference in New Issue
Block a user