]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/osd: Make error messages that occur based on configuration problems or user... 64046/head
authorJon <jonathan.bailey1@ibm.com>
Thu, 19 Jun 2025 14:16:36 +0000 (15:16 +0100)
committerJon <jonathan.bailey1@ibm.com>
Thu, 19 Jun 2025 15:18:02 +0000 (16:18 +0100)
commit784c750df07d816e32d8588e4c3daf8a2cf6917a
treee39ae27f6b5edff90bcbe8024cd6bc6bb256cfc4
parent60ac642690f1994b03d476daf89aebd75babf324
test/osd: Make error messages that occur based on configuration problems or user error more readable in ceph_test_rados_io_sequence

Move away from using ceph_abort for error messages that occur from configuration issues and user error to printing to std::error as it is not necissairy to produce a call stack and core dumps in these cases and much better to give an easily readable message to the user.

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