Project

General

Profile

Bug #21063

Updated by Nathan Cutler over 6 years ago

Test description: rados/objectstore/objectstore.yaml 

 Log excerpts: 

 <pre> 
 2017-08-22T11:35:57.006 INFO:teuthology.orchestra.run.smithi143.stdout:test/objectstore/store_test.cc:310: Failure 
 2017-08-22T11:35:57.008 INFO:teuthology.orchestra.run.smithi143.stdout:Expected: (m[SKIP_STEP]) >= (3u), actual: 0 vs 3 
 2017-08-22T11:35:57.020 INFO:teuthology.orchestra.run.smithi143.stdout:==> rm -r store_test_temp_dir 
 2017-08-22T11:35:57.034 INFO:teuthology.orchestra.run.smithi143.stdout:[    FAILED    ] ObjectStore/StoreTest.FiemapHoles/3, where GetParam() = "kstore" (426 ms) 
 </pre> 

 <pre> 
 2017-08-22T12:16:51.796 INFO:teuthology.orchestra.run.smithi143.stdout:[    FAILED    ] 1 test, listed below: 
 2017-08-22T12:16:51.798 INFO:teuthology.orchestra.run.smithi143.stdout:[    FAILED    ] ObjectStore/StoreTest.FiemapHoles/3, where GetParam() = "kstore" 
 2017-08-22T12:16:51.801 INFO:teuthology.orchestra.run.smithi143.stdout: 
 2017-08-22T12:16:51.807 INFO:teuthology.orchestra.run.smithi143.stdout: 1 FAILED TEST 
 </pre> 

 Test failures: 

 * http://pulpito.front.sepia.ceph.com/smithfarm-2017-08-21_19:38:42-rados-wip-jewel-backports-distro-basic-smithi/1547956/ 
 * http://pulpito.front.sepia.ceph.com/smithfarm-2017-08-22_13:00:32-rados-wip-jewel-backports-distro-basic-smithi/1551603/ 

 Prime suspect: 

 The failure is being triggered by https://github.com/ceph/ceph/pull/15189 since the test fails with "test/objectstore/store_test.cc:310: Failure" and that line is added by 15189. 

 List of all rados rados/core PRs in the integration branch: runs - one of these might be causing the failures: 

 * https://github.com/ceph/ceph/pull/15322 (osd snaptrimmer) 
 * https://github.com/ceph/ceph/pull/15236 (MON only) 
 * https://github.com/ceph/ceph/pull/15189 (the prime suspect) 
 * https://github.com/ceph/ceph/pull/15083 (MON only) 
 * https://github.com/ceph/ceph/pull/15065 (PrimaryLogPG) 
 * https://github.com/ceph/ceph/pull/15050 (this one also touches objstore code) 
 * https://github.com/ceph/ceph/pull/14943 (osd: leaked MOSDMap) 

Back