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

main.mdev-504, main.mdev375, main.sp-security, main.merge, main.debug_sync, main.sp_notembedded fail sporadically in buildbot

    XMLWordPrintable

Details

    • Bug
    • Status: Open (View Workflow)
    • Minor
    • Resolution: Unresolved
    • 10.0
    • None
    • Tests
    • None

    Description

      http://buildbot.askmonty.org/buildbot/builders/winx64-debug/builds/702/steps/test/logs/stdio
      http://buildbot.askmonty.org/buildbot/builders/winx64-debug/builds/692/steps/test/logs/stdio

      main.mdev-504                            w2 [ fail ]
              Test ended at 2016-08-13 07:15:26
       
      CURRENT_TEST: main.mdev-504
      mysqltest: At line 67: query 'connect  con3,localhost,root,,' failed: 2003: Can't connect to MySQL server on 'localhost' (0 "Internal error/check (Not system error)")
       
      The result from queries just before the failure was:
      < snip >
      CREATE TABLE A (
      pk INTEGER AUTO_INCREMENT PRIMARY KEY,
      fdate DATE
      ) ENGINE=MyISAM;
      CREATE PROCEDURE p_analyze()
      BEGIN
      DECLARE attempts INTEGER DEFAULT 100;
      wl_loop: WHILE attempts > 0 DO
      ANALYZE TABLE A;
      SET attempts = attempts - 1;
      END WHILE wl_loop;
      END |
      CREATE FUNCTION rnd3() RETURNS INT
      BEGIN
      RETURN ROUND(3 * RAND() + 0.5);
      END |
      SET GLOBAL use_stat_tables = PREFERABLY;
       
      More results from queries before failure can be found in D:\winx64-debug\build\mysql-test\var\2\log\mdev-504.log
       
       - saving 'D:/winx64-debug/build/mysql-test/var/2/log/main.mdev-504/' to 'D:/winx64-debug/build/mysql-test/var/log/main.mdev-504/'
       
      Retrying test main.mdev-504, attempt(2/3)...
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              elenst Elena Stepanova
              Votes:
              0 Vote for this issue
              Watchers:
              1 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.