Project

General

Profile

Actions

Bug #55694

closed

qa/vstart_runner: ctx has no dict "ceph"

Added by Rishabh Dave almost 2 years ago. Updated almost 2 years ago.

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

0%

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

Description

Running test_readahead.TestReadahead using vstart_runner.py and kernel client fails. Command: python ../qa/tasks/vstart_runner.py tasks.cephfs.test_readahead.TestReadahead --debug --create --kclient

2022-05-17 23:44:15,204.204 INFO:__main__:======================================================================
2022-05-17 23:44:15,204.204 INFO:__main__:ERROR: test_flush (tasks.cephfs.test_readahead.TestReadahead)
2022-05-17 23:44:15,204.204 INFO:__main__:----------------------------------------------------------------------
2022-05-17 23:44:15,204.204 INFO:__main__:Traceback (most recent call last):
2022-05-17 23:44:15,204.204 INFO:__main__:  File "/home/dparmar/ceph-prs-repo/ceph/qa/tasks/cephfs/test_readahead.py", line 16, in test_flush
2022-05-17 23:44:15,204.204 INFO:__main__:    initial_op_read = self.mount_a.get_op_read_count()
2022-05-17 23:44:15,204.204 INFO:__main__:  File "/home/dparmar/ceph-prs-repo/ceph/qa/tasks/cephfs/kernel_mount.py", line 352, in get_op_read_count
2022-05-17 23:44:15,204.204 INFO:__main__:    buf = self.read_debug_file("metrics")
2022-05-17 23:44:15,204.204 INFO:__main__:  File "/home/dparmar/ceph-prs-repo/ceph/qa/tasks/cephfs/kernel_mount.py", line 210, in read_debug_file
2022-05-17 23:44:15,204.204 INFO:__main__:    path = os.path.join(self._get_debug_dir(), filename)
2022-05-17 23:44:15,204.204 INFO:__main__:  File "/home/dparmar/ceph-prs-repo/ceph/qa/tasks/cephfs/kernel_mount.py", line 199, in _get_debug_dir
2022-05-17 23:44:15,204.204 INFO:__main__:    fsid = self.ctx.ceph[cluster_name].fsid
2022-05-17 23:44:15,204.204 INFO:__main__:AttributeError: 'LocalContext' object has no attribute 'ceph'
Actions #1

Updated by Rishabh Dave almost 2 years ago

  • Subject changed from qa/vstart_runner: ctx has no namespace "ceph" to qa/vstart_runner: ctx has no dict "ceph"
Actions #2

Updated by Rishabh Dave almost 2 years ago

  • Pull request ID set to 46314
  • Component(FS) qa-suite added
Actions #3

Updated by Venky Shankar almost 2 years ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF