]> git.ipfire.org Git - thirdparty/ccache.git/commit
Remove read-only tests of HTTP and Redis storage backends
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 11 Jul 2021 19:57:40 +0000 (21:57 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 12 Jul 2021 20:42:43 +0000 (22:42 +0200)
commitd5c948955c753c313a52631735e2a5c407199670
treef619694d36f6064a204aeb084add56130446bcb9
parent82e3ff02731d2e981160405debcdecc6e352be63
Remove read-only tests of HTTP and Redis storage backends

The “read-only” tests in secondary_http and secondary_redis were
inspired by the “read-only” test in secondary_file. However, that test
actually verifies the secondary storage *framework*, not the storage
backend itself, so it’s enough to just do it in secondary_file.
test/suites/secondary_http.bash
test/suites/secondary_redis.bash