]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tests: ceph_test_rados_api_watch_notify: Allow for reconnect 39601/head
authorBrad Hubbard <bhubbard@redhat.com>
Mon, 22 Feb 2021 03:28:12 +0000 (13:28 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Mon, 22 Feb 2021 03:28:12 +0000 (13:28 +1000)
commit0a03a81f633f11bd3247b2f8f10f719c7b3d38e3
tree4bbd8c3140059931ba88ceccf5c1f290f2eb30e3
parent2a9d726fbb6d0bb18020b79ac376839e5dd79067
tests: ceph_test_rados_api_watch_notify: Allow for reconnect

An injected socket failure may cause rados_watch_check() to return
ENOENT instead of the expected ENOTCONN.

Fixes: https://tracker.ceph.com/issues/47719
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
src/test/librados/watch_notify.cc