From 07877437540c08f84ac160a005bf11698a17f9e3 Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Sat, 17 Feb 2018 18:33:06 +0300 Subject: [PATCH 1/2] Release 1.0.13. --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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/configure.ac b/configure.ac index 1bdca93..4da0079 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.63) -AC_INIT([sysbench],[1.0.12],[https://github.com/akopytov/sysbench/issues], +AC_INIT([sysbench],[1.0.13],[https://github.com/akopytov/sysbench/issues], [sysbench], [https://github.com/akopytov/sysbench]) AC_CONFIG_AUX_DIR([config]) From 7263769245cabb20ecfabebf1293c289d6d538e2 Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Sat, 17 Feb 2018 19:42:22 +0300 Subject: [PATCH 2/2] tests: add --validate test to test_fileio.t --- src/sysbench.c | 2 +- tests/t/test_fileio.t | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/sysbench.c b/src/sysbench.c index 3fcd973..ec2eff5 100644 --- a/src/sysbench.c +++ b/src/sysbench.c @@ -654,7 +654,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 8cc599e..f60c1ef 100644 --- a/tests/t/test_fileio.t +++ b/tests/t/test_fileio.t @@ -223,6 +223,9 @@ fileio benchmark tests execution time (avg/stddev): *.*/0.00 (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)