From 17feb1bfaf93d2f82ac6a58bb44055de695a9769 Mon Sep 17 00:00:00 2001 From: daniilchik Date: Thu, 24 Oct 2024 18:21:16 +0300 Subject: [PATCH] HDDS-11601. Intermittent failure in acceptance balancer test. --- hadoop-ozone/dist/src/main/compose/ozone-balancer/test-ec.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-ozone/dist/src/main/compose/ozone-balancer/test-ec.sh b/hadoop-ozone/dist/src/main/compose/ozone-balancer/test-ec.sh index 89fb337ab6a..c83590f0a3f 100644 --- a/hadoop-ozone/dist/src/main/compose/ozone-balancer/test-ec.sh +++ b/hadoop-ozone/dist/src/main/compose/ozone-balancer/test-ec.sh @@ -28,4 +28,4 @@ export OZONE_REPLICATION_FACTOR=3 source "$COMPOSE_DIR/../testlib.sh" start_docker_env -execute_robot_test ${OM} -v REPLICATION:rs-3-2-1024k -v TYPE:EC -v KEYS:5 -v LOWER_LIMIT:0.7 -v UPPER_LIMIT:1.2 -N ozone-balancer-EC balancer/testBalancer.robot +execute_robot_test ${OM} -v REPLICATION:rs-3-2-1024k -v TYPE:EC -v KEYS:5 -v LOWER_LIMIT:1 -v UPPER_LIMIT:2 -N ozone-balancer-EC balancer/testBalancer.robot