Add a test for changing PG count

This commit is contained in:
Vitaliy Filippov
2021-02-25 23:59:33 +03:00
parent c974cb539c
commit 69c87009e9
2 changed files with 82 additions and 2 deletions
+2 -2
View File
@@ -7,13 +7,13 @@ fi
format_error()
{
echo $(echo -n -e "\033[1;31m")$1$(echo -n -e "\033[m")
echo $(echo -n -e "\033[1;31m")"$1"$(echo -n -e "\033[m")
$ETCDCTL get --prefix /vitastor > ./testdata/etcd-dump.txt
exit 1
}
format_green()
{
echo $(echo -n -e "\033[1;32m")$1$(echo -n -e "\033[m")
echo $(echo -n -e "\033[1;32m")"$1"$(echo -n -e "\033[m")
}
cd `dirname $0`/..