]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test: Remove invalid unit test 70665/head
authorJon Bailey <jonathan.bailey1@ibm.com>
Thu, 4 Jun 2026 10:27:07 +0000 (11:27 +0100)
committerJon Bailey <jonathan.bailey1@ibm.com>
Wed, 29 Jul 2026 10:44:55 +0000 (11:44 +0100)
commit1b0725dc73e59dfff78b2db8bbff0eb70acbc92d
tree818a87309ed2bf195fdf490dda208953852f4fb4
parent8cfe184c5bfdfa98a390d4b644b6ee5e376a8e86
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>
(cherry picked from commit b05cfd16126527cb4178130344334f8dee1f3748)
src/test/librados/split_op_cxx.cc