Skip to content

Commit 3a01b41

Browse files
metcoder95github-actions[bot]
authored andcommitted
chore: update cache tests
1 parent 6211fac commit 3a01b41

17 files changed

+1291
-9
lines changed

test/fixtures/cache-tests/results/apache.json

+4
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,10 @@
423423
"heuristic-delta-60": true,
424424
"heuristic-delta-600": true,
425425
"heuristic-delta-86400": true,
426+
"interim-102": true,
427+
"interim-103": true,
428+
"interim-no-header-reuse": true,
429+
"interim-not-cached": true,
426430
"invalidate-DELETE": true,
427431
"invalidate-DELETE-cl": [
428432
"Assertion",

test/fixtures/cache-tests/results/caddy.json

+16
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,22 @@
537537
"Assertion",
538538
"Response 2 does not come from cache"
539539
],
540+
"interim-102": [
541+
"Assertion",
542+
"Interim response 1 not received"
543+
],
544+
"interim-103": [
545+
"Assertion",
546+
"Interim response 1 not received"
547+
],
548+
"interim-no-header-reuse": [
549+
"Assertion",
550+
"Interim response 1 not received"
551+
],
552+
"interim-not-cached": [
553+
"Assertion",
554+
"Interim response 1 not received"
555+
],
540556
"invalidate-DELETE": true,
541557
"invalidate-DELETE-cl": [
542558
"Assertion",

0 commit comments

Comments
 (0)