Project

General

Profile

Bug #17078

Updated by Loïc Dachary over 7 years ago

see /a/kchai-2016-08-19_04:12:33-ceph-disk-wip-cmake---basic-mira/373775 

 <pre> 
 2016-08-19T04:20:14.259 INFO:tasks.workunit.client.0.mira051.stdout:___________________ TestCephDisk.test_activate_reuse_journal ___________________ 
 2016-08-19T04:20:14.259 INFO:tasks.workunit.client.0.mira051.stdout: 
 2016-08-19T04:20:14.259 INFO:tasks.workunit.client.0.mira051.stdout:self = <ceph-disk-test.TestCephDisk object at 0x7f0a7958f3d0> 
 2016-08-19T04:20:14.259 INFO:tasks.workunit.client.0.mira051.stdout: 
 2016-08-19T04:20:14.260 INFO:tasks.workunit.client.0.mira051.stdout:      def test_activate_reuse_journal(self): 
 2016-08-19T04:20:14.260 INFO:tasks.workunit.client.0.mira051.stdout:          c = CephDisk() 
 2016-08-19T04:20:14.260 INFO:tasks.workunit.client.0.mira051.stdout:          disks = c.unused_disks() 
 2016-08-19T04:20:14.260 INFO:tasks.workunit.client.0.mira051.stdout:>         data_disk = disks[0] 
 2016-08-19T04:20:14.260 INFO:tasks.workunit.client.0.mira051.stdout:E         IndexError: list index out of range 
 2016-08-19T04:20:14.260 INFO:tasks.workunit.client.0.mira051.stdout: 
 2016-08-19T04:20:14.260 INFO:tasks.workunit.client.0.mira051.stdout:../../../workunit.client.0/ceph-disk/ceph-disk-test.py:560: IndexError 
 2016-08-19T04:20:14.260 INFO:tasks.workunit.client.0.mira051.stdout:==================== 20 failed, 1 skipped in 150.79 seconds ==================== 
 </pre> 

 test run: http://pulpito.ceph.com/kchai-2016-08-19_04:12:33-ceph-disk-wip-cmake---basic-mira/ 
 wip-cmake is almost the same with master, it contains some cmake changes not related to ceph-disk.

Back