From 59107265d268d4bc8042dbc3846f8ddfdb7b7649 Mon Sep 17 00:00:00 2001 From: zstan Date: Mon, 19 Jan 2026 10:32:23 +0300 Subject: [PATCH] IGNITE-27596 Change ducktests documentation link --- modules/ducktests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ducktests/README.md b/modules/ducktests/README.md index 2bea2c532affef..e539db2a3dcf22 100644 --- a/modules/ducktests/README.md +++ b/modules/ducktests/README.md @@ -58,7 +58,7 @@ For development process requirements are `python` >= 3.7. ``` # Real environment run -[Ducktape](https://ducktape-docs.readthedocs.io/en/latest/index.html) allow runs on +[Ducktape](https://ducktape.readthedocs.io/en/latest/index.html) allow runs on Custom cluster, Vagrant, K8s, Mesos, Docker, cloud providers, etc. ## Requirements @@ -69,7 +69,7 @@ Custom cluster, Vagrant, K8s, Mesos, Docker, cloud providers, etc. - Change a current directory to`${IGNITE_HOME}` - Build Apache IGNITE invoking `${IGNITE_HOME}/scripts/build-module.sh ducktests` - (Optionally) Build the needed extension modules in the `${IGNITE_HOME}\..\ignite-extensions` directory -- Run tests using [Ducktape](https://ducktape-docs.readthedocs.io/en/latest/run_tests.html). \ +- Run tests using [Ducktape](https://ducktape.readthedocs.io/en/latest/run_tests.html). \ For example: ``` ducktape --results-root=./results --cluster-file=./cluster.json --repeat 1 --max-parallel 16 ./modules/ducktests/tests/ignitetest