From: Patrick Donnelly Date: Wed, 15 Jan 2020 23:56:24 +0000 (-0800) Subject: qa: use correct variable for exception debug X-Git-Tag: v14.2.8~40^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3cf787013409b88cfa99b4190726b54b62dd2827;p=ceph.git qa: use correct variable for exception debug Signed-off-by: Patrick Donnelly (cherry picked from commit 096a5cad38d073ece58f1be5efbc58e01351b3ae) --- diff --git a/qa/tasks/cephfs/test_strays.py b/qa/tasks/cephfs/test_strays.py index 1393dc2e740..fd0b887927b 100644 --- a/qa/tasks/cephfs/test_strays.py +++ b/qa/tasks/cephfs/test_strays.py @@ -248,7 +248,7 @@ class TestStrays(CephFSTestCase): elif throttle_type == self.FILES_THROTTLE: if files_high_water < mds_max_purge_files / 2: raise RuntimeError("Files in flight high water is unexpectedly low ({0} / {1})".format( - ops_high_water, mds_max_purge_files + files_high_water, mds_max_purge_files )) # Sanity check all MDC stray stats