(self)
| 130 | force_single_shard=False), |
| 131 | start_args=CACHE_START_ARGS, cluster_size=1) |
| 132 | def test_data_cache_lru(self): |
| 133 | self.__test_data_cache() |
| 134 | |
| 135 | @pytest.mark.execute_serially |
| 136 | @CustomClusterTestSuite.with_args( |
nothing calls this directly
no test coverage detected