Project

General

Profile

Bug #11930

Updated by Loïc Dachary almost 9 years ago

When I run "run-make-check.sh" on master, all tests pass except ceph_objectstore_tool.py 

 <pre> 
 $ cat ./src/test/ceph_objectstore_tool.py.log 
 vstarting.... DONE 
 Wait for health_ok... DONE 
 Created Replicated pool #1 
 Created Erasure coded pool #2 
 Creating 4 objects in replicated pool 
 Creating 4 objects in erasure coded pool 
 Test invalid parameters 
 Test --op dump-journal 
         Journal max_size = 104857600 
 Test --op list variants 
 Test --op list by generating json for all objects using default format 
 Test get-bytes and set-bytes 
 Test list-attrs get-attr 
 Test pg info 
 Test pg logging 
 Test list-pgs 
 Test pg export --dry-run 
 Test pg export 
 Test pg removal 
 Test pg import 
 Verify replicated import data 
 vstarting.... DONE 
 Wait for health_ok... DONE 
 Verify erasure coded import data 
 Test import-rados 
 Wait for health_ok... DONE 
 Remove pgs for another import 
 OSD has the store locked 
 ERROR:Removing failed for pg 1.0 on osd0 with 1 
 WARNING:SKIPPING IMPORT TESTS DUE TO PREVIOUS FAILURES 
 vstarting.... DONE 
 Wait for health_ok... DONE 
 TEST FAILED WITH 1 ERRORS 
 </pre> 
 The log it produces is here: http://paste2.org/pv3UvUa2

Back