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

innodb.innodb-mdev7046 fail on BuildBot

Details

    Attachments

      Activity

        jplindst Jan Lindström (Inactive) created issue -
        jplindst Jan Lindström (Inactive) made changes -
        Field Original Value New Value
        Status Open [ 1 ] In Progress [ 3 ]

        commit 0fe39b6856a108bca2e0767df94d9a429d5f8203
        Author: Jan Lindström <jan.lindstrom@skysql.com>
        Date: Thu Dec 4 12:40:19 2014 +0200

        MDEV-7262: innodb.innodb-mdev7046 and innodb-page_compression* fail on Buil
        dBot

        If persistent trim is not used some OS require that we write full page.

        jplindst Jan Lindström (Inactive) added a comment - commit 0fe39b6856a108bca2e0767df94d9a429d5f8203 Author: Jan Lindström <jan.lindstrom@skysql.com> Date: Thu Dec 4 12:40:19 2014 +0200 MDEV-7262 : innodb.innodb-mdev7046 and innodb-page_compression* fail on Buil dBot If persistent trim is not used some OS require that we write full page.
        jplindst Jan Lindström (Inactive) made changes -
        Resolution Fixed [ 1 ]
        Status In Progress [ 3 ] Closed [ 6 ]

        CURRENT_TEST: innodb.innodb-mdev7046
        mysqltest: At line 31: query 'CREATE TABLE t1(id INT,purchased DATE)PARTITION BY RANGE(YEAR(purchased)) SUBPARTITION BY HASH(TO_DAYS(purchased)) SUBPARTITIONS 2 (PARTITION p0 VALUES LESS THAN MAXVALUE (SUBPARTITION sp0 DATA DIRECTORY='/tmp/not-existing' INDEX DIRECTORY='/tmp/not-existing',SUBPARTITION sp1))' failed with wrong errno 1103: 'Incorrect table name '/tmp/not-existing'', instead of 1...

        • saving 'C:/bzr/bb-win32/win32-debug2/build/mysql-test/var/log/innodb.innodb-mdev7046-xtradb/' to 'C:/bzr/bb-win32/win32-debug2/build/mysql-test/var/log/innodb.innodb-mdev7046-xtradb/'

        Retrying test innodb.innodb-mdev7046, attempt(2/3)...

        worker[1] > Restart - not started
        ***Warnings generated in error logs during shutdown after running tests: innodb.innodb-mdev7046

        141207 10:31:24 [ERROR] InnoDB: File .\test\t1#p#p1#sp#p1sp0.ibd: 'rename' returned OS error 103.

        jplindst Jan Lindström (Inactive) added a comment - CURRENT_TEST: innodb.innodb-mdev7046 mysqltest: At line 31: query 'CREATE TABLE t1(id INT,purchased DATE)PARTITION BY RANGE(YEAR(purchased)) SUBPARTITION BY HASH(TO_DAYS(purchased)) SUBPARTITIONS 2 (PARTITION p0 VALUES LESS THAN MAXVALUE (SUBPARTITION sp0 DATA DIRECTORY='/tmp/not-existing' INDEX DIRECTORY='/tmp/not-existing',SUBPARTITION sp1))' failed with wrong errno 1103: 'Incorrect table name '/tmp/not-existing'', instead of 1... saving 'C:/bzr/bb-win32/win32-debug2/build/mysql-test/var/log/innodb.innodb-mdev7046-xtradb/' to 'C:/bzr/bb-win32/win32-debug2/build/mysql-test/var/log/innodb.innodb-mdev7046-xtradb/' Retrying test innodb.innodb-mdev7046, attempt(2/3)... worker [1] > Restart - not started ***Warnings generated in error logs during shutdown after running tests: innodb.innodb-mdev7046 141207 10:31:24 [ERROR] InnoDB: File .\test\t1#p#p1#sp#p1sp0.ibd: 'rename' returned OS error 103.
        jplindst Jan Lindström (Inactive) made changes -
        Resolution Fixed [ 1 ]
        Status Closed [ 6 ] Stalled [ 10000 ]
        jplindst Jan Lindström (Inactive) made changes -
        Fix Version/s 10.0.15 [ 17300 ]
        elenst Elena Stepanova made changes -
        Fix Version/s 10.1.3 [ 18000 ]
        Fix Version/s 10.1.2 [ 15801 ]
        jplindst Jan Lindström (Inactive) made changes -
        Summary innodb.innodb-mdev7046 and innodb-page_compression* fail on BuildBot innodb.innodb-mdev7046 fail on BuildBot
        jplindst Jan Lindström (Inactive) made changes -
        Status Stalled [ 10000 ] In Progress [ 3 ]

        commit c0d4e8a395347e0b4c7167f118ccb9169e1b1f07
        Author: Jan Lindström <jan.lindstrom@skysql.com>
        Date: Sun Dec 28 13:54:41 2014 +0200

        MDEV-7262: innodb.innodb-mdev7046 fail on BuildBot

        jplindst Jan Lindström (Inactive) added a comment - commit c0d4e8a395347e0b4c7167f118ccb9169e1b1f07 Author: Jan Lindström <jan.lindstrom@skysql.com> Date: Sun Dec 28 13:54:41 2014 +0200 MDEV-7262 : innodb.innodb-mdev7046 fail on BuildBot

        commit 517c5c9e8935d4bfce27c42007bc3e9ec02bddaa
        Author: Jan Lindström <jan.lindstrom@skysql.com>
        Date: Mon Jan 12 09:30:49 2015 +0200

        MDEV-7262: innodb.innodb-mdev7046 fail on BuildBot

        Test causes OS error printout and we need to supress this
        error message on tests.

        jplindst Jan Lindström (Inactive) added a comment - commit 517c5c9e8935d4bfce27c42007bc3e9ec02bddaa Author: Jan Lindström <jan.lindstrom@skysql.com> Date: Mon Jan 12 09:30:49 2015 +0200 MDEV-7262 : innodb.innodb-mdev7046 fail on BuildBot Test causes OS error printout and we need to supress this error message on tests.

        revno: 4551
        committer: Jan Lindström <jplindst@mariadb.org>
        branch nick: 10.0-bugs
        timestamp: Tue 2015-01-13 16:48:11 +0200
        message:
        MDEV-7262: innodb.innodb-mdev7046 fail on BuildBot

        Test causes OS error printout and we need to supress this
        error message on tests. Additionally, test could cause
        different error codes on different OSs.

        jplindst Jan Lindström (Inactive) added a comment - revno: 4551 committer: Jan Lindström <jplindst@mariadb.org> branch nick: 10.0-bugs timestamp: Tue 2015-01-13 16:48:11 +0200 message: MDEV-7262 : innodb.innodb-mdev7046 fail on BuildBot Test causes OS error printout and we need to supress this error message on tests. Additionally, test could cause different error codes on different OSs.
        jplindst Jan Lindström (Inactive) made changes -
        Resolution Fixed [ 1 ]
        Status In Progress [ 3 ] Closed [ 6 ]
        ratzpo Rasmus Johansson (Inactive) made changes -
        Workflow MariaDB v2 [ 58827 ] MariaDB v3 [ 64108 ]
        serg Sergei Golubchik made changes -
        Workflow MariaDB v3 [ 64108 ] MariaDB v4 [ 148585 ]

        People

          jplindst Jan Lindström (Inactive)
          jplindst Jan Lindström (Inactive)
          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.