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

LP:724537 - innodb_mysql.test fails with --embedded-server

    Details

    • Type: Bug
    • Status: Closed
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: None
    • Labels:

      Description

      innodb_mysql.test fails with --embedded-server in buildbot on host "hardy"

        Gliffy Diagrams

          Attachments

            Activity

            Hide
            psergey Sergei Petrunia added a comment -

            Re: innodb_mysql.test fails with --embedded-server
            http://buildbot.askmonty.org/buildbot/builders/hardy-amd64-fulltest/builds/1246/steps/test_1/logs/stdio

            innodb_plugin.innodb-analyze 'xtradb' w2 [ pass ] 6
            innodb_plugin.innodb_mysql 'xtradb' w1 [ fail ]
            Test ended at 2011-02-23 03:33:49

            CURRENT_TEST: innodb_plugin.innodb_mysql
            InnoDB: The InnoDB memory heap is disabled
            InnoDB: Mutexes and rw_locks use GCC atomic builtins
            InnoDB: Compressed tables use zlib 1.2.3.3
            InnoDB: The first specified data file /space3/buildbot/hardy-amd64-newtest/build/mysql-test/var/1/mysqld.1/data/ibdata1 did not exist:
            InnoDB: a new database to be created!
            110223 3:33:14 InnoDB: Setting file /space3/buildbot/hardy-amd64-newtest/build/mysql-test/var/1/mysqld.1/data/ibdata1 size to 10 MB
            InnoDB: Database physically writes the file full: wait...
            110223 3:33:14 InnoDB: Log file /space3/buildbot/hardy-amd64-newtest/build/mysql-test/var/1/mysqld.1/data/ib_logfile0 did not exist: new to be created
            InnoDB: Setting log file /space3/buildbot/hardy-amd64-newtest/build/mysql-test/var/1/mysqld.1/data/ib_logfile0 size to 5 MB
            InnoDB: Database physically writes the file full: wait...
            110223 3:33:14 InnoDB: Log file /space3/buildbot/hardy-amd64-newtest/build/mysql-test/var/1/mysqld.1/data/ib_logfile1 did not exist: new to be created
            InnoDB: Setting log file /space3/buildbot/hardy-amd64-newtest/build/mysql-test/var/1/mysqld.1/data/ib_logfile1 size to 5 MB
            InnoDB: Database physically writes the file full: wait...
            InnoDB: Doublewrite buffer not found: creating new
            InnoDB: Doublewrite buffer created
            InnoDB: Creating foreign key constraint system tables
            InnoDB: Foreign key constraint system tables created
            110223 3:33:23 InnoDB: Error: table `test`.`bug29807` does not exist in the InnoDB internal
            InnoDB: data dictionary though MySQL is trying to drop it.
            InnoDB: Have you copied the .frm file of the table to the
            InnoDB: MySQL database directory from another database?
            InnoDB: You can look for further help from
            InnoDB: http://dev.mysql.com/doc/refman/5.1/en/innodb-troubleshooting.html
            — /space3/buildbot/hardy-amd64-newtest/build/mysql-test/suite/innodb_plugin/r/innodb_mysql.result 2011-02-23 03:17:10.000000000 +0100
            +++ /space3/buildbot/hardy-amd64-newtest/build/mysql-test/suite/innodb_plugin/r/innodb_mysql.reject 2011-02-23 03:33:48.000000000 +0100
            @@ -2233,27 +2233,21 @@
            SELECT * FROM t1 WHERE a = 'TEST' AND
            c >= '2009-10-09 00:00:00' AND c <= '2009-10-09 00:00:00';
            a b c
            -TEST TEST 2009-10-09 00:00:00
            SELECT * FROM t1 WHERE a = 'TEST' AND
            c >= '2009-10-09 00:00:00.0' AND c <= '2009-10-09 00:00:00.0';
            a b c
            -TEST TEST 2009-10-09 00:00:00
            SELECT * FROM t1 WHERE a = 'TEST' AND
            c >= '2009-10-09 00:00:00.0' AND c <= '2009-10-09 00:00:00';
            a b c
            -TEST TEST 2009-10-09 00:00:00
            SELECT * FROM t1 WHERE a = 'TEST' AND
            c >= '2009-10-09 00:00:00' AND c <= '2009-10-09 00:00:00.0';
            a b c
            -TEST TEST 2009-10-09 00:00:00
            SELECT * FROM t1 WHERE a = 'TEST' AND
            c >= '2009-10-09 00:00:00.000' AND c <= '2009-10-09 00:00:00.000';
            a b c
            -TEST TEST 2009-10-09 00:00:00
            SELECT * FROM t1 WHERE a = 'TEST' AND
            c >= '2009-10-09 00:00:00.00' AND c <= '2009-10-09 00:00:00.001';
            a b c
            -TEST TEST 2009-10-09 00:00:00
            SELECT * FROM t1 WHERE a = 'TEST' AND
            c >= '2009-10-09 00:00:00.001' AND c <= '2009-10-09 00:00:00.00';
            a b c

            mysqltest: Result length mismatch

            • saving '/space3/buildbot/hardy-amd64-newtest/build/mysql-test/var/1/log/innodb_plugin.innodb_mysql-xtradb/' to '/space3/buildbot/hardy-amd64-newtest/build/mysql-test/var/log/innodb_plugin.innodb_mysql-xtradb/'

            Retrying test innodb_plugin.innodb_mysql, attempt(2/3)...

            innodb_plugin.innodb-index 'xtradb' w2 [ pass ] 11579

            Show
            psergey Sergei Petrunia added a comment - Re: innodb_mysql.test fails with --embedded-server http://buildbot.askmonty.org/buildbot/builders/hardy-amd64-fulltest/builds/1246/steps/test_1/logs/stdio innodb_plugin.innodb-analyze 'xtradb' w2 [ pass ] 6 innodb_plugin.innodb_mysql 'xtradb' w1 [ fail ] Test ended at 2011-02-23 03:33:49 CURRENT_TEST: innodb_plugin.innodb_mysql InnoDB: The InnoDB memory heap is disabled InnoDB: Mutexes and rw_locks use GCC atomic builtins InnoDB: Compressed tables use zlib 1.2.3.3 InnoDB: The first specified data file /space3/buildbot/hardy-amd64-newtest/build/mysql-test/var/1/mysqld.1/data/ibdata1 did not exist: InnoDB: a new database to be created! 110223 3:33:14 InnoDB: Setting file /space3/buildbot/hardy-amd64-newtest/build/mysql-test/var/1/mysqld.1/data/ibdata1 size to 10 MB InnoDB: Database physically writes the file full: wait... 110223 3:33:14 InnoDB: Log file /space3/buildbot/hardy-amd64-newtest/build/mysql-test/var/1/mysqld.1/data/ib_logfile0 did not exist: new to be created InnoDB: Setting log file /space3/buildbot/hardy-amd64-newtest/build/mysql-test/var/1/mysqld.1/data/ib_logfile0 size to 5 MB InnoDB: Database physically writes the file full: wait... 110223 3:33:14 InnoDB: Log file /space3/buildbot/hardy-amd64-newtest/build/mysql-test/var/1/mysqld.1/data/ib_logfile1 did not exist: new to be created InnoDB: Setting log file /space3/buildbot/hardy-amd64-newtest/build/mysql-test/var/1/mysqld.1/data/ib_logfile1 size to 5 MB InnoDB: Database physically writes the file full: wait... InnoDB: Doublewrite buffer not found: creating new InnoDB: Doublewrite buffer created InnoDB: Creating foreign key constraint system tables InnoDB: Foreign key constraint system tables created 110223 3:33:23 InnoDB: Error: table `test`.`bug29807` does not exist in the InnoDB internal InnoDB: data dictionary though MySQL is trying to drop it. InnoDB: Have you copied the .frm file of the table to the InnoDB: MySQL database directory from another database? InnoDB: You can look for further help from InnoDB: http://dev.mysql.com/doc/refman/5.1/en/innodb-troubleshooting.html — /space3/buildbot/hardy-amd64-newtest/build/mysql-test/suite/innodb_plugin/r/innodb_mysql.result 2011-02-23 03:17:10.000000000 +0100 +++ /space3/buildbot/hardy-amd64-newtest/build/mysql-test/suite/innodb_plugin/r/innodb_mysql.reject 2011-02-23 03:33:48.000000000 +0100 @@ -2233,27 +2233,21 @@ SELECT * FROM t1 WHERE a = 'TEST' AND c >= '2009-10-09 00:00:00' AND c <= '2009-10-09 00:00:00'; a b c -TEST TEST 2009-10-09 00:00:00 SELECT * FROM t1 WHERE a = 'TEST' AND c >= '2009-10-09 00:00:00.0' AND c <= '2009-10-09 00:00:00.0'; a b c -TEST TEST 2009-10-09 00:00:00 SELECT * FROM t1 WHERE a = 'TEST' AND c >= '2009-10-09 00:00:00.0' AND c <= '2009-10-09 00:00:00'; a b c -TEST TEST 2009-10-09 00:00:00 SELECT * FROM t1 WHERE a = 'TEST' AND c >= '2009-10-09 00:00:00' AND c <= '2009-10-09 00:00:00.0'; a b c -TEST TEST 2009-10-09 00:00:00 SELECT * FROM t1 WHERE a = 'TEST' AND c >= '2009-10-09 00:00:00.000' AND c <= '2009-10-09 00:00:00.000'; a b c -TEST TEST 2009-10-09 00:00:00 SELECT * FROM t1 WHERE a = 'TEST' AND c >= '2009-10-09 00:00:00.00' AND c <= '2009-10-09 00:00:00.001'; a b c -TEST TEST 2009-10-09 00:00:00 SELECT * FROM t1 WHERE a = 'TEST' AND c >= '2009-10-09 00:00:00.001' AND c <= '2009-10-09 00:00:00.00'; a b c mysqltest: Result length mismatch saving '/space3/buildbot/hardy-amd64-newtest/build/mysql-test/var/1/log/innodb_plugin.innodb_mysql-xtradb/' to '/space3/buildbot/hardy-amd64-newtest/build/mysql-test/var/log/innodb_plugin.innodb_mysql-xtradb/' Retrying test innodb_plugin.innodb_mysql, attempt(2/3)... innodb_plugin.innodb-index 'xtradb' w2 [ pass ] 11579
            Hide
            ratzpo Rasmus Johansson added a comment -

            Launchpad bug id: 724537

            Show
            ratzpo Rasmus Johansson added a comment - Launchpad bug id: 724537

              People

              • Assignee:
                psergey Sergei Petrunia
                Reporter:
                psergey Sergei Petrunia
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: