ceph/qa/tasks/cephfs
Kefu Chai 162be92106 qa/tasks/cephfs: cast mds_recall_warning_decay_rate to float
this change should address the failure of
```
2020-04-05T15:14:23.088 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2020-04-05T15:14:23.088 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_tchaikov_ceph_wip-qa-py3/qa/tasks/cephfs/test_client_limits.py", line 110, in test_client_pin_mincaps
2020-04-05T15:14:23.089 INFO:tasks.cephfs_test_runner:    self._test_client_pin(True, 200)
2020-04-05T15:14:23.089 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_tchaikov_ceph_wip-qa-py3/qa/tasks/cephfs/test_client_limits.py", line 71, in _test_client_pin
2020-04-05T15:14:23.090 INFO:tasks.cephfs_test_runner:    self.wait_for_health("MDS_CLIENT_RECALL", mds_recall_warning_decay_rate*2)
2020-04-05T15:14:23.091 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_tchaikov_ceph_wip-qa-py3/qa/tasks/ceph_test_case.py", line 152, in wait_for_health
2020-04-05T15:14:23.091 INFO:tasks.cephfs_test_runner:    self.wait_until_true(seen_health_warning, timeout)
2020-04-05T15:14:23.092 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_tchaikov_ceph_wip-qa-py3/qa/tasks/ceph_test_case.py", line 193, in wait_until_true
2020-04-05T15:14:23.093 INFO:tasks.cephfs_test_runner:    if elapsed >= timeout:
2020-04-05T15:14:23.093 INFO:tasks.cephfs_test_runner:TypeError: unorderable types: int() >= str()
```

Signed-off-by: Kefu Chai <kchai@redhat.com>
2020-04-07 21:51:22 +08:00
..
__init__.py
cephfs_test_case.py qa/tasks: use "a // b" instead of "a / b" 2020-04-07 20:33:47 +08:00
filesystem.py qa/tasks/cephfs: allow caller to use BytesIO when calling rados() 2020-04-07 21:51:22 +08:00
fuse_mount.py qa/tasks/cephfs: get rid of StringIO for py3 2020-03-06 10:19:55 +01:00
kernel_mount.py qa: import with full path 2020-03-24 18:27:55 +08:00
mount.py qa/tasks/cephfs: use StringIO for capturing str 2020-04-07 20:33:47 +08:00
test_acls.py qa: import with full path 2020-03-24 18:27:55 +08:00
test_admin.py
test_auto_repair.py
test_backtrace.py
test_cap_flush.py
test_cephfs_shell.py qa/tasks/cephfs: get rid of StringIO for py3 2020-03-06 10:19:55 +01:00
test_client_limits.py qa/tasks/cephfs: cast mds_recall_warning_decay_rate to float 2020-04-07 21:51:22 +08:00
test_client_recovery.py qa/tasks: use "a // b" instead of "a / b" 2020-04-07 20:33:47 +08:00
test_damage.py
test_data_scan.py qa/tasks/cephfs: allow caller to use BytesIO when calling rados() 2020-04-07 21:51:22 +08:00
test_dump_tree.py qa/tasks: do not random.choice(a_view) 2020-04-07 20:33:47 +08:00
test_exports.py qa/tasks/cephfs: fix syntax error 2020-03-24 18:27:55 +08:00
test_failover.py qa,tes: s/xrange/range/ 2020-04-07 20:33:47 +08:00
test_flush.py
test_forward_scrub.py qa/tasks/cephfs: allow caller to use BytesIO when calling rados() 2020-04-07 21:51:22 +08:00
test_fragment.py
test_full.py qa/tasks: use "a // b" instead of "a / b" 2020-04-07 20:33:47 +08:00
test_journal_migration.py qa/tasks/cephfs: get rid of StringIO for py3 2020-03-06 10:19:55 +01:00
test_journal_repair.py
test_mantle.py
test_meta_injection.py qa/tasks/cephfs: fix print() to be py3 compatible 2020-03-27 14:51:24 +08:00
test_misc.py qa/tasks/cephfs: compare number with number 2020-04-07 21:51:22 +08:00
test_openfiletable.py qa,tes: s/xrange/range/ 2020-04-07 20:33:47 +08:00
test_pool_perm.py
test_quota.py qa: import with full path 2020-03-24 18:27:55 +08:00
test_readahead.py
test_recovery_pool.py
test_scrub_checks.py mgr: force purge normal ceph entities from service map 2020-03-31 02:41:00 -04:00
test_scrub.py
test_sessionmap.py
test_snapshots.py tests: remove spurious whitespace 2020-03-10 16:11:07 +05:30
test_strays.py qa/tasks: use "a // b" instead of "a / b" 2020-04-07 20:33:47 +08:00
test_volume_client.py qa/tasks/cephfs: use assertCountEqual if PY3 2020-04-07 21:51:22 +08:00
test_volumes.py test: add clone cancel tests 2020-03-18 11:03:17 +05:30
xfstests_dev.py qa/tasks/cephfs: get rid of StringIO for py3 2020-03-06 10:19:55 +01:00