Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions test/fixtures/cache-tests/results/apache.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"cdn-date-update-exceed": true,
"cdn-expires-update-exceed": [
"Assertion",
"Response 2 header Expires is \"null\", not \"Wed, 29 Jan 2025 03:37:47 GMT\""
"Response 2 header Expires is \"null\", not \"Sat, 24 May 2025 02:02:37 GMT\""
],
"cdn-fresh-cc-nostore": [
"Assertion",
Expand Down Expand Up @@ -423,6 +423,10 @@
"heuristic-delta-60": true,
"heuristic-delta-600": true,
"heuristic-delta-86400": true,
"interim-102": true,
"interim-103": true,
"interim-no-header-reuse": true,
"interim-not-cached": true,
"invalidate-DELETE": true,
"invalidate-DELETE-cl": [
"Assertion",
Expand Down Expand Up @@ -493,11 +497,11 @@
"other-cookie": true,
"other-date-update": [
"Assertion",
"Response 2 header Date is \"Wed, 29 Jan 2025 03:37:41 GMT\", not \"Wed, 29 Jan 2025 03:37:38 GMT\""
"Response 2 header Date is \"Sat, 24 May 2025 02:02:31 GMT\", not \"Sat, 24 May 2025 02:02:28 GMT\""
],
"other-date-update-expires": [
"Assertion",
"Response 2 header Date is \"Wed, 29 Jan 2025 03:37:41 GMT\", not \"Wed, 29 Jan 2025 03:37:38 GMT\""
"Response 2 header Date is \"Sat, 24 May 2025 02:02:31 GMT\", not \"Sat, 24 May 2025 02:02:28 GMT\""
],
"other-date-update-expires-update": true,
"other-fresh-content-disposition-attachment": true,
Expand Down Expand Up @@ -557,19 +561,19 @@
"TypeError",
"fetch failed"
],
"stale-close-proxy-revalidate": [
"stale-close-proxy-revalidate": true,
"stale-close-s-maxage=2": [
"TypeError",
"fetch failed"
],
"stale-close-s-maxage=2": [
"stale-sie-503": [
"TypeError",
"fetch failed"
],
"stale-sie-503": [
"stale-sie-close": [
"TypeError",
"fetch failed"
],
"stale-sie-close": true,
"stale-warning-become": [
"TypeError",
"fetch failed"
Expand Down
38 changes: 21 additions & 17 deletions test/fixtures/cache-tests/results/caddy.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"cdn-date-update-exceed": true,
"cdn-expires-update-exceed": [
"Assertion",
"Response 2 header Expires is \"null\", not \"Tue, 21 Jan 2025 00:23:23 GMT\""
"Response 2 header Expires is \"null\", not \"Sat, 24 May 2025 02:05:19 GMT\""
],
"cdn-fresh-cc-nostore": true,
"cdn-max-age": true,
Expand Down Expand Up @@ -537,6 +537,22 @@
"Assertion",
"Response 2 does not come from cache"
],
"interim-102": [
"Assertion",
"Interim response 1 not received"
],
"interim-103": [
"Assertion",
"Interim response 1 not received"
],
"interim-no-header-reuse": [
"Assertion",
"Interim response 1 not received"
],
"interim-not-cached": [
"Assertion",
"Interim response 1 not received"
],
"invalidate-DELETE": true,
"invalidate-DELETE-cl": [
"Assertion",
Expand Down Expand Up @@ -666,22 +682,10 @@
"Assertion",
"Response 2 does not come from cache"
],
"stale-close-must-revalidate": [
"Assertion",
"Response 2 comes from cache"
],
"stale-close-no-cache": [
"Assertion",
"Response 2 comes from cache"
],
"stale-close-proxy-revalidate": [
"Assertion",
"Response 2 comes from cache"
],
"stale-close-s-maxage=2": [
"Assertion",
"Response 2 comes from cache"
],
"stale-close-must-revalidate": true,
"stale-close-no-cache": true,
"stale-close-proxy-revalidate": true,
"stale-close-s-maxage=2": true,
"stale-sie-503": [
"Assertion",
"Response 2 does not come from cache"
Expand Down
Loading
Loading