Project

General

Profile

Actions

Bug #44437

closed

qa:test_config_session_timeout failed with incorrect options

Added by Xiubo Li about 4 years ago. Updated about 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
% Done:

0%

Source:
Tags:
Backport:
octopus
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
fs
Component(FS):
qa-suite
Labels (FS):
qa
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

2020-03-05 04:10:04,311.311 INFO:__main__:Running ['./bin/ceph', 'daemon', 'mds.a', 'client', 'config', '9430', '120']
...
2020-03-05 04:10:06,178.178 INFO:__main__:
2020-03-05 04:10:06,178.178 INFO:__main__:======================================================================
2020-03-05 04:10:06,178.178 INFO:__main__:ERROR: test_config_session_timeout (tasks.cephfs.test_client_recovery.TestClientRecovery)
2020-03-05 04:10:06,179.179 INFO:__main__:----------------------------------------------------------------------
2020-03-05 04:10:06,179.179 INFO:__main__:Traceback (most recent call last):
2020-03-05 04:10:06,179.179 INFO:__main__: File "/data/ceph/qa/tasks/cephfs/test_client_recovery.py", line 621, in test_config_session_timeout
2020-03-05 04:10:06,180.180 INFO:__main__: self.fs.mds_asok(['client', 'config', '%s' % mount_a_gid, 'timeout', '%s' % (session_timeout * 2)])
2020-03-05 04:10:06,180.180 INFO:__main__: File "/data/ceph/qa/tasks/cephfs/filesystem.py", line 1001, in mds_asok
2020-03-05 04:10:06,180.180 INFO:__main__: return self.json_asok(command, 'mds', mds_id, timeout=timeout)
2020-03-05 04:10:06,180.180 INFO:__main__: File "/data/ceph/qa/tasks/cephfs/filesystem.py", line 227, in json_asok
2020-03-05 04:10:06,180.180 INFO:__main__: return json.loads(response_data)
2020-03-05 04:10:06,181.181 INFO:__main__: File "/usr/lib64/python2.7/json/__init__.py", line 338, in loads
2020-03-05 04:10:06,181.181 INFO:__main__: return default_decoder.decode(s)
2020-03-05 04:10:06,181.181 INFO:
_main__: File "/usr/lib64/python2.7/json/decoder.py", line 366, in decode
2020-03-05 04:10:06,181.181 INFO:__main__: obj, end = self.raw_decode(s, idx=_w(s, 0).end())
2020-03-05 04:10:06,182.182 INFO:__main__: File "/usr/lib64/python2.7/json/decoder.py", line 384, in raw_decode
2020-03-05 04:10:06,182.182 INFO:__main__: raise ValueError("No JSON object could be decoded")
2020-03-05 04:10:06,182.182 INFO:__main__:ValueError: No JSON object could be decoded
2020-03-05 04:10:06,182.182 INFO:__main__:

The 'timeout' is removed somewhere before calling the remote.run()


Related issues 1 (0 open1 closed)

Copied to CephFS - Backport #44844: octopus: qa:test_config_session_timeout failed with incorrect optionsResolvedNathan CutlerActions
Actions

Also available in: Atom PDF