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.
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.
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.
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.
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
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.
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.
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.
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 BuildBot
If persistent trim is not used some OS require that we write full page.