[MDEV-7183] innodb-wl5522-debug-zip fails in buildbot on Windows Created: 2014-11-24  Updated: 2014-11-24  Resolved: 2014-11-24

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.0
Fix Version/s: 10.0.16

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Jan Lindström (Inactive)
Resolution: Fixed Votes: 0
Labels: buildbot, tests

Issue Links:
Relates
relates to MDEV-7069 Fix buildbot failures in main server ... Stalled

 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



 Comments   
Comment by Jan Lindström (Inactive) [ 2014-11-24 ]

revno: 4511
committer: Jan Lindström <jplindst@mariadb.org>
branch nick: 10.0-bugs
timestamp: Mon 2014-11-24 20:35:02 +0200
message:
MDEV-7183: innodb-wl5522-debug-zip fails in buildbot on Windows

Problem is different path separators. Fixed by replacing
result.

Generated at Thu Feb 08 07:17:39 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.