From b450bf0fd66b59e22ce882e43ee9e3a214e7fabe Mon Sep 17 00:00:00 2001 From: Alexey Kopytov Date: Mon, 5 Dec 2016 12:31:26 +0300 Subject: [PATCH] Fix script_oltp_* tests to take new version format into account. --- tests/t/script_oltp_mysql.t | 8 ++++---- tests/t/script_oltp_pgsql.t | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/t/script_oltp_mysql.t b/tests/t/script_oltp_mysql.t index 8b0f560..7efe629 100644 --- a/tests/t/script_oltp_mysql.t +++ b/tests/t/script_oltp_mysql.t @@ -175,7 +175,7 @@ oltp.lua + MySQL tests ERROR 1146 (42S02) at line 1: Table 'sbtest.sbtest6' doesn't exist ERROR 1146 (42S02) at line 1: Table 'sbtest.sbtest7' doesn't exist ERROR 1146 (42S02) at line 1: Table 'sbtest.sbtest8' doesn't exist - sysbench *: multi-threaded system evaluation benchmark (glob) + sysbench *.* * (glob) Creating table 'sbtest1'... Inserting 10000 records into 'sbtest1' @@ -188,7 +188,7 @@ oltp.lua + MySQL tests `pad` char(60)* NOT NULL DEFAULT '', (glob) PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=10001 DEFAULT CHARSET=* MAX_ROWS=1000000 (glob) - sysbench *: multi-threaded system evaluation benchmark (glob) + sysbench *.* * (glob) Dropping table 'sbtest1'... @@ -356,7 +356,7 @@ oltp.lua + MySQL tests ERROR 1146 (42S02) at line 1: Table 'sbtest.sbtest6' doesn't exist ERROR 1146 (42S02) at line 1: Table 'sbtest.sbtest7' doesn't exist ERROR 1146 (42S02) at line 1: Table 'sbtest.sbtest8' doesn't exist - sysbench *: multi-threaded system evaluation benchmark (glob) + sysbench *.* * (glob) Creating table 'sbtest1'... Inserting 10000 records into 'sbtest1' @@ -369,6 +369,6 @@ oltp.lua + MySQL tests `pad` char(60)* NOT NULL DEFAULT '', (glob) PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=10001 DEFAULT CHARSET=* MAX_ROWS=1000000 (glob) - sysbench *: multi-threaded system evaluation benchmark (glob) + sysbench *.* * (glob) Dropping table 'sbtest1'... diff --git a/tests/t/script_oltp_pgsql.t b/tests/t/script_oltp_pgsql.t index b8b19f1..565184d 100644 --- a/tests/t/script_oltp_pgsql.t +++ b/tests/t/script_oltp_pgsql.t @@ -184,7 +184,7 @@ oltp.lua + PostgreSQL tests Did not find any relation named "sbtest6". Did not find any relation named "sbtest7". Did not find any relation named "sbtest8". - sysbench 1.0: multi-threaded system evaluation benchmark (glob) + sysbench *.* * (glob) Creating table 'sbtest1'... Inserting 10000 records into 'sbtest1'