vitess.io/vitess@v0.16.2/config/mycnf/test-suite.cnf (about) 1 # This sets some unsafe settings specifically for 2 # the test-suite which is currently MySQL 5.7 based 3 # In future it should be renamed testsuite.cnf 4 5 innodb_buffer_pool_size = 32M 6 innodb_flush_log_at_trx_commit = 0 7 innodb_log_buffer_size = 1M 8 innodb_log_file_size = 5M 9 10 # Native AIO tends to run into aio-max-nr limit during test startup. 11 innodb_use_native_aio = 0 12 13 key_buffer_size = 2M 14 sync_binlog=0 15 innodb_doublewrite=0 16 17 # These two settings are required for the testsuite to pass, 18 # but enabling them does not spark joy. They should be removed 19 # in the future. See: 20 # https://github.com/vitessio/vitess/issues/5396 21 22 sql_mode = STRICT_TRANS_TABLES 23 24 # set a short heartbeat interval in order to detect failures quickly 25 slave_net_timeout = 4