Failure in test_compression on FreeBSD

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I reported the case in:
https://tracker.ceph.com/issues/45390

Problem is that with the serialized OSDMap the resulting buffers
are not equal. The code for that:

from test_compression.cc
    bufferlist orig;
    ......
    o->decode(orig);
    bufferlist fbl;
    o->encode(fbl, o->get_encoding_features() | CEPH_FEATURE_RESERVED);

And when I JSON-dump the object, they are equal.

So now the question is, which of the 2 tests is the essential one?

Is it oke for for the bufferlists to be different, but the JSON data
is equal?

--WjW

_______________________________________________
Dev mailing list -- dev@xxxxxxx
To unsubscribe send an email to dev-leave@xxxxxxx

[Index of Archives]     [CEPH Users]     [Ceph Devel]     [Ceph Large]     [Information on CEPH]     [Linux BTRFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux