21020: Remove the make_block_cache test utility function
authorBrett Smith <brett.smith@curii.com>
Fri, 24 May 2024 20:39:29 +0000 (16:39 -0400)
committerBrett Smith <brett.smith@curii.com>
Fri, 24 May 2024 21:02:46 +0000 (17:02 -0400)
commitf015f4ce8ac8d3f7334952e3b76713e9400c8536
tree5d5e7f34cc31a3c61e7a8837f087cb15d4183095
parent8aaf1905d3bf6b779f637023f66c8d7547524031
21020: Remove the make_block_cache test utility function

Clearing the user's cache is pretty rude for the tests to do, even if
it's "safe."

This causes the CollectionWriter tests around replication to
fail. They're not worth fixing since there's already a branch for #15397
to remove them wholesale.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
sdk/python/tests/arvados_testutil.py
sdk/python/tests/test_collections.py
services/fuse/tests/mount_test_base.py