]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/upgrade: conditionally disable update_features tests 41514/head
authorDeepika <dupadhya@redhat.com>
Mon, 24 May 2021 21:20:39 +0000 (21:20 +0000)
committerDeepika Upadhyay <dupadhya@redhat.com>
Mon, 31 May 2021 11:16:31 +0000 (16:46 +0530)
commit9c0b239d70cdeb0c5705fa89fa5aac111152671b
tree95b7ecdc80360834af0920bdd2a0e3403d83e070
parent26b01013e969a21e1fdf7db9c47d2b5af936e3b6
qa/upgrade: conditionally disable update_features tests

with the recent support for async rbd operations from pacific+ when an
    older client(non async support) goes on upgrade, and simultaneously
    interacts with a newer client which expects the requests to be async,
    experiences hang; considering the return code for request completion to
    be acknowledgement for async request, which then keeps waiting for
    another acknowledgement of request completion.

    this if happens should be a rare only when lockowner is an old client
    and should be deferred if compatibility issues arises.

see also: 541230475d3b25ab18c4eb9bc5011060462594a6(octopus)

Signed-off-by: Deepika <dupadhya@redhat.com>
src/test/librbd/test_notify.py