Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-10636

tokudb.cluster_filter_unpack_varchar fails sporadically in buildbot

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Won't Fix
    • 10.0, 10.1
    • N/A
    • Tests
    • None

    Description

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

      tokudb.cluster_filter_unpack_varchar     w2 [ fail ]
              Test ended at 2016-04-23 12:48:33
       
      CURRENT_TEST: tokudb.cluster_filter_unpack_varchar
      --- /opt/buildbot-slave/mariadb/dan_demeter1/build/storage/tokudb/mysql-test/tokudb/r/cluster_filter_unpack_varchar.result	2016-04-22 17:37:17.710160115 +0300
      +++ /opt/buildbot-slave/mariadb/dan_demeter1/build/storage/tokudb/mysql-test/tokudb/r/cluster_filter_unpack_varchar.reject	2016-04-23 12:48:33.261860872 +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
      

      See MDEV-7907 for a fix for a similar problem in a different test.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              elenst Elena Stepanova
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.