Project

General

Profile

Actions

Bug #47432

open

test_multen.py is failing

Added by Yuval Lifshitz over 3 years ago. Updated over 3 years ago.

Status:
Triaged
Priority:
Low
Assignee:
-
Target version:
-
% Done:

0%

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

Description

$ nosetests -s ../src/test/rgw/test_multen.py 
E
======================================================================
ERROR: test suite for <module 'test_multen' from '/home/ylifshit/projects/ceph/src/test/rgw/test_multen.py'>
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/nose/suite.py", line 209, in run
    self.setUp()
  File "/usr/lib/python3.8/site-packages/nose/suite.py", line 292, in setUp
    self.setupContext(ancestor)
  File "/usr/lib/python3.8/site-packages/nose/suite.py", line 315, in setupContext
    try_run(context, names)
  File "/usr/lib/python3.8/site-packages/nose/util.py", line 471, in try_run
    return func()
  File "/home/ylifshit/projects/ceph/src/test/rgw/test_multen.py", line 397, in setup_module
    return init(False)
  File "/home/ylifshit/projects/ceph/src/test/rgw/test_multen.py", line 370, in init
    cluster = t.RGWCluster(clid, port)
AttributeError: module 'test_multi' has no attribute 'RGWCluster'

----------------------------------------------------------------------
Ran 0 tests in 0.001s

FAILED (errors=1)
Actions #1

Updated by Casey Bodley over 3 years ago

  • Status changed from New to Triaged

This is a really old swift multi-tenancy test that was never integrated into teuthology. We might start with an audit of what functionality it's actually testing, to decide whether it's worth salvaging.

Actions #2

Updated by Casey Bodley over 3 years ago

  • Priority changed from Normal to Low
Actions

Also available in: Atom PDF