mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 19:21:01 +00:00
instead of using BOOST_REQUIRE() use, for instance BOOST_REQUIRE_NE() and BOOST_REQUIRE_EQUAL() for better error message when the test fails, as Boost::test would print out the LHS and RHS of the comparison expression if it fails. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes #14050