mirror of
https://github.com/ceph/ceph
synced 2025-01-29 22:43:40 +00:00
Fix test/filestore/store_test.cc error
Commit
d2b661d0ef
change the test result, just change it.
Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
This commit is contained in:
parent
f881157e37
commit
cc67b7b2aa
@ -751,7 +751,7 @@ TEST_F(StoreTest, XattrTest) {
|
||||
ASSERT_EQ(r, -ENODATA);
|
||||
|
||||
r = store->getattr(cid, hoid, "attr3", bp);
|
||||
ASSERT_EQ(r, 0);
|
||||
ASSERT_GE(r, 0);
|
||||
bufferlist bl2;
|
||||
bl2.push_back(bp);
|
||||
ASSERT_TRUE(bl2 == attrs["attr3"]);
|
||||
|
Loading…
Reference in New Issue
Block a user