]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test: Add optional timestamps to ceph_test_rados 63851/head
authorAlex Ainscow <aainscow@uk.ibm.com>
Wed, 23 Apr 2025 14:39:30 +0000 (15:39 +0100)
committerAlex Ainscow <aainscow@uk.ibm.com>
Tue, 24 Jun 2025 08:50:29 +0000 (09:50 +0100)
commitd187babb44c6318d0721460da8a132f4efd57ad9
tree609f5aa82759e27709a983eac97127abd5782f4d
parent6314b721f6b378f866395447ccda7ca9ff4fa0ad
test: Add optional timestamps to ceph_test_rados

With this commit, if the --timestamps parameter is passed to
ceph_test_rados, most output lines are prefixed with a timestamp.

If not specified, the output should be identical to before.

This is useful for correlating what the test is doing with  ceph
osd logs.

Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
src/test/osd/RadosModel.h
src/test/osd/TestRados.cc