Skip to content

Commit 397793c

Browse files
committed
Increase number of expected reconciles
Signed-off-by: Jonathan West <[email protected]>
1 parent 17a4bda commit 397793c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hack/run-rollouts-manager-e2e-tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,17 +150,17 @@ sanity_test_metrics_data() {
150150

151151
fi
152152

153-
if [[ "`expr $DELTA_ERROR_RECONCILES \> 30`" == "1" ]]; then
153+
if [[ "`expr $DELTA_ERROR_RECONCILES \> 60`" == "1" ]]; then
154154
# This value is arbitrary, and should be updated if at any point it becomes inaccurate (but first audit the test/code to make sure it is not an actual product/test issue, before increasing)
155-
echo "Number of Reconcile calls that returned an error $DELTA_ERROR_RECONCILES was greater than the expected value"
155+
echo "Number of Reconcile calls that returned an error '$DELTA_ERROR_RECONCILES' was greater than the expected value"
156156
exit 1
157157

158158
fi
159159

160160
if [[ "`expr $DELTA_SUCCESS_RECONCILES \> 1200`" == "1" ]]; then
161161
# This value is arbitrary, and should be updated if at any point it becomes inaccurate (but first audit the test/code to make sure it is not an actual product/test issue, before increasing)
162162

163-
echo "Number of Reconcile calls that returned success $DELTA_SUCCESS_RECONCILES was greater than the expected value"
163+
echo "Number of Reconcile calls that returned success '$DELTA_SUCCESS_RECONCILES' was greater than the expected value"
164164
exit 1
165165

166166
fi

0 commit comments

Comments
 (0)