tests: use separate filesystem cache for tests that rely on system.filesystem_cache#93036
Conversation
|
Workflow [PR], commit [df6ac46] Summary: ❌
|
| Using disk: s3_disk | ||
| 0 | ||
| Expect cache | ||
| DOWNLOADED 0 0 1 |
There was a problem hiding this comment.
@kssenii Do you have any idea what was this entry of size 1?
tests/queries/0_stateless/02241_filesystem_cache_on_write_operations.reference
Outdated
Show resolved
Hide resolved
83a2d18 to
df6ac46
Compare
|
Are those tests still flaky? This comment confuses me #75876 (comment) |
I don't see any problems right now, but it still looks like worth to use separate caches, less contention for DROP CACHES, and later it can gain the benefit of filtering by |
|
I am reluctant to use separate caches, because I remember clearly that as those tests reuse the same cache, it used to find many bugs in cache, because query to system.filesystem_cache triggered |
Though calling it with randomization in more hot places could solve it as well. |
|
Better to do this explicitly I think, maybe just add |
b56c79c
Changelog category (leave one):
Fixes: #75876