Skip to content

Commit

Permalink
Stabilize partial write -sdeprecated_persistent test
Browse files Browse the repository at this point in the history
It seems this test now shows no data loss more frequently, which I
hope should be fine for the purpose of the test?
  • Loading branch information
nigoroll committed May 31, 2022
1 parent dee4fb2 commit 9226b17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/varnishtest/tests/p00007.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ client c1 {
# Fetch the vampire object and see how that goes...
txreq -url "/1"
rxresp
expect resp.bodylen == 48
expect resp.bodylen >= 48
expect resp.bodylen <= 64
} -run

varnish v1 -expectexit 0x40

0 comments on commit 9226b17

Please sign in to comment.