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

main.column_compression 'innodb' fails on s390x: data length 36 not 40

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Major
    • Resolution: Unresolved
    • 10.5.5
    • 10.5
    • Tests
    • None

    Description

      Came across on Travis-CI this failure:

      main.column_compression 'innodb'         w1 [ fail ]
              Test ended at 2020-10-13 16:12:52
      CURRENT_TEST: main.column_compression
      --- /home/travis/build/ottok/mariadb/mysql-test/main/column_compression.result	2020-10-13 15:56:31.196230080 +0000
      +++ /home/travis/build/ottok/mariadb/mysql-test/main/column_compression.reject	2020-10-13 16:12:52.186491421 +0000
      @@ -565,7 +565,7 @@
       COLUMN_DECOMPRESSIONS	12
       SELECT DATA_LENGTH FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA='test' AND TABLE_NAME='t1';
       DATA_LENGTH
      -40
      +36
       TRUNCATE TABLE t1;
       SET column_compression_zlib_level= 9;
       INSERT INTO t1 VALUES(REPEAT('ab', 1000));
      @@ -780,7 +780,7 @@
       COLUMN_DECOMPRESSIONS	12
       SELECT DATA_LENGTH FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA='test' AND TABLE_NAME='t1';
       DATA_LENGTH
      -40
      +36
       TRUNCATE TABLE t1;
       SET column_compression_zlib_level= 9;
       INSERT INTO t1 VALUES(REPEAT('ab', 1000));
      mysqltest: Result content mismatch
      

      Full log: https://travis-ci.org/github/ottok/mariadb/jobs/735397898

      Filing as 'major' since this is on the main test suite and on Travis-CI, so it must either be disabled or fixed for CI to have further progress.

      Env:

      os: Linux / Ubuntu 20.04
      arch: s390x
      Compiler: gcc C++
      CC_VERSION=8 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=main

      Attachments

        Activity

          People

            monty Michael Widenius
            otto Otto Kekäläinen
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:

              Git Integration

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