(self)
| 138 | force_single_shard=False), |
| 139 | start_args=CACHE_START_ARGS, cluster_size=1) |
| 140 | def test_data_cache_lirs(self): |
| 141 | self.__test_data_cache() |
| 142 | |
| 143 | def __test_data_cache_disablement(self, vector): |
| 144 | # Verifies that the cache metrics are all zero. |
nothing calls this directly
no test coverage detected