]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test: fix ut test failure caused by lfn change 8544/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Tue, 12 Apr 2016 01:06:36 +0000 (09:06 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Tue, 12 Apr 2016 01:06:36 +0000 (09:06 +0800)
commitbd1c548afa3dc80b51e904a4ddc8ffeb15152780
tree9e6f8c9e3eebc485db55c8c6424443ed552417dd
parent45219e0e2a713239bee7d28b5da6b0e3f527927b
test: fix ut test failure caused by lfn change

"https://github.com/ceph/ceph/pull/8496/commits/755c685f2d09c36b53bc39589a77fa73faba5149"
change the lfn_parse_object_name() return type from bool to int but does not
change the relevant test correspondingly.

Fixes: http://tracker.ceph.com/issues/15464
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/test/os/TestLFNIndex.cc