]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/librados: modify LibRadosMiscConnectFailure.ConnectFailure to comply with new... 46563/head
authorLaura Flores <lflores@redhat.com>
Thu, 9 Jun 2022 18:55:48 +0000 (18:55 +0000)
committerNeeraj Pratap Singh <neesingh@redhat.com>
Fri, 10 Jun 2022 17:47:08 +0000 (23:17 +0530)
commitd023c4e85557910ec5f5e5769844fcc045dad581
tree221baf4a7431b1aeccbbc2b7c3c8f027c574b985
parentd4cb49d5c91d972cb803b9f316855ad6093efd17
test/librados: modify LibRadosMiscConnectFailure.ConnectFailure to comply with new seconds unit

The unit type for `client_mount_timeout` was changed from "float" to "secs" in
983b10506dc8466a0e47ff0d320d480dd09999ec. To make this test comply with the new
seconds unit change, we need to change the value to an integer, as seconds
does not accept float values.

Fixes: https://tracker.ceph.com/issues/55971
Signed-off-by: Laura Flores <lflores@redhat.com>
(cherry picked from commit f357459e6b159229ad40491709f756b06a6e87f1)
src/test/librados/misc.cc