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

sys_vars.sysvars_server_notembedded '32bit' and sys_vars.sysvars_server_embedded fail in buildbot

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 10.1
    • Fix Version/s: 10.1.3
    • Component/s: Tests
    • Labels:

      Description

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

      sys_vars.sysvars_server_notembedded '32bit' w3 [ fail ]
              Test ended at 2014-11-23 08:52:10
      
      CURRENT_TEST: sys_vars.sysvars_server_notembedded
      --- /usr/local/mariadb-10.1.2-linux-i686/mysql-test/suite/sys_vars/r/sysvars_server_notembedded,32bit.result~	2014-11-23 08:52:09.000000000 +0100
      +++ /usr/local/mariadb-10.1.2-linux-i686/mysql-test/suite/sys_vars/r/sysvars_server_notembedded,32bit.reject	2014-11-23 08:52:09.000000000 +0100
      @@ -3250,7 +3250,7 @@
       VARIABLE_TYPE	BIGINT UNSIGNED
       VARIABLE_COMMENT	Sets the internal state of the RAND() generator for replication purposes
       NUMERIC_MIN_VALUE	0
      -NUMERIC_MAX_VALUE	18446744073709551615
      +NUMERIC_MAX_VALUE	4294967295
       NUMERIC_BLOCK_SIZE	1
       ENUM_VALUE_LIST	NULL
       READ_ONLY	NO
      
      mysqltest: Result length mismatch
      

      http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest/builds/3542/steps/test_5/logs/stdio

      sys_vars.sysvars_server_embedded '64bit' w4 [ fail ]
              Test ended at 2014-12-06 16:10:35
      
      CURRENT_TEST: sys_vars.sysvars_server_embedded
      --- /mnt/buildbot/build/mariadb-10.1.2/mysql-test/suite/sys_vars/r/sysvars_server_embedded.result	2014-12-06 10:25:38.000000000 +0200
      +++ /mnt/buildbot/build/mariadb-10.1.2/mysql-test/suite/sys_vars/r/sysvars_server_embedded.reject	2014-12-06 16:10:35.000000000 +0200
      @@ -2948,10 +2948,10 @@
       READ_ONLY	NO
       COMMAND_LINE_ARGUMENT	NULL
       VARIABLE_NAME	QUERY_ALLOC_BLOCK_SIZE
      -SESSION_VALUE	8192
      -GLOBAL_VALUE	8192
      +SESSION_VALUE	16384
      +GLOBAL_VALUE	16384
       GLOBAL_VALUE_ORIGIN	COMPILE-TIME
      -DEFAULT_VALUE	8192
      +DEFAULT_VALUE	16384
       VARIABLE_SCOPE	SESSION
       VARIABLE_TYPE	BIGINT UNSIGNED
       VARIABLE_COMMENT	Allocation block size for query parsing and execution
      @@ -3046,14 +3046,14 @@
       READ_ONLY	NO
       COMMAND_LINE_ARGUMENT	OPTIONAL
       VARIABLE_NAME	QUERY_PREALLOC_SIZE
      -SESSION_VALUE	8192
      -GLOBAL_VALUE	8192
      +SESSION_VALUE	24576
      +GLOBAL_VALUE	24576
       GLOBAL_VALUE_ORIGIN	COMPILE-TIME
      -DEFAULT_VALUE	8192
      +DEFAULT_VALUE	24576
       VARIABLE_SCOPE	SESSION
       VARIABLE_TYPE	BIGINT UNSIGNED
       VARIABLE_COMMENT	Persistent buffer for query parsing and execution
      -NUMERIC_MIN_VALUE	8192
      +NUMERIC_MIN_VALUE	1024
       NUMERIC_MAX_VALUE	4294967295
       NUMERIC_BLOCK_SIZE	1024
       ENUM_VALUE_LIST	NULL
      
      mysqltest: Result length mismatch
      

        Gliffy Diagrams

          Attachments

            Issue Links

              Activity

              Hide
              elenst Elena Stepanova added a comment - - edited

              Reproducible on centos 5 32-bit, but not on Wheezy 32-bit (with the same bintar).

              Show
              elenst Elena Stepanova added a comment - - edited Reproducible on centos 5 32-bit, but not on Wheezy 32-bit (with the same bintar).
              Hide
              elenst Elena Stepanova added a comment -

              Sergey Vojtovich,

              Is it the bug you fixed today by this commit?

              revision-id: dc92032fa33cc1f3bc7fb0f885433826246bcdc0
              parent(s): 6dbc48ca79e5fdd8d4022b00b862e08a4198155b
              committer: Sergey Vojtovich
              branch nick: 10.1
              timestamp: 2014-12-29 15:41:08 +0400
              message:
              
              Fixed sysvars_server_embedded test result to reflect new values for
              query_prealloc_size, query_alloc_block_size and log_tc_size.
              
              Fixed incorrect registration of LOCK_binlog_end_pos in PFS.
              
              Show
              elenst Elena Stepanova added a comment - Sergey Vojtovich , Is it the bug you fixed today by this commit? revision-id: dc92032fa33cc1f3bc7fb0f885433826246bcdc0 parent(s): 6dbc48ca79e5fdd8d4022b00b862e08a4198155b committer: Sergey Vojtovich branch nick: 10.1 timestamp: 2014-12-29 15:41:08 +0400 message: Fixed sysvars_server_embedded test result to reflect new values for query_prealloc_size, query_alloc_block_size and log_tc_size. Fixed incorrect registration of LOCK_binlog_end_pos in PFS.
              Hide
              svoj Sergey Vojtovich added a comment -

              Yes, among other things this bug should have been fixed.

              Show
              svoj Sergey Vojtovich added a comment - Yes, among other things this bug should have been fixed.

                People

                • Assignee:
                  svoj Sergey Vojtovich
                  Reporter:
                  elenst Elena Stepanova
                • Votes:
                  0 Vote for this issue
                  Watchers:
                  3 Start watching this issue

                  Dates

                  • Created:
                    Updated:
                    Resolved: