[MDEV-10678] tokudb.cluster_filter_hidden, tokudb.cluster_filter fail in buildbot Created: 2016-08-27  Updated: 2023-11-29  Resolved: 2023-11-29

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.1
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Unassigned
Resolution: Won't Fix Votes: 0
Labels: None

Issue Links:
Relates
relates to MDEV-7069 Fix buildbot failures in main server ... Stalled

 Description   

http://buildbot.askmonty.org/buildbot/builders/bld-dan-debug/builds/3346/steps/test_1/logs/stdio

tokudb.cluster_filter_hidden             w1 [ fail ]
        Test ended at 2016-06-03 12:20:01
 
CURRENT_TEST: tokudb.cluster_filter_hidden
--- /opt/buildbot-slave/mariadb/dan_demeter1/build/storage/tokudb/mysql-test/tokudb/r/cluster_filter_hidden.result	2016-05-31 15:55:31.073081483 +0300
+++ /opt/buildbot-slave/mariadb/dan_demeter1/build/storage/tokudb/mysql-test/tokudb/r/cluster_filter_hidden.reject	2016-06-03 12:20:01.187974338 +0300
@@ -182,14 +182,14 @@
 3	30	200	2000	20000	200000
 explain select * from t1 where b > 0;
 id	select_type	table	type	possible_keys	key	key_len	ref	rows	Extra
-1	SIMPLE	t1	index	b	b	NULL	NULL	NULL;	Using where; Using index
+1	SIMPLE	t1	range	b	b	NULL	NULL	NULL;	Using where; Using index
 select * from t1 where b > 0;
 a	b	c	d	e	f
 2	20	100	1000	10000	100000
 3	30	200	2000	20000	200000
 explain select * from t1 where d > 0;
 id	select_type	table	type	possible_keys	key	key_len	ref	rows	Extra
-1	SIMPLE	t1	index	d	d	NULL	NULL	NULL;	Using where; Using index
+1	SIMPLE	t1	range	d	d	NULL	NULL	NULL;	Using where; Using index
 select * from t1 where d > 0;
 a	b	c	d	e	f
 2	20	100	1000	10000	100000

Same for cluster_filter: http://buildbot.askmonty.org/buildbot/builders/bld-dan-release/builds/3679


Generated at Thu Feb 08 07:44:05 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.