Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion dev-support/ci/selective_ci_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ function get_count_integration_files() {
"^hadoop-ozone/dev-support/checks/junit.sh"
"^hadoop-ozone/integration-test"
"^hadoop-ozone/mini-cluster"
"^hadoop-ozone/fault-injection-test/mini-chaos-tests"
"src/test/java"
"src/test/resources"
)
Expand Down
4 changes: 0 additions & 4 deletions hadoop-hdds/docs/content/tools/TestTools.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ python -m pytest -s .

See the README in the blockade directory for more details.

## MiniChaosOzoneCluster

This is a way to get [chaos](https://en.wikipedia.org/wiki/Chaos_engineering) in your machine. It can be started from the source code and a MiniOzoneCluster (which starts real daemons) will be started and killed randomly.

## Freon

Freon is a command line application which is included in the Ozone distribution. It's a load generator which is used in our stress tests.
Expand Down
5 changes: 0 additions & 5 deletions hadoop-hdds/docs/content/tools/TestTools.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ python -m pytest -s .

更多细节查看 blockade 目录下的 README。

## MiniChaosOzoneCluster

这是一种在你的机器上获得[混沌](https://en.wikipedia.org/wiki/Chaos_engineering)的方法。它可以直接从源码启动一个 MiniOzoneCluster
(会启动真实的守护进程),并随机杀死它。

## Freon

Freon 是 Ozone 发行包中包含的命令行应用,它是一个负载生成器,用于压力测试。
Expand Down
2 changes: 1 addition & 1 deletion hadoop-ozone/dev-support/checks/unit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
CHECK=unit
source "${DIR}/junit.sh" \
-pl \!:ozone-integration-test,\!:ozone-integration-test-recon,\!:ozone-integration-test-s3,\!:mini-chaos-tests \
-pl \!:ozone-integration-test,\!:ozone-integration-test-recon,\!:ozone-integration-test-s3 \
"$@"

This file was deleted.

156 changes: 0 additions & 156 deletions hadoop-ozone/fault-injection-test/mini-chaos-tests/pom.xml

This file was deleted.

This file was deleted.

Loading