Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/ducktests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading