The tests innodb.log_file_name_debug (and theoretically innodb.innodb-index) can cause a subsequent recovery test to fail:
./mtr --no-reorder innodb.log_file_name_debug innodb.read_only_recovery
|
10.4 c761b43451d54eeeecdf3c102906fcce88d4e9d9
|
innodb.log_file_name_debug 'innodb' [ pass ] 6736
|
innodb.read_only_recovery 'innodb' [ fail ] Found warnings/errors in server log file!
|
Test ended at 2018-11-08 14:29:29
|
line
|
2018-11-08 14:29:24 0 [Warning] InnoDB: Tablespace 4294967280 was not found at ./test/bogus file.ibd, and innodb_force_recovery was set. All redo log for this tablespace will be ignored!
|
The first test does inject this error and does run crash recovery. But it fails to ensure that a redo log checkpoint will occur.
So, if a subsequent test executes crash recovery, it can get the warning due to the fault that was injected in the previous test.
The fix is to add an extra shutdown to the first test:
diff --git a/mysql-test/suite/innodb/t/log_file_name_debug.test b/mysql-test/suite/innodb/t/log_file_name_debug.test
|
index 0aaf798e2b3..d85fbf08194 100644
|
--- a/mysql-test/suite/innodb/t/log_file_name_debug.test
|
+++ b/mysql-test/suite/innodb/t/log_file_name_debug.test
|
@@ -44,5 +44,7 @@ SELECT * FROM t1;
|
|
--let $restart_parameters=
|
--source include/restart_mysqld.inc
|
+# Initiate shutdown in order to issue a redo log checkpoint and to discard
|
+# the redo log record that was emitted due to '+d,fil_names_write_bogus'.
|
+--source include/restart_mysqld.inc
|
DROP TABLE t1;
|
-
|
A similar problem is theoretically possible with innodb.innodb-index, but I was not able to repeat it. It is better to be safe than sorry:
diff --git a/mysql-test/suite/innodb/t/innodb-index.test b/mysql-test/suite/innodb/t/innodb-index.test
|
index 97014d84ca7..e575cff4774 100644
|
--- a/mysql-test/suite/innodb/t/innodb-index.test
|
+++ b/mysql-test/suite/innodb/t/innodb-index.test
|
@@ -1115,6 +1115,11 @@ AND support IN ('YES', 'DEFAULT', 'ENABLED');
|
--move_file $MYSQLD_DATADIR/test/t0.ibd $MYSQLD_DATADIR/test/t1.ibd
|
|
--source include/start_mysqld.inc
|
+if ($have_debug) {
|
+# Initiate shutdown in order to issue a redo log checkpoint and to discard
|
+# the redo log record that was emitted due to '+d,fil_names_write_bogus'.
|
+--source include/restart_mysqld.inc
|
+}
|
|
SELECT * FROM t1;
|
SELECT * FROM t2;
|
There are no comments yet on this issue.
{"report":{"fcp":2922.6000003814697,"ttfb":1068.1000003814697,"pageVisibility":"visible","entityId":70676,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":0.5,"journeyId":"94a02065-48e7-48f2-8915-250c7bc16412","navigationType":0,"readyForUser":3024.800000190735,"redirectCount":0,"resourceLoadedEnd":3965.300000190735,"resourceLoadedStart":1074,"resourceTiming":[{"duration":1233.3999996185303,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":1074,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1074,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":2307.3999996185303,"responseStart":0,"secureConnectionStart":0},{"duration":1234.6000003814697,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/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&whisper-enabled=true","startTime":1074.1999998092651,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1074.1999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":2308.800000190735,"responseStart":0,"secureConnectionStart":0},{"duration":1354.3999996185303,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":1074.5,"connectEnd":1074.5,"connectStart":1074.5,"domainLookupEnd":1074.5,"domainLookupStart":1074.5,"fetchStart":1074.5,"redirectEnd":0,"redirectStart":0,"requestStart":1074.5,"responseEnd":2428.8999996185303,"responseStart":2428.8999996185303,"secureConnectionStart":1074.5},{"duration":1453.6000003814697,"initiatorType":"script","name":"https://jira.mariadb.org/s/2d8175ec2fa4c816e8023260bd8c1786-CDN/lu2cib/820016/12ta74/494e4c556ecbb29f90a3d3b4f09cb99c/_/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&whisper-enabled=true","startTime":1074.6999998092651,"connectEnd":1074.6999998092651,"connectStart":1074.6999998092651,"domainLookupEnd":1074.6999998092651,"domainLookupStart":1074.6999998092651,"fetchStart":1074.6999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":1074.6999998092651,"responseEnd":2528.300000190735,"responseStart":2528.300000190735,"secureConnectionStart":1074.6999998092651},{"duration":1457.2000007629395,"initiatorType":"script","name":"https://jira.mariadb.org/s/a9324d6758d385eb45c462685ad88f1d-CDN/lu2cib/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":1074.8999996185303,"connectEnd":1074.8999996185303,"connectStart":1074.8999996185303,"domainLookupEnd":1074.8999996185303,"domainLookupStart":1074.8999996185303,"fetchStart":1074.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":1074.8999996185303,"responseEnd":2532.1000003814697,"responseStart":2532.1000003814697,"secureConnectionStart":1074.8999996185303},{"duration":1457.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":1075.1000003814697,"connectEnd":1075.1000003814697,"connectStart":1075.1000003814697,"domainLookupEnd":1075.1000003814697,"domainLookupStart":1075.1000003814697,"fetchStart":1075.1000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":1075.1000003814697,"responseEnd":2532.6000003814697,"responseStart":2532.6000003814697,"secureConnectionStart":1075.1000003814697},{"duration":1457.5999994277954,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":1075.3000001907349,"connectEnd":1075.3000001907349,"connectStart":1075.3000001907349,"domainLookupEnd":1075.3000001907349,"domainLookupStart":1075.3000001907349,"fetchStart":1075.3000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":1075.3000001907349,"responseEnd":2532.8999996185303,"responseStart":2532.8999996185303,"secureConnectionStart":1075.3000001907349},{"duration":1498.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2cib/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":1075.3999996185303,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1075.3999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":2573.8999996185303,"responseStart":0,"secureConnectionStart":0},{"duration":1457.7999992370605,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":1075.6000003814697,"connectEnd":1075.6000003814697,"connectStart":1075.6000003814697,"domainLookupEnd":1075.6000003814697,"domainLookupStart":1075.6000003814697,"fetchStart":1075.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":1075.6000003814697,"responseEnd":2533.3999996185303,"responseStart":2533.3999996185303,"secureConnectionStart":1075.6000003814697},{"duration":1498.3999996185303,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2cib/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":1075.8000001907349,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":1075.8000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":2574.199999809265,"responseStart":0,"secureConnectionStart":0},{"duration":1458.3000001907349,"initiatorType":"script","name":"https://jira.mariadb.org/s/5d5e8fe91fbc506585e83ea3b62ccc4b-CDN/lu2cib/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":1075.8999996185303,"connectEnd":1075.8999996185303,"connectStart":1075.8999996185303,"domainLookupEnd":1075.8999996185303,"domainLookupStart":1075.8999996185303,"fetchStart":1075.8999996185303,"redirectEnd":0,"redirectStart":0,"requestStart":1075.8999996185303,"responseEnd":2534.199999809265,"responseStart":2534.199999809265,"secureConnectionStart":1075.8999996185303},{"duration":2343.6000003814697,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":1076.6999998092651,"connectEnd":1076.6999998092651,"connectStart":1076.6999998092651,"domainLookupEnd":1076.6999998092651,"domainLookupStart":1076.6999998092651,"fetchStart":1076.6999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":1076.6999998092651,"responseEnd":3420.300000190735,"responseStart":3420.300000190735,"secureConnectionStart":1076.6999998092651},{"duration":2888.6000003814697,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":1076.6999998092651,"connectEnd":1076.6999998092651,"connectStart":1076.6999998092651,"domainLookupEnd":1076.6999998092651,"domainLookupStart":1076.6999998092651,"fetchStart":1076.6999998092651,"redirectEnd":0,"redirectStart":0,"requestStart":1076.6999998092651,"responseEnd":3965.300000190735,"responseStart":3965.300000190735,"secureConnectionStart":1076.6999998092651},{"duration":827.8999996185303,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":2593.6000003814697,"connectEnd":2593.6000003814697,"connectStart":2593.6000003814697,"domainLookupEnd":2593.6000003814697,"domainLookupStart":2593.6000003814697,"fetchStart":2593.6000003814697,"redirectEnd":0,"redirectStart":0,"requestStart":2593.6000003814697,"responseEnd":3421.5,"responseStart":3421.5,"secureConnectionStart":2593.6000003814697}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":906,"responseStart":1068,"responseEnd":1071,"domLoading":1072,"domInteractive":3984,"domContentLoadedEventStart":3984,"domContentLoadedEventEnd":4027,"domComplete":4897,"loadEventStart":4897,"loadEventEnd":4898,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":3967.3999996185303},{"name":"bigPipe.sidebar-id.end","time":3968.300000190735},{"name":"bigPipe.activity-panel-pipe-id.start","time":3968.3999996185303},{"name":"bigPipe.activity-panel-pipe-id.end","time":3969.1000003814697},{"name":"activityTabFullyLoaded","time":4033}],"measures":[],"correlationId":"521448a5bfc796","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":95,"dbReadsTimeInMs":10,"dbConnsTimeInMs":20,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}