mirror of
https://github.com/ceph/ceph
synced 2025-02-23 11:07:35 +00:00
ceph_test_rados_api_tier: try harder to trigger the flush vs try-flush race
It seems to be reasonable easy to complete a flush before the next client request is processed. Crazy... Same with the flush vs write race. Fixes: #7329 Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
3d656600e9
commit
575566b168
@ -1550,7 +1550,7 @@ TEST(LibRadosTier, FlushWriteRaces) {
|
||||
completion2->release();
|
||||
}
|
||||
|
||||
int tries = 10;
|
||||
int tries = 1000;
|
||||
do {
|
||||
// create/dirty object
|
||||
{
|
||||
@ -1704,7 +1704,7 @@ TEST(LibRadosTier, FlushTryFlushRaces) {
|
||||
}
|
||||
|
||||
// create/dirty object
|
||||
int tries = 10;
|
||||
int tries = 1000;
|
||||
do {
|
||||
{
|
||||
bufferlist bl;
|
||||
|
Loading…
Reference in New Issue
Block a user