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

parts.partition_int_myisam fails with a timeout in buildbot on terrier2

Details

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

    Description

      http://buildbot.askmonty.org/buildbot/builders/kvm-deb-trusty-amd64/builds/666/steps/test_4/logs/stdio
      (and many more)

      parts.partition_int_myisam               w3 [ fail ]  timeout after 900 seconds
              Test ended at 2014-12-04 05:24:36
       
      Test case timeout after 900 seconds
       
      == /run/shm/var/3/log/partition_int_myisam.log == 
      /*!50100 PARTITION BY KEY (a)
      PARTITIONS 8 */
      insert into t2 values (18446744073709551615), (0xFFFFFFFFFFFFFFFE), (18446744073709551613), (18446744073709551612);
      select * from t2;
      a
      18446744073709551612
      18446744073709551613
      18446744073709551614
      18446744073709551615
      select * from t2 where a=18446744073709551615;
      a
      18446744073709551615
      delete from t2 where a=18446744073709551615;
      select * from t2;
      a
      18446744073709551612
      18446744073709551613
      18446744073709551614
      delete from t2;
      65535 inserts;

      The timeout happens on terrier2 only; apparently the box and the test are too slow for each other.

      Attachments

        Issue Links

          Activity

            Apparently we are not running tests on terrier2 anymore, so the problem has gone.

            elenst Elena Stepanova added a comment - Apparently we are not running tests on terrier2 anymore, so the problem has gone.

            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.