mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-29 04:37:00 +00:00
BOOST_CHECK_EQUAL is a weaker form of assertion, it reports an error and will cause the test case to fail but continues. This makes the test harder to debug because there's no obvious way to catch the failure in GDB and the test output is also flooded with things which happen after the failed assertion. Message-Id: <20221119171855.2240225-1-tgrabiec@scylladb.com>
22 KiB
22 KiB