]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
tools/ceph-dencoder: do not test HitSet types
authorKefu Chai <tchaikov@gmail.com>
Mon, 21 Jul 2025 10:16:48 +0000 (18:16 +0800)
committerKefu Chai <tchaikov@gmail.com>
Mon, 21 Jul 2025 10:25:07 +0000 (18:25 +0800)
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 <tchaikov@gmail.com>
src/tools/ceph-dencoder/osd_types.h

index 082aa463addb5713aec483fadbf02fdee98da128..be1e69c24ad4ef1b6268e226743345e7c1a46997 100644 (file)
@@ -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)