Details
Description
http://buildbot.askmonty.org/buildbot/builders/bld-dan-release/builds/2379/steps/test/logs/stdio
CURRENT_TEST: tokudb.cluster_filter_unpack_varchar_hidden --- /opt/buildbot-slave/mariadb/dan_demeter2/build/storage/tokudb/mysql-test/tokudb/r/cluster_filter_unpack_varchar_hidden.result 2015-03-24 18:33:33.114247391 +0200 +++ /opt/buildbot-slave/mariadb/dan_demeter2/build/storage/tokudb/mysql-test/tokudb/r/cluster_filter_unpack_varchar_hidden.reject 2015-04-04 21:49:08.159777079 +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 mysqltest: Result content mismatch
So far it happened twice, on dan* builders (debug and non-debug, ps-protocol and normal).
The change of plan doesn't look scary, but the test needs to be fixed eventually.
Gliffy Diagrams
Attachments
Issue Links
- relates to
-
MDEV-7069 Fix buildbot failures in main server trees
-
- Stalled
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
4 times now, last two times on 10.0. Still only on dan* builders.