Project

General

Profile

Actions

Bug #44579

closed

qa: commit 9f6c764f10f break qa code in several places

Added by Rishabh Dave about 4 years ago. Updated almost 4 years ago.

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

0%

Source:
Development
Tags:
Backport:
nautilus, octopus
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

vstart_runner.py crashes while running tests, many of these happen because vstart_runner.LocalRemote.run doesn't take positional arguments anymore -

2020-03-12 13:39:10,098.098 INFO:__main__:======================================================================
2020-03-12 13:39:10,099.099 INFO:__main__:ERROR: test_cd_with_args (tasks.cephfs.test_cephfs_shell.TestCD)
2020-03-12 13:39:10,099.099 INFO:__main__:----------------------------------------------------------------------
2020-03-12 13:39:10,099.099 INFO:__main__:Traceback (most recent call last):
2020-03-12 13:39:10,099.099 INFO:__main__:  File "/home/rishabh/repos/ceph/fs-shell-colors/qa/tasks/cephfs/cephfs_test_case.py", line 145, in setUp
2020-03-12 13:39:10,099.099 INFO:__main__:    self.mounts[i].mount()
2020-03-12 13:39:10,099.099 INFO:__main__:  File "../qa/tasks/vstart_runner.py", line 891, in mount
2020-03-12 13:39:10,099.099 INFO:__main__:    self.gather_mount_info()
2020-03-12 13:39:10,100.100 INFO:__main__:  File "/home/rishabh/repos/ceph/fs-shell-colors/qa/tasks/cephfs/fuse_mount.py", line 165, in gather_mount_info
2020-03-12 13:39:10,100.100 INFO:__main__:    status = self.admin_socket(['status'])
2020-03-12 13:39:10,100.100 INFO:__main__:  File "/home/rishabh/repos/ceph/fs-shell-colors/qa/tasks/cephfs/fuse_mount.py", line 449, in admin_socket
2020-03-12 13:39:10,100.100 INFO:__main__:    ], timeout=(15*60)).strip()
2020-03-12 13:39:10,100.100 INFO:__main__:TypeError: run() takes exactly 1 argument (3 given)

There are also crashes since method sh in vstart_runner.py doesn't take argument timeout.


Related issues 2 (0 open2 closed)

Copied to CephFS - Backport #46012: nautilus: qa: commit 9f6c764f10f break qa code in several placesResolvedNathan CutlerActions
Copied to CephFS - Backport #46013: octopus: qa: commit 9f6c764f10f break qa code in several placesResolvedNathan CutlerActions
Actions

Also available in: Atom PDF