Skip to content

Commit

Permalink
ceph_test_rados_api_service: more retries for servicemkap
Browse files Browse the repository at this point in the history
Otherwise, this fails intermittently with

/build/ceph-16.2.1-257-g717ce59b/src/test/librados/service.cc:166: Failure
Expected: (0) != (retry), actual: 0 vs 0

Fixes: https://tracker.ceph.com/issues/50595
Signed-off-by: Sage Weil <sage@newdream.net>
  • Loading branch information
liewegas committed May 4, 2021
1 parent 93bca2d commit f130f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/librados/service.cc
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ TEST(LibRadosService, StatusFormat) {
});
}

int retry = 5;
int retry = 15;
while (retry) {
rados_t cluster;

Expand Down

0 comments on commit f130f15

Please sign in to comment.