Make tests more stable in CI

This commit is contained in:
Vitaliy Filippov
2023-05-11 01:53:41 +03:00
parent 8cac795445
commit e431ecb715
6 changed files with 18 additions and 14 deletions
+5 -1
View File
@@ -2,7 +2,11 @@
# Kill OSDs while writing
PG_SIZE=3
PG_SIZE=${PG_SIZE:-3}
if [[ "$SCHEME" = "ec" ]]; then
PG_DATA_SIZE=${PG_DATA_SIZE:-2}
PG_MINSIZE=${PG_MINSIZE:-3}
fi
OSD_COUNT=7
PG_COUNT=32
. `dirname $0`/run_3osds.sh