Project

General

Profile

Bug #43192

Updated by Laura Paduano over 4 years ago

The suite tasks.mgr.dashboard.test_auth failed in the rados QA run. 
 -Sage mentioned that https://github.com/ceph/ceph/pull/31937 might be related (latest QA run of this PR passed the rados/dashboard suite: http://pulpito.ceph.com/laura-2019-12-05_07:03:25-rados:dashboard-wip-laura-testing-31937-distro-basic-mira/)- 


 Test failures:  
 - http://pulpito.ceph.com/sage-2019-12-08_09:42:22-rados-wip-sage-testing-2019-12-07-2341-distro-basic-smithi/ 
 - http://pulpito.ceph.com/tdehler-2019-12-10_06:31:23-rados:dashboard-master-distro-basic-mira/ 
 - http://pulpito.ceph.com/laura-2019-12-10_07:58:09-rados:dashboard-wip-laura-testing-31851-2-distro-basic-mira/ 

 Also happening in Nautilus: http://pulpito.ceph.com/sage-2019-12-08_05:43:33-rados-nautilus-distro-basic-smithi/ 
 (PR https://github.com/ceph/ceph/pull/31937 was not backported, so it's not related) 

 <pre><code class="text"> 
 2019-12-08T10:27:51.403 ERROR:teuthology.run_tasks:Saw exception from tasks. 
 Traceback (most recent call last): 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/run_tasks.py", line 89, in run_tasks 
     manager.__enter__() 
   File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__ 
     return self.gen.next() 
   File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-sage-testing-2019-12-07-2341/qa/tasks/cephfs_test_runner.py", line 162, in task 
     module_suites.append(decorating_loader.loadTestsFromName(mod_name)) 
   File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-sage-testing-2019-12-07-2341/qa/tasks/cephfs_test_runner.py", line 32, in loadTestsFromName 
     result = super(DecoratingLoader, self).loadTestsFromName(name, module) 
   File "/usr/lib/python2.7/unittest/loader.py", line 100, in loadTestsFromName 
     parent, obj = obj, getattr(obj, part) 
 AttributeError: 'module' object has no attribute 'test_auth' 
 2019-12-08T10:27:51.408 DEBUG:teuthology.run_tasks:Unwinding manager cephfs_test_runner 
 2019-12-08T10:27:51.421 DEBUG:teuthology.run_tasks:Unwinding manager rgw 
 2019-12-08T10:27:51.437 ERROR:teuthology.contextutil:Saw exception from nested tasks 
 Traceback (most recent call last): 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/contextutil.py", line 34, in nested 
     yield vars 
   File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-sage-testing-2019-12-07-2341/qa/tasks/rgw.py", line 396, in task 
     yield 
   File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/teuthology/run_tasks.py", line 89, in run_tasks 
     manager.__enter__() 
   File "/usr/lib/python2.7/contextlib.py", line 17, in __enter__ 
     return self.gen.next() 
   File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-sage-testing-2019-12-07-2341/qa/tasks/cephfs_test_runner.py", line 162, in task 
     module_suites.append(decorating_loader.loadTestsFromName(mod_name)) 
   File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-sage-testing-2019-12-07-2341/qa/tasks/cephfs_test_runner.py", line 32, in loadTestsFromName 
     result = super(DecoratingLoader, self).loadTestsFromName(name, module) 
   File "/usr/lib/python2.7/unittest/loader.py", line 100, in loadTestsFromName 
     parent, obj = obj, getattr(obj, part) 
 AttributeError: 'module' object has no attribute 'test_auth' 
 2019-12-08T10:27:51.439 DEBUG:tasks.rgw.client.0:waiting for process to exit 
 </code></pre> 

Back