]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-dencoder: Add missing common types to ceph-dencoder for accurate encode-decode...
authorNitzanMordhai <nmordech@redhat.com>
Tue, 27 Jun 2023 06:31:22 +0000 (06:31 +0000)
committerNitzanMordhai <nmordech@redhat.com>
Wed, 13 Sep 2023 08:29:59 +0000 (08:29 +0000)
commit1d7cabf3db8b8d1863aab9c403e2935ed01a5e5d
tree210bf2ef54f4848d377efb679fa6be4dea0c59bc
parent17df35e9a70671a9e6703f2392860d6a7c7c5827
ceph-dencoder: Add missing common types to ceph-dencoder for accurate encode-decode comparison
Currently, ceph-dencoder lacks certain common types, preventing us from accurately checking the ceph corpus for encode-decode mismatches.
This pull request aims to address this issue by adding the missing types to ceph-dencoder.

To successfully incorporate these types into ceph-dencoder, we need to introduce the necessary dump and generate_test_instances functions that was missing in some types.
These functions are essential for proper encode and decode of the added types.

This PR will enhance the functionality of ceph-dencoder by including the missing types, enabling a comprehensive analysis of encode-decode consistency.
With the addition of these types, we can ensure the robustness and correctness of the ceph corpus.

This update will significantly contribute to improving the overall reliability and accuracy of ceph-dencoder.
It allows for a more comprehensive assessment of the encode-decode behavior,
leading to enhanced data integrity and stability within the ceph ecosystem.

Fixes: https://tracker.ceph.com/issues/61788
Signed-off-by: Nitzan Mordechai <nmordech@redhat.com>
36 files changed:
src/auth/Auth.h
src/auth/Crypto.cc
src/auth/Crypto.h
src/auth/cephx/CephxKeyServer.cc
src/auth/cephx/CephxKeyServer.h
src/auth/cephx/CephxProtocol.h
src/cls/2pc_queue/cls_2pc_queue_ops.h
src/cls/2pc_queue/cls_2pc_queue_types.h
src/cls/cas/cls_cas_internal.h
src/cls/fifo/cls_fifo_ops.h
src/cls/fifo/cls_fifo_types.h
src/cls/log/cls_log_ops.h
src/cls/log/cls_log_types.h
src/cls/queue/cls_queue_ops.h
src/cls/queue/cls_queue_types.h
src/cls/timeindex/cls_timeindex_ops.h
src/cls/timeindex/cls_timeindex_types.h
src/cls/version/cls_version_ops.h
src/cls/version/cls_version_types.cc
src/cls/version/cls_version_types.h
src/common/ceph_json.h
src/common/entity_name.cc
src/common/entity_name.h
src/include/cephfs/types.h
src/include/frag.h
src/include/fs_types.h
src/include/object.h
src/include/types.h
src/mds/mdstypes.cc
src/messages/MClientReply.h
src/messages/MClientRequest.h
src/messages/MMDSCacheRejoin.h
src/messages/MMgrReport.h
src/os/bluestore/bluestore_types.cc
src/os/bluestore/bluestore_types.h
src/tools/ceph-dencoder/common_types.h