]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/upgrade: conditionally disable update_features tests 41629/head
authorDeepika <dupadhya@redhat.com>
Mon, 24 May 2021 21:20:39 +0000 (21:20 +0000)
committerDeepika Upadhyay <dupadhya@redhat.com>
Tue, 1 Jun 2021 14:11:42 +0000 (19:41 +0530)
commit05c763bd66ae66b5f30b44db2caf92d62c1ba23a
tree61e428e45c7f48988e183a083879f94f22a68337
parentf908420004cc81a30edb2b252b4d92f50c526280
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>
(cherry picked from commit 9c0b239d70cdeb0c5705fa89fa5aac111152671b)
src/test/librbd/test_notify.py