[MDEV-7167] innodb.innodb_bug12902967 fails in buildbot on Windows Created: 2014-11-23  Updated: 2014-11-24  Resolved: 2014-11-24

Status: Closed
Project: MariaDB Server
Component/s: Storage Engine - InnoDB, Storage Engine - XtraDB, Tests
Affects Version/s: 10.1
Fix Version/s: 10.1.2

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

Issue Links:
Blocks
blocks MDEV-7172 Fix buildbot failures in 10.1 tree Closed

 Description   

http://buildbot.askmonty.org/buildbot/builders/win32-debug2/builds/6563/steps/test/logs/stdio

innodb.innodb_bug12902967 'innodb_plugin' [ fail ]
        Test ended at 2014-11-22 12:39:30
 
CURRENT_TEST: innodb.innodb_bug12902967
--- C:/bzr/bb-win32/win32-debug2/build/mysql-test/suite/innodb/r/innodb_bug12902967.result	2014-11-18 17:32:40.660795000 -0800
+++ C:\bzr\bb-win32\win32-debug2\build\mysql-test\suite\innodb\r\innodb_bug12902967.reject	2014-11-22 12:39:30.304074800 -0800
@@ -1,6 +1,6 @@
 create table t1 (f1 integer primary key) engine innodb;
 alter table t1 add constraint c1 foreign key (f1) references t1(f1);
 ERROR HY000: Error on rename of '#sql-temporary' to './test/t1' (errno: 150 "Foreign key constraint is incorrectly formed")
-InnoDB: has or is referenced in foreign key constraints
-InnoDB: which are not compatible with the new table definition.
+InnoDB: Note: File system for file .\ib_logfile1 has file block size 0 not supported for page_size 16384
+InnoDB: Note: Using file block size 512 for file .\ib_logfile1
 drop table t1;
 
mysqltest: Result length mismatch



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

commit afe6d88d78ddd31aec3e74d8470a492d77da3f18
Author: Jan Lindström <jan.lindstrom@skysql.com>
Date: Mon Nov 24 21:29:12 2014 +0200

MDEV-7167: innodb.innodb_bug12902967 fails in buildbot on Windows

Problem is that there is additional error message from function
that is not really needed now.

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