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:
Sage Weil 2014-02-08 20:20:21 -08:00
parent 3d656600e9
commit 575566b168

View File

@ -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;