Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion hadoop-hdds/docs/content/tools/TestTools.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Blockade tests are implemented with the help of tests and can be started from th

```
cd blockade
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's in tests/blockade.

# fault injection tests
run cp -r "${ROOT}/hadoop-ozone/fault-injection-test/network-tests/src/test/blockade" tests

Suggested change
cd blockade
cd tests/blockade

Also appears in the sentence above:

Blockade tests are implemented with the help of tests and can be started from the `./blockade` directory of the distribution.

Also please consider improving that sentence, I don't think "Blockade tests are implemented with the help of tests" is meaningful.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comments addressed.

pip install pytest==2.8.7,blockade
pip install pytest==2.8.7 blockade
python -m pytest -s .
```

Expand Down
2 changes: 1 addition & 1 deletion hadoop-hdds/docs/content/tools/TestTools.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Blockade 测试在其它测试的基础上实现,可以在分发包中的 `./b

```
cd blockade
pip install pytest==2.8.7,blockade
pip install pytest==2.8.7 blockade
python -m pytest -s .
```

Expand Down
Loading