Add tests for updateTenantPools (#2602)

This commit is contained in:
Javier Adriel
2023-01-26 12:30:52 -06:00
committed by GitHub
parent 3a0e4c4f8c
commit 1374cf047e
3 changed files with 202 additions and 7 deletions

View File

@@ -1539,7 +1539,7 @@ jobs:
go tool cover -func=all.out | grep total > tmp2
result=`cat tmp2 | awk 'END {print $3}'`
result=${result%\%}
threshold=66.1
threshold=67.2
echo "Result:"
echo "$result%"
if (( $(echo "$result >= $threshold" |bc -l) )); then