Hi, I have a question about the bloom_filter test in SSTableTest.
The test inserted 1e5 keys and tested 5e6 uninserted keys, but it failed on my local machine. Is it related to the computing power of my local CPU?
For example, I changed it to insert 5e4 keys and 2e5 uninserted keys, and it passed.
Thanks!