]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/crimson/test_errorator: ignore assert_all
authorMatan Breizman <mbreizma@redhat.com>
Mon, 7 Apr 2025 09:50:35 +0000 (09:50 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Tue, 22 Apr 2025 15:11:58 +0000 (15:11 +0000)
commit3f410302449c24c4e7e354a5fc629a16f13a9cae
tree21d6f7a66fa3aef7e9c441f3b7205ca2cc51b039
parent78f13062184c21706aa2417c47200c0fcc357674
test/crimson/test_errorator: ignore assert_all

This came up during: https://tracker.ceph.com/issues/69406#note-25
Where an "assert_all" was called but didn't cause an abort.
Added "ignore_assert_all" to showcase this scenario along with any
other case where we are expected to abort.
The tests could be used to verify errorator's aborting behavior.

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
src/test/crimson/CMakeLists.txt
src/test/crimson/test_errorator_abort.cc [new file with mode: 0644]