Add test for tenantUpdateEncryption (#2611)

This commit is contained in:
Javier Adriel
2023-01-30 18:34:33 -06:00
committed by GitHub
parent 34d62837fd
commit 8df91922ad
3 changed files with 188 additions and 33 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=67.7
threshold=68.5
echo "Result:"
echo "$result%"
if (( $(echo "$result >= $threshold" |bc -l) )); then