Increase dirty read max failure rate for 'test_binlog_reader-t'

pull/3817/head
Javier Jaramago Fernández 4 years ago
parent 0d19b3c4c2
commit 01fa5da353

@ -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;

Loading…
Cancel
Save