Separate tests to compile and run all configuration-related client functions

Summary: related to T12015

Reviewers: ivica

Reviewed By: ivica

Subscribers: miljen, iljazovic

Differential Revision: https://repo.mireo.local/D27945
This commit is contained in:
Korina Šimičević
2024-02-15 13:57:22 +01:00
parent eb510ae1d4
commit b40ddb3ced
6 changed files with 446 additions and 50 deletions

View File

@@ -242,7 +242,7 @@ BOOST_FIXTURE_TEST_CASE(prioritize_disconnect, shared_test_data) {
++handlers_called;
BOOST_TEST(ec == asio::error::operation_aborted);
BOOST_ASSERT(rcs.size() == 1);
BOOST_TEST_REQUIRE(rcs.size() == 1u);
BOOST_TEST(rcs[0] == reason_codes::empty);
}
);