Project

General

Profile

Actions

Bug #57298

closed

orchestrator: mgr-tox test failure testing orch ps, orch host ls, orch device ls

Added by Adam King over 1 year ago. Updated over 1 year 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:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

FAILED orchestrator/tests/test_orchestrator.py::test_orch_ps - AssertionError...
FAILED orchestrator/tests/test_orchestrator.py::test_orch_host_ls - Assertion...
FAILED orchestrator/tests/test_orchestrator.py::test_orch_device_ls - Asserti...

This seems to be due to PrettyTable having slightly different spacing between python versions. When checking locally I saw it trying to compare

HOST          PATH      TYPE     DEVICE ID   SIZE  AVAILABLE  REFRESHED  REJECT REASONS  \nceph-node-1   /dev/vdb  unknown  None          0   Yes        0s ago                     \nceph-node-2   /dev/vdb  unknown  None          0   Yes        0s ago                     \nceph-node-10  /dev/vdb  unknown  None          0   Yes        0s ago                     

with

    HOST        PATH      TYPE   DEVICE ID   SIZE  AVAILABLE  REFRESHED  REJECT REASONS  \nceph-node-1   /dev/vdb  unknown  None          0   Yes        0s ago                     \nceph-node-2   /dev/vdb  unknown  None          0   Yes        0s ago                     \nceph-node-10  /dev/vdb  unknown  None          0   Yes        0s ago                     

and failing as a result

Actions #1

Updated by Adam King over 1 year ago

  • Status changed from In Progress to Resolved

tentatively marking this resolved. Should be fixed now on main at least although I'm not certain whether the failure will become present in quincy or pacific.

Actions

Also available in: Atom PDF