]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/cephfs: remove sys.exc_clear() calls
authorKefu Chai <kchai@redhat.com>
Fri, 8 May 2020 03:10:56 +0000 (11:10 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 14 Jun 2020 08:34:51 +0000 (16:34 +0800)
commitdee9f02b906a91b0ee52341354acf88010404890
tree1d9f302b34dd2ad88f4e42e9e637aef50da8f072
parent778859de52a45397ef2dda190b6c9eb2413706fa
qa/tasks/cephfs: remove sys.exc_clear() calls

sys.exc_clear() was removed in Python3, see
https://docs.python.org/3/whatsnew/3.0.html#index-22. so we should not
call it.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 702de9590cdfe6c95ef8e87cb74cd05944e380c9)
qa/tasks/cephfs/test_snapshots.py