Failure on a valgrind build:
http://buildbot.askmonty.org/buildbot/builders/work-amd64-valgrind/builds/6398/steps/test/logs/stdio
Apparently because the valgrind build has symlinks disabled.
innodb.innodb-mdev7046 'xtradb' w2 [ fail ]
|
Test ended at 2014-11-28 20:46:45
|
|
CURRENT_TEST: innodb.innodb-mdev7046
|
mysqltest: At line 27: 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))' succeeded - should have failed with errno 1...
|
|
The result from queries just before the failure was:
|
call mtr.add_suppression("InnoDB: File ./test/t1*");
|
call mtr.add_suppression("nnoDB: Error number*");
|
USE test;
|
create table t1(f1 INT,f2 INT,f3 CHAR (10),primary key(f1,f2)) partition by range(f1) subpartition by hash(f2) subpartitions 2 (partition p1 values less than (0),partition p2 values less than (2),partition p3 values less than (2147483647));
|
RENAME TABLE t1 TO `t2_new..............................................end`;
|
ERROR HY000: Error on rename of 't2_new' (Errcode: 36 "File name too long")
|
alter table t1 engine=innodb;
|
RENAME TABLE t1 TO `t2_new..............................................end`;
|
ERROR HY000: Error on rename of 't2_new' (errno: -1 "Internal error < 0 (Not system error)")
|
show warnings;
|
Level Code Message
|
Error 1025 Error on rename of 't2_new' (errno: -1 "Internal error < 0 (Not system error)")
|
drop table t1;
|
DROP DATABASE test;
|
CREATE DATABASE test;
|
USE test;
|
SET @@session.storage_engine=MYISAM;
|
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));
|
|
Warnings from just before the error:
|
Warning 1618 <DATA DIRECTORY> option ignored
|
-----------------
Failure on Windows
http://buildbot.askmonty.org/buildbot/builders/win32-debug2/builds/6619/steps/test/logs/stdio
innodb.innodb-mdev7046 'xtradb' [ fail ]
|
Test ended at 2014-11-28 09:40:08
|
|
CURRENT_TEST: innodb.innodb-mdev7046
|
mysqltest: At line 27: 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...
|
|
The result from queries just before the failure was:
|
call mtr.add_suppression("InnoDB: File ./test/t1*");
|
call mtr.add_suppression("nnoDB: Error number*");
|
USE test;
|
create table t1(f1 INT,f2 INT,f3 CHAR (10),primary key(f1,f2)) partition by range(f1) subpartition by hash(f2) subpartitions 2 (partition p1 values less than (0),partition p2 values less than (2),partition p3 values less than (2147483647));
|
RENAME TABLE t1 TO `t2_new..............................................end`;
|
ERROR HY000: Error on rename of 't2_new' (Errcode: 2 "No such file or directory")
|
alter table t1 engine=innodb;
|
RENAME TABLE t1 TO `t2_new..............................................end`;
|
ERROR HY000: Error on rename of 't2_new' (errno: -1 "Internal error < 0 (Not system error)")
|
show warnings;
|
Level Code Message
|
Error 1025 Error on rename of 't2_new' (errno: -1 "Internal error < 0 (Not system error)")
|
drop table t1;
|
DROP DATABASE test;
|
CREATE DATABASE test;
|
USE test;
|
SET @@session.storage_engine=MYISAM;
|
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));
|
------------------
Failure on labrador
http://buildbot.askmonty.org/buildbot/builders/labrador/builds/4232/steps/test/logs/stdio
innodb.innodb-mdev7046 'innodb_plugin' [ fail ]
|
Test ended at 2014-11-27 12:20:36
|
|
CURRENT_TEST: innodb.innodb-mdev7046
|
--- /private/var/lib/buildslave/maria-slave/labrador/build/mysql-test/suite/innodb/r/innodb-mdev7046.result 2014-11-27 10:38:48.000000000 +0200
|
+++ /private/var/lib/buildslave/maria-slave/labrador/build/mysql-test/suite/innodb/r/innodb-mdev7046.reject 2014-11-27 12:20:36.000000000 +0200
|
@@ -3,7 +3,7 @@
|
USE test;
|
create table t1(f1 INT,f2 INT,f3 CHAR (10),primary key(f1,f2)) partition by range(f1) subpartition by hash(f2) subpartitions 2 (partition p1 values less than (0),partition p2 values less than (2),partition p3 values less than (2147483647));
|
RENAME TABLE t1 TO `t2_new..............................................end`;
|
-ERROR HY000: Error on rename of 't2_new' (Errcode: 36 "File name too long")
|
+ERROR HY000: Error on rename of 't2_new' (Errcode: 63 "File name too long")
|
alter table t1 engine=innodb;
|
RENAME TABLE t1 TO `t2_new..............................................end`;
|
ERROR HY000: Error on rename of 't2_new' (errno: -1 "Internal error < 0 (Not system error)")
|
|
mysqltest: Result content mismatch
|
- blocks
-
MDEV-7069
Fix buildbot failures in main server trees
-
-
Closed
{"report":{"fcp":731.5999999046326,"ttfb":146.09999990463257,"pageVisibility":"visible","entityId":49205,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"23da0c0a-a9d0-4d03-bcc8-06a1d9edb571","navigationType":0,"readyForUser":805.0999999046326,"redirectCount":0,"resourceLoadedEnd":729.2000000476837,"resourceLoadedStart":153.29999995231628,"resourceTiming":[{"duration":100.40000009536743,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":153.29999995231628,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":153.29999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":253.70000004768372,"responseStart":0,"secureConnectionStart":0},{"duration":100.40000009536743,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2bu7/820016/12ta74/8679b4946efa1a0bb029a3a22206fb5d/_/download/contextbatch/css/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":153.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":153.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":253.90000009536743,"responseStart":0,"secureConnectionStart":0},{"duration":110.10000014305115,"initiatorType":"script","name":"https://jira.mariadb.org/s/fbf975c0cce4b1abf04784eeae9ba1f4-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":153.59999990463257,"connectEnd":153.59999990463257,"connectStart":153.59999990463257,"domainLookupEnd":153.59999990463257,"domainLookupStart":153.59999990463257,"fetchStart":153.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":153.59999990463257,"responseEnd":263.7000000476837,"responseStart":263.59999990463257,"secureConnectionStart":153.59999990463257},{"duration":166.09999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/s/099b33461394b8015fc36c0a4b96e19f-CDN/lu2bu7/820016/12ta74/8679b4946efa1a0bb029a3a22206fb5d/_/download/contextbatch/js/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true","startTime":153.70000004768372,"connectEnd":153.70000004768372,"connectStart":153.70000004768372,"domainLookupEnd":153.70000004768372,"domainLookupStart":153.70000004768372,"fetchStart":153.70000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":153.70000004768372,"responseEnd":319.7999999523163,"responseStart":319.7999999523163,"secureConnectionStart":153.70000004768372},{"duration":169.79999995231628,"initiatorType":"script","name":"https://jira.mariadb.org/s/94c15bff32baef80f4096a08aceae8bc-CDN/lu2bu7/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":153.90000009536743,"connectEnd":153.90000009536743,"connectStart":153.90000009536743,"domainLookupEnd":153.90000009536743,"domainLookupStart":153.90000009536743,"fetchStart":153.90000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":153.90000009536743,"responseEnd":323.7000000476837,"responseStart":323.7000000476837,"secureConnectionStart":153.90000009536743},{"duration":170.29999995231628,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":154,"connectEnd":154,"connectStart":154,"domainLookupEnd":154,"domainLookupStart":154,"fetchStart":154,"redirectEnd":0,"redirectStart":0,"requestStart":154,"responseEnd":324.2999999523163,"responseStart":324.2999999523163,"secureConnectionStart":154},{"duration":171.90000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":154,"connectEnd":154,"connectStart":154,"domainLookupEnd":154,"domainLookupStart":154,"fetchStart":154,"redirectEnd":0,"redirectStart":0,"requestStart":154,"responseEnd":325.90000009536743,"responseStart":325.90000009536743,"secureConnectionStart":154},{"duration":173.20000004768372,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2bu7/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":154.09999990463257,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":154.09999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":327.2999999523163,"responseStart":0,"secureConnectionStart":0},{"duration":173.09999990463257,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":154.20000004768372,"connectEnd":154.20000004768372,"connectStart":154.20000004768372,"domainLookupEnd":154.20000004768372,"domainLookupStart":154.20000004768372,"fetchStart":154.20000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":154.20000004768372,"responseEnd":327.2999999523163,"responseStart":327.2999999523163,"secureConnectionStart":154.20000004768372},{"duration":174.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2bu7/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/css/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.css?jira.create.linked.issue=true","startTime":154.40000009536743,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":154.40000009536743,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":328.90000009536743,"responseStart":0,"secureConnectionStart":0},{"duration":174.40000009536743,"initiatorType":"script","name":"https://jira.mariadb.org/s/3339d87fa2538a859872f2df449bf8d0-CDN/lu2bu7/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/js/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.js?jira.create.linked.issue=true&locale=en","startTime":154.59999990463257,"connectEnd":154.59999990463257,"connectStart":154.59999990463257,"domainLookupEnd":154.59999990463257,"domainLookupStart":154.59999990463257,"fetchStart":154.59999990463257,"redirectEnd":0,"redirectStart":0,"requestStart":154.59999990463257,"responseEnd":329,"responseStart":329,"secureConnectionStart":154.59999990463257},{"duration":322.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":155.20000004768372,"connectEnd":155.20000004768372,"connectStart":155.20000004768372,"domainLookupEnd":155.20000004768372,"domainLookupStart":155.20000004768372,"fetchStart":155.20000004768372,"redirectEnd":0,"redirectStart":0,"requestStart":155.20000004768372,"responseEnd":477.7000000476837,"responseStart":477.7000000476837,"secureConnectionStart":155.20000004768372},{"duration":573.9000000953674,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":155.29999995231628,"connectEnd":155.29999995231628,"connectStart":155.29999995231628,"domainLookupEnd":155.29999995231628,"domainLookupStart":155.29999995231628,"fetchStart":155.29999995231628,"redirectEnd":0,"redirectStart":0,"requestStart":155.29999995231628,"responseEnd":729.2000000476837,"responseStart":729.2000000476837,"secureConnectionStart":155.29999995231628},{"duration":206,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":482.7000000476837,"connectEnd":482.7000000476837,"connectStart":482.7000000476837,"domainLookupEnd":482.7000000476837,"domainLookupStart":482.7000000476837,"fetchStart":482.7000000476837,"redirectEnd":0,"redirectStart":0,"requestStart":482.7000000476837,"responseEnd":688.7000000476837,"responseStart":688.7000000476837,"secureConnectionStart":482.7000000476837},{"duration":185.79999995231628,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":707.4000000953674,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":707.4000000953674,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":893.2000000476837,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":11,"responseStart":146,"responseEnd":150,"domLoading":150,"domInteractive":865,"domContentLoadedEventStart":865,"domContentLoadedEventEnd":903,"domComplete":1400,"loadEventStart":1400,"loadEventEnd":1401,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":847.9000000953674},{"name":"bigPipe.sidebar-id.end","time":848.7000000476837},{"name":"bigPipe.activity-panel-pipe-id.start","time":848.7999999523163},{"name":"bigPipe.activity-panel-pipe-id.end","time":851.0999999046326},{"name":"activityTabFullyLoaded","time":909.7000000476837}],"measures":[],"correlationId":"1514fab96e0040","effectiveType":"4g","downlink":9.4,"rtt":0,"serverDuration":73,"dbReadsTimeInMs":11,"dbConnsTimeInMs":18,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}