]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test: Remove invalid unit test 69284/head
authorJon Bailey <jonathan.bailey1@ibm.com>
Thu, 4 Jun 2026 10:27:07 +0000 (11:27 +0100)
committerJon Bailey <jonathan.bailey1@ibm.com>
Mon, 8 Jun 2026 11:41:46 +0000 (12:41 +0100)
commitb05cfd16126527cb4178130344334f8dee1f3748
treeba016d34770f62db1c51a883bcbe92f00d5f516a
parent44f1f41750fc2443b1e480d41763ef8c4feb0924
test: Remove invalid unit test

This test was talking about testing invalid ops, however with the inclusion of sync reads in EC (https://github.com/ceph/ceph/pull/67079), it is valid to perform class reads in EC. In addition, work was done around illegal ops here: https://github.com/ceph/ceph/pull/66258 and the existance of TEST(ClsHello, BadMethods) in test_cls_hello.cc covers illegal ops in that PR leading me to think this is unneccisairy. Because of these reasons, I think its better this test is removed as it is incorrect and also not working.

Signed-off-by: Jon Bailey <jonathan.bailey1@ibm.com>
src/test/librados/split_op_cxx.cc