← Back to team overview

maria-discuss team mailing list archive

10.1.21 - tests: main.commit_1innodb 'xtradb' w6 [ fail ]

 

main.commit_1innodb 'xtradb'             w6 [ fail ]
        Test ended at 2017-01-21 16:21:39

CURRENT_TEST: main.commit_1innodb
--- /usr/share/mysql-test/r/commit_1innodb.result 2017-01-17 20:38:20.000000000 +0100 +++ /usr/share/mysql-test/r/commit_1innodb.reject 2017-01-21 16:21:39.268245094 +0100
@@ -710,12 +710,12 @@
 #
 drop temporary table t2;
 call p_verify_status_increment(1, 0, 1, 0);
-SUCCESS
-
+ERROR
+Expected commit increment: 1 actual: 0
 commit;
 call p_verify_status_increment(1, 0, 1, 0);
-SUCCESS
-
+ERROR
+Expected commit increment: 1 actual: 0
 # 26. Verify that SET AUTOCOMMIT issues an implicit commit
 #
 insert t1 set a=3;
@@ -831,8 +831,8 @@
 Note   1050    Table 't2' already exists
 # Sic: first commits the statement, and then the transaction.
 call p_verify_status_increment(0, 0, 0, 0);
-SUCCESS
-
+ERROR
+Expected commit increment: 0 actual: 2
 create table t3 select a from t2;
 call p_verify_status_increment(2, 0, 4, 4);
 SUCCESS

mysqltest: Result length mismatch