Project

General

Profile

Actions

Bug #44165

closed

test_load_data fails

Added by Kiefer Chang about 4 years ago. Updated about 4 years ago.

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

0%

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

Description

tasks.mgr.test_orchestrator_cli.TestOrchestratorCli fails with

2020-02-17 04:40:04,560.560 INFO:__main__:======================================================================
2020-02-17 04:40:04,560.560 INFO:__main__:ERROR: test_load_data (tasks.mgr.test_orchestrator_cli.TestOrchestratorCli)
2020-02-17 04:40:04,560.560 INFO:__main__:----------------------------------------------------------------------
2020-02-17 04:40:04,560.560 INFO:__main__:Traceback (most recent call last):
2020-02-17 04:40:04,561.561 INFO:__main__:  File "/ceph/qa/tasks/mgr/test_orchestrator_cli.py", line 243, in test_load_data
2020-02-17 04:40:04,561.561 INFO:__main__:    out = self._orch_cmd('ps', '--format=json')
2020-02-17 04:40:04,561.561 INFO:__main__:  File "/ceph/qa/tasks/mgr/test_orchestrator_cli.py", line 21, in _orch_cmd
2020-02-17 04:40:04,561.561 INFO:__main__:    return self._cmd("orch", *args)
2020-02-17 04:40:04,561.561 INFO:__main__:  File "/ceph/qa/tasks/mgr/test_orchestrator_cli.py", line 18, in _cmd
2020-02-17 04:40:04,561.561 INFO:__main__:    return self.mgr_cluster.mon_manager.raw_cluster_cmd(module, *args)
2020-02-17 04:40:04,561.561 INFO:__main__:  File "../qa/tasks/vstart_runner.py", line 942, in raw_cluster_cmd
2020-02-17 04:40:04,561.561 INFO:__main__:    proc = self.controller.run([os.path.join(BIN_PREFIX, "ceph")] + list(args), **kwargs)
2020-02-17 04:40:04,561.561 INFO:__main__:  File "../qa/tasks/vstart_runner.py", line 390, in run
2020-02-17 04:40:04,562.562 INFO:__main__:    proc.wait()
2020-02-17 04:40:04,562.562 INFO:__main__:  File "../qa/tasks/vstart_runner.py", line 190, in wait
2020-02-17 04:40:04,562.562 INFO:__main__:    raise CommandFailedError(self.args, self.exitstatus)
2020-02-17 04:40:04,562.562 INFO:__main__:CommandFailedError: Command failed with status 22: ['./bin/ceph', 'orch', 'ps', '--format=json']
Links:
Actions #1

Updated by Kefu Chai about 4 years ago

  • Category changed from teuthology to cephadm
  • Status changed from New to Fix Under Review
  • Pull request ID set to 33359
Actions #2

Updated by Sage Weil about 4 years ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF