]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tests/ceph_timer: Fix link error that keeps showing up 61746/head
authorAdam Emerson <aemerson@redhat.com>
Mon, 10 Feb 2025 21:01:38 +0000 (16:01 -0500)
committerAdam Emerson <aemerson@redhat.com>
Mon, 10 Feb 2025 21:01:38 +0000 (16:01 -0500)
commit7b185ecaaf7ae57c1ad71dcf99fbba0c0d4bf313
treec00f9976c9adf8dcca43ca376b56bd810709d769
parent1ab250796c1321bfc02335e797161b1ecfe5da62
tests/ceph_timer: Fix link error that keeps showing up

We keep hitting link errors from GTest trying to print the values and
iostreams for `<chrono>` being flaky.

Just make it a straight up `EXPECT_TRUE` so it stops breaking
differently on different platforms.

Signed-off-by: Adam Emerson <aemerson@redhat.com>
src/test/common/test_ceph_timer.cc