Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: ceph_test_rados_api_watch_notify: test timeout using rados_wat… #14061

Merged
merged 1 commit into from Mar 22, 2017

Commits on Mar 21, 2017

  1. tests: ceph_test_rados_api_watch_notify: test timeout using rados_wat…

    …ch3()
    
    objecter resends the watch request upon tcp reconnecting, and OSD
    resets the watch timeout when handling the resent watch request, so,
    with a small "ms tcp read timeout", the timeout test always fails. in
    this change, we use rados_watch3() which supports the "timeout" option,
    so we can pass a timeout smaller than "ms tcp read timeout", and hence
    the test can pass.
    
    Fixes: http://tracker.ceph.com/issues/19312
    Signed-off-by: Kefu Chai <kchai@redhat.com>
    tchaikov committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    4cdc8f9 View commit details
    Browse the repository at this point in the history