Skip to content

Commit a3c11e3

Browse files
committed
fix(demo): accept duplicate rehydration stores
1 parent d49f183 commit a3c11e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/demo-compose.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ wait_stored() {
3131
name="$1"
3232
url="$2"
3333
i=0
34-
until curl -fsS "$url/metrics" | grep '"replication_blobs_stored": 1' >/dev/null; do
34+
until curl -fsS "$url/metrics" | grep '"replication_blobs_stored": [1-9]' >/dev/null; do
3535
i=$((i + 1))
3636
if [ "$i" -gt 80 ]; then
3737
echo "$name did not store replicated blob" >&2

0 commit comments

Comments
 (0)