HBASE-25114 [Flake Test][branch-1] TestFromClientSide#testCacheOnWriteEvictOnClose (#2470)
Signed-off-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
parent
c7891d802a
commit
e719a5b589
|
@ -5386,7 +5386,7 @@ public class TestFromClientSide {
|
|||
waitForStoreFileCount(store, 1, 10000); // wait 10 seconds max
|
||||
assertEquals(1, store.getStorefilesCount());
|
||||
// evicted two data blocks and two index blocks and compaction does not cache new blocks
|
||||
expectedBlockCount = 0;
|
||||
expectedBlockCount -= 4;
|
||||
assertEquals(expectedBlockCount, cache.getBlockCount());
|
||||
expectedBlockHits += 2;
|
||||
assertEquals(expectedBlockMiss, cache.getStats().getMissCount());
|
||||
|
|
Loading…
Reference in New Issue