From 3a1a884186bac512f6208d9c44c8a6e69e7993b6 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Mon, 25 Mar 2024 10:15:13 -0400 Subject: [PATCH] update tests to add repro for #83 --- tests/echo1.expect | 1 + tests/echo1.sh | 3 +++ 2 files changed, 4 insertions(+) diff --git a/tests/echo1.expect b/tests/echo1.expect index 56575a10..e0fa89b2 100644 --- a/tests/echo1.expect +++ b/tests/echo1.expect @@ -50,6 +50,7 @@ test_out.txt hello world +ykjNycnnKs8vyknhAgAAAP// diff --git a/tests/echo1.sh b/tests/echo1.sh index b77cca57..4c4dec92 100755 --- a/tests/echo1.sh +++ b/tests/echo1.sh @@ -14,6 +14,9 @@ curl -N "http://localhost:${PORT}/vfs/" --max-time 5 sleep 0.1 curl -N "http://localhost:${PORT}/vfs/a.txt" --max-time 5 +sleep 0.1 +curl -N "http://localhost:${PORT}/vfs/a.txt" -H 'accept-encoding: deflate' --max-time 5 | base64 + sleep 0.1 curl -N "http://localhost:${PORT}/vfs/sub/yolo.html" --max-time 5