Skip to content

Commit

Permalink
Merge pull request #29751 from pdvian/wip-41088-mimic
Browse files Browse the repository at this point in the history
mimic: qa: sleep briefly after resetting kclient

Reviewed-by: Venky Shankar <vshankar@redhat.com>
  • Loading branch information
yuriw committed Oct 9, 2019
2 parents 6188741 + 6de2551 commit b3d6003
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qa/tasks/cephfs/test_client_recovery.py
Expand Up @@ -227,6 +227,9 @@ def test_stale_caps(self):
# Simulate client death
self.mount_a.kill()

# wait for it to die so it doesn't voluntarily release buffer cap
time.sleep(5)

try:
# Now, after session_timeout seconds, the waiter should
# complete their operation when the MDS marks the holder's
Expand Down

0 comments on commit b3d6003

Please sign in to comment.