ceph/qa/tasks/cephfs
Rishabh Dave 38fdf6df66 qa/cephfs: handle non-numeric values for json.loads()
Not handling values infinity, negative infinity and "NaN" properly leads
to JSONDecodeError. Replace "inf" by "Infinity" in string before loading
JSON and pass a method to json.load() to handle these values to fix this
issue.

Introduced-by: a8f138cd36
Fixes: https://tracker.ceph.com/issues/57299
Signed-off-by: Rishabh Dave <ridave@redhat.com>
2022-08-26 17:06:25 +05:30
..
__init__.py
caps_helper.py
cephfs_test_case.py qa: make filesystem to be compatible with nautilus for blocklist 2022-08-16 08:30:52 +08:00
filesystem.py qa/cephfs: handle non-numeric values for json.loads() 2022-08-26 17:06:25 +05:30
fuse_mount.py
kernel_mount.py Merge pull request #45036 from rishabh-d-dave/qa-fix-is_mounted 2022-08-19 18:43:59 +05:30
mount.py Merge pull request #45036 from rishabh-d-dave/qa-fix-is_mounted 2022-08-19 18:43:59 +05:30
test_acls.py
test_admin.py Merge pull request #46685 from Rethan/perf-limit-dump-loads-depth 2022-08-24 13:31:28 +05:30
test_auto_repair.py
test_backtrace.py
test_cap_flush.py
test_cephfs_shell.py
test_client_limits.py
test_client_recovery.py
test_damage.py
test_data_scan.py
test_dump_tree.py
test_exports.py
test_failover.py
test_flush.py
test_forward_scrub.py
test_fragment.py
test_fstop.py
test_full.py
test_journal_migration.py
test_journal_repair.py
test_mantle.py
test_mds_metrics.py Merge pull request #46068 from neesingh-rh/change_perf_stats_o/p_structure 2022-08-24 11:13:07 +05:30
test_meta_injection.py
test_mirroring.py
test_misc.py
test_multifs_auth.py
test_multimds_misc.py
test_newops.py qa: add a upgrade test suite from nautilus and test the new getvxattr op 2022-08-16 08:30:52 +08:00
test_nfs.py
test_openfiletable.py
test_pool_perm.py
test_quota.py
test_readahead.py
test_recovery_fs.py
test_recovery_pool.py
test_scrub_checks.py
test_scrub.py
test_sessionmap.py
test_snap_schedules.py
test_snapshots.py
test_strays.py
test_subvolume.py
test_volumes.py Merge pull request #45949 from neesingh-rh/feature-51434 2022-08-23 21:33:09 +05:30
xfstests_dev.py