From: Kefu Chai Date: Mon, 21 Jul 2025 10:16:48 +0000 (+0800) Subject: tools/ceph-dencoder: do not test HitSet types X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c6625a61e73b66b7cdd12e02b27f6bd8acfb1815;p=ceph.git tools/ceph-dencoder: do not test HitSet types as a part of the cache tiering implementation, there is no need to test the encoders and decoders of HitSet related types. we will remove related all cache tiering related code anyway. Signed-off-by: Kefu Chai --- diff --git a/src/tools/ceph-dencoder/osd_types.h b/src/tools/ceph-dencoder/osd_types.h index 082aa463addb..be1e69c24ad4 100644 --- a/src/tools/ceph-dencoder/osd_types.h +++ b/src/tools/ceph-dencoder/osd_types.h @@ -82,13 +82,6 @@ TYPE(ECSubWriteReply) TYPE_FEATUREFUL(ECSubRead) TYPE(ECSubReadReply) -#include "osd/HitSet.h" -TYPE_NONDETERMINISTIC(ExplicitHashHitSet) -TYPE_NONDETERMINISTIC(ExplicitObjectHitSet) -TYPE(BloomHitSet) -TYPE_NONDETERMINISTIC(HitSet) // because some subclasses are -TYPE(HitSet::Params) - #include "osd/SnapMapper.h" TYPE(SnapMapper::Mapping) TYPE(SnapMapper::object_snaps)