1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-06-16 02:01:44 +03:00

Unit test for SR non-committing fragment failure

This commit is contained in:
Teemu Ollakka
2018-06-13 11:36:22 +03:00
parent 461247adc1
commit 9ff5d61111
2 changed files with 5 additions and 8 deletions

View File

@ -1278,7 +1278,6 @@ BOOST_FIXTURE_TEST_CASE(transaction_context_streaming_rollback,
BOOST_REQUIRE(sc.provider().rollback_fragments() == 1);
}
#if 0
BOOST_FIXTURE_TEST_CASE(transaction_context_streaming_cert_fail_non_commit,
streaming_client_fixture_row)
{
@ -1296,4 +1295,3 @@ BOOST_FIXTURE_TEST_CASE(transaction_context_streaming_cert_fail_non_commit,
BOOST_REQUIRE(sc.provider().rollback_fragments() == 1);
}
#endif