build-cran-binaries/scripts
Repository files (latest commit first)
Filename Latest commit message Latest commit date
pat-s 2171f8ea3b
test(verify): follow redirects and bypass the edge cache
Two ways the harness lied about what it was measuring.

The router answers an index request with a redirect, and fetch() did not
pass -L, so a --live byte comparison compared against a 302 body rather
than the index a client ends up with.

A purge is asynchronous, so a run started right after a reindex read
whatever the edge still held. That produced a phantom '161 regressions'
on amd64/alpine323 whose PACKAGES.rds was already correct - the .gz was
simply a stale copy, and re-measuring after the purge settled showed
zero. A verification tool that races the thing it verifies is worse than
no tool.
2026-08-31 10:26:09 +00:00
..
purge_cdn_cache.sh fix(ci): actually purge BunnyCDN cache in purge_cdn_cache.sh (#78) 2026-06-08 08:31:03 +00:00
purge_cdn_zone.sh fix(cdn): resolve a pull zone when the API answers with a bare array (#178) 2026-08-31 09:55:37 +00:00
verify-r-minor-routing.sh test(verify): follow redirects and bypass the edge cache 2026-08-31 10:26:09 +00:00