You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test workload significantly larger than available RAM The test case is invalid since Tempesta DB is an in-memory dtatabase
send responses with Cache-Control: max-age=1 and check that 1 second later the response is fetched from the cache only if a request and our settings allow stale responses (check RFC 7234 chapter 5 and our Wiki)
Operation
Check that https://mysite/pic.jpg?myparam=test and https://mysite/pic.jpg?myparam2=test2 are cached separately
Permanent redirects (e.g. 301 and 308) are cached, while temporal aren't
We need more functional tests for correct handling of various cache Tempesta config options:
cache_purge_aclinclude some dummy entries, ensure they don't influence real oneslocationsectionslocationsections that contradict rules inside them; ensure they have no effectnonidempotentextend multiple-methods test with multiple URLstest workload significantly larger than available RAMThe test case is invalid since Tempesta DB is an in-memory dtatabaseCache-Control: max-age=1and check that 1 second later the response is fetched from the cache only if a request and our settings allow stale responses (check RFC 7234 chapter 5 and our Wiki)https://mysite/pic.jpg?myparam=testandhttps://mysite/pic.jpg?myparam2=test2are cached separately