2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-15 01:02:17 +00:00

Reduced integ test overparametrize

This commit is contained in:
Ruben Perez
2022-10-16 22:42:57 +02:00
parent b60f9071e6
commit af339d03b6
15 changed files with 170 additions and 188 deletions

View File

@@ -11,9 +11,11 @@ using namespace boost::mysql::test;
namespace {
auto net_samples = create_network_samples({"tcp_sync_errc", "tcp_async_callback"});
BOOST_AUTO_TEST_SUITE(test_close_statement)
BOOST_MYSQL_NETWORK_TEST(success, network_fixture)
BOOST_MYSQL_NETWORK_TEST(success, network_fixture, net_samples)
{
setup_and_connect(sample.net);