[MDEV-14320] main.subselect failed in buildbot, results mismatch Created: 2017-11-08  Updated: 2017-11-08  Resolved: 2017-11-08

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.2
Fix Version/s: 10.2.11

Type: Bug Priority: Critical
Reporter: Alice Sherepa Assignee: Alexander Barkov
Resolution: Fixed Votes: 0
Labels: None


 Description   

http://buildbot.askmonty.org/buildbot/builders/kvm-bintar-quantal-x86/builds/9389/steps/test/logs/stdio

main.subselect                           w3 [ fail ]
        Test ended at 2017-11-08 00:30:25
 
CURRENT_TEST: main.subselect
/usr/local/mariadb-10.2.11-linux-x86_64/bin/mysqltest: Error on delete of '/usr/local/mariadb-10.2.11-linux-x86_64/mysql-test/var/3/tmp/subselect.out.file.1' (Errcode: 2 "No such file or directory")
--- /usr/local/mariadb-10.2.11-linux-x86_64/mysql-test/r/subselect.result	2017-11-07 23:06:45.000000000 +0200
+++ /usr/local/mariadb-10.2.11-linux-x86_64/mysql-test/r/subselect.reject	2017-11-08 00:30:24.834675217 +0200
@@ -1729,13 +1729,11 @@
 INSERT INTO `t4` (`task_id`, `description`) VALUES (1, 'Daily Check List'),(2, 'Weekly Status');
 select  dbid, name, (date_format(now() , '%Y-%m-%d') - INTERVAL how_often DAY) >= ifnull((SELECT date_format(max(create_date),'%Y-%m-%d') FROM t1 WHERE dbid = b.db_id AND taskid = a.taskgenid), '1950-01-01') from t3 a, t2 b, t4  WHERE dbid = - 1 AND primary_uid = '1' AND t4.task_id = taskid;
 dbid	name	(date_format(now() , '%Y-%m-%d') - INTERVAL how_often DAY) >= ifnull((SELECT date_format(max(create_date),'%Y-%m-%d') FROM t1 WHERE dbid = b.db_id AND taskid = a.taskgenid), '1950-01-01')
--1	Valid	1
--1	Valid 2	1
+-1	Valid	0
+-1	Valid 2	0
 -1	Should Not Return	0
 SELECT dbid, name FROM t3 a, t2 b, t4 WHERE dbid = - 1 AND primary_uid = '1' AND ((date_format(now() , '%Y-%m-%d') - INTERVAL how_often DAY) >= ifnull((SELECT date_format(max(create_date),'%Y-%m-%d') FROM t1 WHERE dbid = b.db_id AND taskid = a.taskgenid), '1950-01-01')) AND t4.task_id = taskid;
 dbid	name
--1	Valid
--1	Valid 2
 drop table t1,t2,t3,t4;
 CREATE TABLE t1 (id int(11) default NULL) ENGINE=MyISAM CHARSET=latin1;
 INSERT INTO t1 VALUES (1),(5);
 
mysqltest: Result length mismatch

main.subselect_no_exists_to_in

main.subselect_no_exists_to_in           w4 [ fail ]
        Test ended at 2017-11-08 00:04:07
 
CURRENT_TEST: main.subselect_no_exists_to_in
/usr/local/mariadb-10.2.11-linux-i686/bin/mysqltest: Error on delete of '/usr/local/mariadb-10.2.11-linux-i686/mysql-test/var/4/tmp/subselect.out.file.1' (Errcode: 2 "No such file or directory")
--- /usr/local/mariadb-10.2.11-linux-i686/mysql-test/r/subselect_no_exists_to_in.result	2017-11-07 23:06:45.000000000 +0200
+++ /usr/local/mariadb-10.2.11-linux-i686/mysql-test/r/subselect_no_exists_to_in.reject	2017-11-08 00:04:07.288349298 +0200
@@ -1733,13 +1733,11 @@
 INSERT INTO `t4` (`task_id`, `description`) VALUES (1, 'Daily Check List'),(2, 'Weekly Status');
 select  dbid, name, (date_format(now() , '%Y-%m-%d') - INTERVAL how_often DAY) >= ifnull((SELECT date_format(max(create_date),'%Y-%m-%d') FROM t1 WHERE dbid = b.db_id AND taskid = a.taskgenid), '1950-01-01') from t3 a, t2 b, t4  WHERE dbid = - 1 AND primary_uid = '1' AND t4.task_id = taskid;
 dbid	name	(date_format(now() , '%Y-%m-%d') - INTERVAL how_often DAY) >= ifnull((SELECT date_format(max(create_date),'%Y-%m-%d') FROM t1 WHERE dbid = b.db_id AND taskid = a.taskgenid), '1950-01-01')
--1	Valid	1
--1	Valid 2	1
+-1	Valid	0
+-1	Valid 2	0
 -1	Should Not Return	0
 SELECT dbid, name FROM t3 a, t2 b, t4 WHERE dbid = - 1 AND primary_uid = '1' AND ((date_format(now() , '%Y-%m-%d') - INTERVAL how_often DAY) >= ifnull((SELECT date_format(max(create_date),'%Y-%m-%d') FROM t1 WHERE dbid = b.db_id AND taskid = a.taskgenid), '1950-01-01')) AND t4.task_id = taskid;
 dbid	name
--1	Valid
--1	Valid 2
 drop table t1,t2,t3,t4;
 CREATE TABLE t1 (id int(11) default NULL) ENGINE=MyISAM CHARSET=latin1;
 INSERT INTO t1 VALUES (1),(5);
 
mysqltest: Result length mismatch

main.subselect_no_mat

main.subselect_no_mat                    w4 [ fail ]
        Test ended at 2017-11-08 00:04:10
worker[4] > Restart  - not started
 
CURRENT_TEST: main.subselect_no_mat
/usr/local/mariadb-10.2.11-linux-i686/bin/mysqltest: Error on delete of '/usr/local/mariadb-10.2.11-linux-i686/mysql-test/var/4/tmp/subselect.out.file.1' (Errcode: 2 "No such file or directory")
--- /usr/local/mariadb-10.2.11-linux-i686/mysql-test/r/subselect_no_mat.result	2017-11-07 23:06:45.000000000 +0200
+++ /usr/local/mariadb-10.2.11-linux-i686/mysql-test/r/subselect_no_mat.reject	2017-11-08 00:04:10.328349237 +0200
@@ -1736,13 +1736,11 @@
 INSERT INTO `t4` (`task_id`, `description`) VALUES (1, 'Daily Check List'),(2, 'Weekly Status');
 select  dbid, name, (date_format(now() , '%Y-%m-%d') - INTERVAL how_often DAY) >= ifnull((SELECT date_format(max(create_date),'%Y-%m-%d') FROM t1 WHERE dbid = b.db_id AND taskid = a.taskgenid), '1950-01-01') from t3 a, t2 b, t4  WHERE dbid = - 1 AND primary_uid = '1' AND t4.task_id = taskid;
 dbid	name	(date_format(now() , '%Y-%m-%d') - INTERVAL how_often DAY) >= ifnull((SELECT date_format(max(create_date),'%Y-%m-%d') FROM t1 WHERE dbid = b.db_id AND taskid = a.taskgenid), '1950-01-01')
--1	Valid	1
--1	Valid 2	1
+-1	Valid	0
+-1	Valid 2	0
 -1	Should Not Return	0
 SELECT dbid, name FROM t3 a, t2 b, t4 WHERE dbid = - 1 AND primary_uid = '1' AND ((date_format(now() , '%Y-%m-%d') - INTERVAL how_often DAY) >= ifnull((SELECT date_format(max(create_date),'%Y-%m-%d') FROM t1 WHERE dbid = b.db_id AND taskid = a.taskgenid), '1950-01-01')) AND t4.task_id = taskid;
 dbid	name
--1	Valid
--1	Valid 2
 drop table t1,t2,t3,t4;
 CREATE TABLE t1 (id int(11) default NULL) ENGINE=MyISAM CHARSET=latin1;
 INSERT INTO t1 VALUES (1),(5);
 
mysqltest: Result length mismatch

main.subselect_no_opts

main.subselect_no_opts                   w4 [ fail ]
        Test ended at 2017-11-08 00:04:13
 
CURRENT_TEST: main.subselect_no_opts
/usr/local/mariadb-10.2.11-linux-i686/bin/mysqltest: Error on delete of '/usr/local/mariadb-10.2.11-linux-i686/mysql-test/var/4/tmp/subselect.out.file.1' (Errcode: 2 "No such file or directory")
--- /usr/local/mariadb-10.2.11-linux-i686/mysql-test/r/subselect_no_opts.result	2017-11-07 23:06:45.000000000 +0200
+++ /usr/local/mariadb-10.2.11-linux-i686/mysql-test/r/subselect_no_opts.reject	2017-11-08 00:04:13.300349176 +0200
@@ -1732,13 +1732,11 @@
 INSERT INTO `t4` (`task_id`, `description`) VALUES (1, 'Daily Check List'),(2, 'Weekly Status');
 select  dbid, name, (date_format(now() , '%Y-%m-%d') - INTERVAL how_often DAY) >= ifnull((SELECT date_format(max(create_date),'%Y-%m-%d') FROM t1 WHERE dbid = b.db_id AND taskid = a.taskgenid), '1950-01-01') from t3 a, t2 b, t4  WHERE dbid = - 1 AND primary_uid = '1' AND t4.task_id = taskid;
 dbid	name	(date_format(now() , '%Y-%m-%d') - INTERVAL how_often DAY) >= ifnull((SELECT date_format(max(create_date),'%Y-%m-%d') FROM t1 WHERE dbid = b.db_id AND taskid = a.taskgenid), '1950-01-01')
--1	Valid	1
--1	Valid 2	1
+-1	Valid	0
+-1	Valid 2	0
 -1	Should Not Return	0
 SELECT dbid, name FROM t3 a, t2 b, t4 WHERE dbid = - 1 AND primary_uid = '1' AND ((date_format(now() , '%Y-%m-%d') - INTERVAL how_often DAY) >= ifnull((SELECT date_format(max(create_date),'%Y-%m-%d') FROM t1 WHERE dbid = b.db_id AND taskid = a.taskgenid), '1950-01-01')) AND t4.task_id = taskid;
 dbid	name
--1	Valid
--1	Valid 2
 drop table t1,t2,t3,t4;
 CREATE TABLE t1 (id int(11) default NULL) ENGINE=MyISAM CHARSET=latin1;
 INSERT INTO t1 VALUES (1),(5);
 
mysqltest: Result length mismatch

main.subselect_no_scache

main.subselect_no_scache                 w4 [ fail ]
        Test ended at 2017-11-08 00:04:19
 
CURRENT_TEST: main.subselect_no_scache
/usr/local/mariadb-10.2.11-linux-i686/bin/mysqltest: Error on delete of '/usr/local/mariadb-10.2.11-linux-i686/mysql-test/var/4/tmp/subselect.out.file.1' (Errcode: 2 "No such file or directory")
--- /usr/local/mariadb-10.2.11-linux-i686/mysql-test/r/subselect_no_scache.result	2017-11-07 23:06:45.000000000 +0200
+++ /usr/local/mariadb-10.2.11-linux-i686/mysql-test/r/subselect_no_scache.reject	2017-11-08 00:04:19.380349053 +0200
@@ -1735,13 +1735,11 @@
 INSERT INTO `t4` (`task_id`, `description`) VALUES (1, 'Daily Check List'),(2, 'Weekly Status');
 select  dbid, name, (date_format(now() , '%Y-%m-%d') - INTERVAL how_often DAY) >= ifnull((SELECT date_format(max(create_date),'%Y-%m-%d') FROM t1 WHERE dbid = b.db_id AND taskid = a.taskgenid), '1950-01-01') from t3 a, t2 b, t4  WHERE dbid = - 1 AND primary_uid = '1' AND t4.task_id = taskid;
 dbid	name	(date_format(now() , '%Y-%m-%d') - INTERVAL how_often DAY) >= ifnull((SELECT date_format(max(create_date),'%Y-%m-%d') FROM t1 WHERE dbid = b.db_id AND taskid = a.taskgenid), '1950-01-01')
--1	Valid	1
--1	Valid 2	1
+-1	Valid	0
+-1	Valid 2	0
 -1	Should Not Return	0
 SELECT dbid, name FROM t3 a, t2 b, t4 WHERE dbid = - 1 AND primary_uid = '1' AND ((date_format(now() , '%Y-%m-%d') - INTERVAL how_often DAY) >= ifnull((SELECT date_format(max(create_date),'%Y-%m-%d') FROM t1 WHERE dbid = b.db_id AND taskid = a.taskgenid), '1950-01-01')) AND t4.task_id = taskid;
 dbid	name
--1	Valid
--1	Valid 2
 drop table t1,t2,t3,t4;
 CREATE TABLE t1 (id int(11) default NULL) ENGINE=MyISAM CHARSET=latin1;
 INSERT INTO t1 VALUES (1),(5);
 
mysqltest: Result length mismatch

main.subselect_no_semijoin

main.subselect_no_semijoin               w4 [ fail ]
        Test ended at 2017-11-08 00:04:26
 
CURRENT_TEST: main.subselect_no_semijoin
/usr/local/mariadb-10.2.11-linux-i686/bin/mysqltest: Error on delete of '/usr/local/mariadb-10.2.11-linux-i686/mysql-test/var/4/tmp/subselect.out.file.1' (Errcode: 2 "No such file or directory")
--- /usr/local/mariadb-10.2.11-linux-i686/mysql-test/r/subselect_no_semijoin.result	2017-11-07 23:06:45.000000000 +0200
+++ /usr/local/mariadb-10.2.11-linux-i686/mysql-test/r/subselect_no_semijoin.reject	2017-11-08 00:04:26.136348916 +0200
@@ -1732,13 +1732,11 @@
 INSERT INTO `t4` (`task_id`, `description`) VALUES (1, 'Daily Check List'),(2, 'Weekly Status');
 select  dbid, name, (date_format(now() , '%Y-%m-%d') - INTERVAL how_often DAY) >= ifnull((SELECT date_format(max(create_date),'%Y-%m-%d') FROM t1 WHERE dbid = b.db_id AND taskid = a.taskgenid), '1950-01-01') from t3 a, t2 b, t4  WHERE dbid = - 1 AND primary_uid = '1' AND t4.task_id = taskid;
 dbid	name	(date_format(now() , '%Y-%m-%d') - INTERVAL how_often DAY) >= ifnull((SELECT date_format(max(create_date),'%Y-%m-%d') FROM t1 WHERE dbid = b.db_id AND taskid = a.taskgenid), '1950-01-01')
--1	Valid	1
--1	Valid 2	1
+-1	Valid	0
+-1	Valid 2	0
 -1	Should Not Return	0
 SELECT dbid, name FROM t3 a, t2 b, t4 WHERE dbid = - 1 AND primary_uid = '1' AND ((date_format(now() , '%Y-%m-%d') - INTERVAL how_often DAY) >= ifnull((SELECT date_format(max(create_date),'%Y-%m-%d') FROM t1 WHERE dbid = b.db_id AND taskid = a.taskgenid), '1950-01-01')) AND t4.task_id = taskid;
 dbid	name
--1	Valid
--1	Valid 2
 drop table t1,t2,t3,t4;
 CREATE TABLE t1 (id int(11) default NULL) ENGINE=MyISAM CHARSET=latin1;
 INSERT INTO t1 VALUES (1),(5);
 
mysqltest: Result length mismatch


Generated at Thu Feb 08 08:12:38 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.