From 01fa5da3533408e146641c1345c8c44f228929a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jaramago=20Fern=C3=A1ndez?= Date: Mon, 14 Mar 2022 23:39:04 +0100 Subject: [PATCH] Increase dirty read max failure rate for 'test_binlog_reader-t' --- test/tap/tests/test_binlog_reader-t.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tap/tests/test_binlog_reader-t.cpp b/test/tap/tests/test_binlog_reader-t.cpp index c6d76c8b6..866b48f7f 100644 --- a/test/tap/tests/test_binlog_reader-t.cpp +++ b/test/tap/tests/test_binlog_reader-t.cpp @@ -91,7 +91,7 @@ int perform_update(MYSQL* proxysql_mysql, uint32_t rows) { return EXIT_SUCCESS; } -const double MAX_FAILURE_PCT = 5.0; +const double MAX_FAILURE_PCT = 15.0; const uint32_t NUM_ROWS = 3000; const uint32_t NUM_CHECKS = 500;