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

innodb.innodb-page_compression_tables, innodb.innodb-page_compression_zip, innodb.innodb_stats_create_on_corrupted fail with embedded server

    Details

      Description

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

      innodb.innodb-page_compression_tables 'innodb_plugin' w4 [ fail ]
              Test ended at 2014-11-26 22:59:13
      
      CURRENT_TEST: innodb.innodb-page_compression_tables
      mysqltest: In included file "./include/restart_mysqld.inc": 
      included from /mnt/buildbot/build/mariadb-10.1.2/mysql-test/suite/innodb/t/innodb-page_compression_tables.test at line 71:
      At line 18: Failed to open file '/run/shm/var_auto_DSL9/4/run/mysqld.1.pid'
      
      The result from queries just before the failure was:
      < snip >
      while current_num < repeat_count do
      insert into innodb_normal values(current_num, substring(MD5(RAND()), -64));
      set current_num = current_num + 1;
      end while;
      end//
      commit;
      set autocommit=0;
      call innodb_insert_proc(5000);
      commit;
      set autocommit=1;
      insert into innodb_compact select * from innodb_normal;
      insert into innodb_dynamic select * from innodb_normal;
      update innodb_compact set c1 = c1 + 1;
      update innodb_dynamic set c1 = c1 + 1;
      select count(*) from innodb_compact where c1 < 1500000;
      count(*)
      5000
      select count(*) from innodb_dynamic where c1 < 1500000;
      count(*)
      5000
      

      Reproducible outside the buildbot.

        Gliffy Diagrams

          Attachments

            Issue Links

              Activity

              Hide
              jplindst Jan Lindström added a comment -

              commit 7b55b67de5fdfe91283357fe6c7ccc3f9e355925
              Author: Jan Lindström <jan.lindstrom@skysql.com>
              Date: Thu Nov 27 20:11:14 2014 +0200

              MDEV-7228: innodb.innodb-page_compression_tables, innodb.innodb-page_compression_zip,
              innodb.innodb_stats_create_on_corrupted fail with embedded server

              Problem is that tests restart the server and "shutdown_server" looks
              for pid file # which is not there with embedded mode.

              Fix tests so that they are not run with embedded mode.

              Show
              jplindst Jan Lindström added a comment - commit 7b55b67de5fdfe91283357fe6c7ccc3f9e355925 Author: Jan Lindström <jan.lindstrom@skysql.com> Date: Thu Nov 27 20:11:14 2014 +0200 MDEV-7228 : innodb.innodb-page_compression_tables, innodb.innodb-page_compression_zip, innodb.innodb_stats_create_on_corrupted fail with embedded server Problem is that tests restart the server and "shutdown_server" looks for pid file # which is not there with embedded mode. Fix tests so that they are not run with embedded mode.

                People

                • Assignee:
                  jplindst Jan Lindström
                  Reporter:
                  elenst Elena Stepanova
                • Votes:
                  0 Vote for this issue
                  Watchers:
                  2 Start watching this issue

                  Dates

                  • Created:
                    Updated:
                    Resolved: