[MDEV-7181] innodb.innodb_defrag_concurrent fails in buildbot Created: 2014-11-24  Updated: 2014-11-25  Resolved: 2014-11-25

Status: Closed
Project: MariaDB Server
Component/s: 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/kvm-fulltest2/builds/2954/steps/test_2/logs/stdio

innodb.innodb_defrag_concurrent 'innodb_plugin' w2 [ fail ]
        Test ended at 2014-11-23 18:58:16
 
CURRENT_TEST: innodb.innodb_defrag_concurrent
--- /mnt/buildbot/build/mariadb-10.1.2/mysql-test/suite/innodb/r/innodb_defrag_concurrent.result	2014-11-23 16:58:53.000000000 +0200
+++ /mnt/buildbot/build/mariadb-10.1.2/mysql-test/suite/innodb/r/innodb_defrag_concurrent.reject	2014-11-23 18:58:15.000000000 +0200
@@ -25,6 +25,9 @@
 count(*)
 15800
 after delete second
+select count(*) from information_schema.innodb_buffer_page where table_name like '%t1%' and index_name = 'second' order by page_number;
+count(*)
+171
 select count(*) from t1 force index (third);
 count(*)
 15800
 
mysqltest: Result length mismatch



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

commit 98a78c460f3e7951712255e68a6dce614551683d
Author: Jan Lindström <jan.lindstrom@skysql.com>
Date: Tue Nov 25 09:11:48 2014 +0200

MDEV-7181: innodb.innodb_defrag_concurrent fails in buildbot

Problem was that test tried to calculate number of pages on
buffer pool and operations done to them. This is not realible
way on buildbot.

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