Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.0(EOL)
Description
http://buildbot.askmonty.org/buildbot/builders/win32-debug2/builds/6560/steps/test/logs/stdio
innodb.innodb-wl5522-debug-zip 'innodb_plugin' [ fail ]
|
Test ended at 2014-11-21 16:13:47
|
|
CURRENT_TEST: innodb.innodb-wl5522-debug-zip
|
--- C:/bzr/bb-win32/win32-debug2/build/mysql-test/suite/innodb/r/innodb-wl5522-debug-zip.result 2014-11-21 15:29:11.938999000 -0800
|
+++ C:\bzr\bb-win32\win32-debug2\build\mysql-test\suite\innodb\r\innodb-wl5522-debug-zip.reject 2014-11-21 16:13:47.188503100 -0800
|
@@ -104,7 +104,7 @@
|
SET SESSION debug_dbug="-d,ib_import_reset_space_and_lsn_failure";
|
SET SESSION debug_dbug="+d,ib_import_open_tablespace_failure";
|
ALTER TABLE test_wl5522.t1 IMPORT TABLESPACE;
|
-ERROR HY000: Got error 44 'Tablespace not found' from ./test_wl5522/t1.ibd
|
+ERROR HY000: Got error 44 'Tablespace not found' from .\test_wl5522\t1.ibd
|
SET SESSION debug_dbug="-d,ib_import_open_tablespace_failure";
|
restore: t1 .ibd and .cfg files
|
SET SESSION debug_dbug="+d,ib_import_check_bitmap_failure";
|
@@ -537,7 +537,7 @@
|
restore: t1 .ibd and .cfg files
|
SET SESSION debug_dbug="+d,fil_space_create_failure";
|
ALTER TABLE test_wl5522.t1 IMPORT TABLESPACE;
|
-ERROR HY000: Got error 11 'Generic error' from ./test_wl5522/t1.ibd
|
+ERROR HY000: Got error 11 'Generic error' from .\test_wl5522\t1.ibd
|
SET SESSION debug_dbug="-d,fil_space_create_failure";
|
DROP TABLE test_wl5522.t1;
|
unlink: t1.ibd
|
@@ -550,7 +550,7 @@
|
restore: t1 .ibd and .cfg files
|
SET SESSION debug_dbug="+d,dict_tf_to_fsp_flags_failure";
|
ALTER TABLE test_wl5522.t1 IMPORT TABLESPACE;
|
-ERROR HY000: Got error 39 'Data structure corruption' from ./test_wl5522/t1.ibd
|
+ERROR HY000: Got error 39 'Data structure corruption' from .\test_wl5522\t1.ibd
|
SET SESSION debug_dbug="-d,dict_tf_to_fsp_flags_failure";
|
DROP TABLE test_wl5522.t1;
|
unlink: t1.ibd
|
|
mysqltest: Result content mismatch
|
Attachments
Issue Links
- relates to
-
MDEV-7069 Fix buildbot failures in main server trees
- Stalled