Skip to content

Commit 04bc0fd

Browse files
committed
be tolerant of quota reconciler resetting to old values
1 parent 4250e53 commit 04bc0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cmd/quota.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ os::cmd::expect_success 'oc create clusterquota for-deads-by-annotation --projec
1717
os::cmd::expect_success 'oc new-project bar --as=deads'
1818
os::cmd::try_until_text 'oc get appliedclusterresourcequota -n bar --as deads -o name' "for-deads-by-annotation"
1919
os::cmd::try_until_text 'oc get appliedclusterresourcequota -n foo --as deads -o name' "for-deads-by-annotation"
20-
os::cmd::try_until_text 'oc describe appliedclusterresourcequota/for-deads-by-annotation -n bar --as deads' "secrets.*18"
20+
os::cmd::try_until_text 'oc describe appliedclusterresourcequota/for-deads-by-annotation -n bar --as deads' "secrets.*1[0-9]"
2121

2222
os::cmd::expect_success 'oc delete project foo'
2323
os::cmd::expect_success 'oc delete project bar'

0 commit comments

Comments
 (0)