Merge branch '1.0'

This commit is contained in:
Alexey Kopytov
2018-02-17 19:52:36 +03:00
3 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,15 @@
2018-02-17 Alexey Kopytov <akopytov@gmail.com>
* 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 <akopytov@gmail.com>
* version 1.0.12

View File

@ -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)
{

View File

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