mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 20:42:04 +00:00
Fix tests
This commit is contained in:
parent
c8f6d6ada9
commit
16c8ee509d
@ -59,7 +59,7 @@ void EvictionCandidates::evict()
|
||||
ProfileEvents::increment(ProfileEvents::FilesystemCacheEvictedBytes, segment->range().size());
|
||||
|
||||
locked_key->removeFileSegment(segment->offset(), segment->lock());
|
||||
queue_it->invalidate();
|
||||
chassert(queue_it->getEntry()->size == 0);
|
||||
|
||||
to_evict.pop_back();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user