]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
test/osd: Make error messages that occur based on configuration problems or user... 64134/head
authorJon <jonathan.bailey1@ibm.com>
Thu, 19 Jun 2025 14:16:36 +0000 (15:16 +0100)
committerJon <jonathan.bailey1@ibm.com>
Tue, 24 Jun 2025 09:44:38 +0000 (10:44 +0100)
commit0cc083135ee0464364172fc6958204508ae5a101
tree4e3b2a983ed37672b9afb8c3127fbe64eb6d653e
parente880ab8fbc2b1e299ad968a167c90f73a242f5b7
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>
(cherry picked from commit 784c750df07d816e32d8588e4c3daf8a2cf6917a)
src/test/osd/ceph_test_rados_io_sequence/ceph_test_rados_io_sequence.cc