]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test: modify osd types tests to include the new pool parameters so they are tested
authorJon Bailey <jonathan.bailey1@ibm.com>
Wed, 4 Mar 2026 13:45:57 +0000 (13:45 +0000)
committerJon Bailey <jonathan.bailey1@ibm.com>
Thu, 28 May 2026 14:15:50 +0000 (15:15 +0100)
Signed-off-by: Jon Bailey <jonathan.bailey1@ibm.com>
src/test/osd/types.cc

index 5cc6e9f88d1582fc03f7fbde8770c090ab2be5ae..52636f2e8e0fcf875e27e015e6e1f98a7435c9e2 100644 (file)
@@ -62,6 +62,8 @@ void compare_pg_pool_t(const pg_pool_t l, const pg_pool_t r)
   ASSERT_EQ(l.cache_min_flush_age, r.cache_min_flush_age);
   ASSERT_EQ(l.cache_min_evict_age, r.cache_min_evict_age);
   ASSERT_EQ(l.erasure_code_profile, r.erasure_code_profile);
+  ASSERT_EQ(l.ec_data_shard_count, r.ec_data_shard_count);
+  ASSERT_EQ(l.ec_coding_shard_count, r.ec_coding_shard_count);
   ASSERT_EQ(l.last_force_op_resend_preluminous, r.last_force_op_resend_preluminous);
   ASSERT_EQ(l.min_read_recency_for_promote, r.min_read_recency_for_promote);
   ASSERT_EQ(l.expected_num_objects, r.expected_num_objects);