Skip to content

Commit f130f15

Browse files
committed
ceph_test_rados_api_service: more retries for servicemkap
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>
1 parent 93bca2d commit f130f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/librados/service.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ TEST(LibRadosService, StatusFormat) {
120120
});
121121
}
122122

123-
int retry = 5;
123+
int retry = 15;
124124
while (retry) {
125125
rados_t cluster;
126126

0 commit comments

Comments
 (0)