diff --git a/ChangeLog b/ChangeLog index b873181..2f1add0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2018-02-17 Alexey Kopytov + + * version 1.0.13 + * remove Ubuntu Zesty from CI/build/packaging matrices (EOL) + * minor cleanups in build scripts + * improve report formatting for long latency values + * fileio: --file-extra-flags now accepts a list of flags rather + than just a single value + * OLTP: re-prepare prepared statements after reconnects, i.e. in + cases when a server connection is lost and sysbench is + configured to ignore such errors + 2018-01-17 Alexey Kopytov * version 1.0.12 diff --git a/src/sysbench.c b/src/sysbench.c index 6d293f6..d78a56a 100644 --- a/src/sysbench.c +++ b/src/sysbench.c @@ -676,7 +676,7 @@ void print_run_mode(sb_test_t *test) log_text(LOG_NOTICE, "Debug mode enabled.\n"); if (sb_globals.validate) - log_text(LOG_NOTICE, "Additional request validation enabled.\n"); + log_text(LOG_NOTICE, "Validation checks: on.\n"); if (sb_rand_seed) { diff --git a/tests/t/test_fileio.t b/tests/t/test_fileio.t index 24f9671..4146e64 100644 --- a/tests/t/test_fileio.t +++ b/tests/t/test_fileio.t @@ -175,6 +175,9 @@ fileio benchmark tests sum: *.* (glob) + $ sysbench $fileio_args --events=150 --file-test-mode=rndwr --validate run | grep Validation + Validation checks: on. + $ sysbench $fileio_args --events=150 --file-test-mode=foo run sysbench *.* * (glob)