Skip to content

Commit 1acbbeb

Browse files
authored
Raise integration test eviction threshold (#389)
1 parent fe55cc9 commit 1acbbeb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

integration-test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ docker image tag alpine@sha256:f27cad9117495d32d067133afff942cb2dc745dfe9163e949
2121
# needed because the synchronization logic below relies on Docuum logging each incoming event.
2222
echo 'Starting Docuum…'
2323
LOG_FILE="$(mktemp)"
24-
LOG_LEVEL=trace /docuum-x86_64-unknown-linux-musl --threshold '20 MB' --keep 'alpine:keep' \
24+
LOG_LEVEL=trace /docuum-x86_64-unknown-linux-musl --threshold '30 MB' --keep 'alpine:keep' \
2525
> "$LOG_FILE" 2>&1 &
2626
DOCUUM_PID="$!"
2727

@@ -84,8 +84,8 @@ docker container rm docuum-test-2
8484

8585
wait_for_docuum
8686

87-
# This image also uses ~5.5 MB. For some reason, this pushes us over the 20 MB
88-
# threshold, even though we've only downloaded ~5.5 MB * 3 = ~16.5 MB.
87+
# This image also uses ~5.5 MB. Docker's reported image usage is higher than the compressed pull
88+
# size, so adding this image pushes us over the 30 MB threshold.
8989
echo 'Using another image…'
9090
docker container run --name docuum-test-3 \
9191
alpine@sha256:4d889c14e7d5a73929ab00be2ef8ff22437e7cbc545931e52554a7b00e123d8b true

0 commit comments

Comments
 (0)