| commit | dc2acba043c6978b32a9556e0d610251d5535ce6 | [log] [tgz] | 
|---|---|---|
| author | Piotr Kołaczkowski <pkolaczk@datastax.com> | Wed May 11 11:18:34 2022 +0200 | 
| committer | Aleksey Yeschenko <aleksey@apache.org> | Wed Oct 05 15:46:10 2022 +0100 | 
| tree | f43f64e46ab4fc52b8e5aa730ee97d5f87187592 | |
| parent | ad6bca4ab5f99220e72e35f19840a82d01d460a0 [diff] | 
Make LongBufferPoolTest insensitive to timing This commit changes the way how LongBufferPoolTest verifies that all buffers were freed and recycled. Now, the delay between rounds can be arbitrarily short and timing does not affect the validity of checks. patch by Piotr Kołaczkowski; reviewed by Aleksey Yeschenko for CASSANDRA-16681