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

archive.mysqlhotcopy_archive, main.mysqlhotcopy_myisam hang on debug build

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Cannot Reproduce
    • 10.0(EOL), 10.1(EOL), 10.2(EOL)
    • N/A
    • Tests, MTR
    • None

    Description

      The test ends within seconds on a release build, but hangs on a debug build forever. It doesn't seem like it's slow, it just doesn't do anything after the first call of mysqlhotcopy.

      archive.mysqlhotcopy_archive             w1 [ fail ]  timeout after 900 seconds
              Test ended at 2016-10-09 03:49:12
       
      Test case timeout after 900 seconds
       
      == /data/bld/10.2/mysql-test/var/1/log/mysqlhotcopy_archive.log == 
      USE hotcopy_test;
      CREATE TABLE t1 (c1 int, c2 varchar(20)) ENGINE=archive;
      CREATE TABLE t2 (c1 int, c2 varchar(20)) ENGINE=archive;
      CREATE TABLE t3 (c1 int, c2 varchar(20)) ENGINE=archive;
      INSERT INTO t1 VALUES (1,'aaaaaaaaaaaaaaaaaaaa'),(2, 'bbbbbbbbbbbbbbbbbbbbbbb');
      Warnings:
      Warning 1265    Data truncated for column 'c2' at row 2
      INSERT INTO t2 VALUES (1,'aaaaaaaaaaaaaaaaaaaa'),(2, 'bbbbbbbbbbbbbbbbbbbbbbb');
      Warnings:
      Warning 1265    Data truncated for column 'c2' at row 2
      INSERT INTO t3 VALUES (1,'aaaaaaaaaaaaaaaaaaaa'),(2, 'bbbbbbbbbbbbbbbbbbbbbbb');
      Warnings:
      Warning 1265    Data truncated for column 'c2' at row 2
      db.opt
      t1.ARZ
      t1.frm
      t2.ARZ
      t2.frm
      t3.ARZ
      t3.frm
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            elenst Elena Stepanova
            Votes:
            1 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.