[MDEV-14801] innodb.innodb_max_recordsize_32k, innodb.innodb_stats_persistent_debug failed in buildbot with "operation failed" Created: 2017-12-29  Updated: 2023-11-29  Resolved: 2023-11-29

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.2
Fix Version/s: N/A

Type: Bug Priority: Minor
Reporter: Elena Stepanova Assignee: Unassigned
Resolution: Won't Fix Votes: 0
Labels: None


 Description   

http://buildbot.askmonty.org/buildbot/builders/kvm-bintar-trusty-x86/builds/3867/steps/test/logs/stdio

innodb.innodb_max_recordsize_32k 'innodb' w1 [ fail ]
        Test ended at 2017-12-08 17:02:56
 
CURRENT_TEST: innodb.innodb_max_recordsize_32k
--- /usr/local/mariadb-10.2.12-linux-i686/mysql-test/suite/innodb/r/innodb_max_recordsize_32k.result	2017-12-08 14:47:05.000000000 +0000
+++ /usr/local/mariadb-10.2.12-linux-i686/mysql-test/suite/innodb/r/innodb_max_recordsize_32k.reject	2017-12-08 17:02:55.962976341 +0000
@@ -358,13 +358,13 @@
 FLUSH TABLE t;
 ANALYZE TABLE t;
 Table	Op	Msg_type	Msg_text
-test.t	analyze	status	OK
+test.t	analyze	status	Operation failed
 SELECT stat_value FROM mysql.innodb_index_stats where database_name = 'test' and table_name= 't' and stat_name='n_leaf_pages';
 stat_value
-4
+2
 SELECT clustered_index_size from mysql.innodb_table_stats where database_name = 'test' and table_name= 't';
 clustered_index_size
-5
+3
 DROP TABLE t;
 CREATE TABLE t(col BLOB) ENGINE=InnoDB ROW_FORMAT=COMPACT;
 SHOW WARNINGS;
 
mysqltest: Result length mismatch

http://buildbot.askmonty.org/buildbot/builders/p8-rhel7-bintar-debug/builds/3276

innodb.innodb_stats_persistent_debug 'innodb' w3 [ fail ]
        Test ended at 2017-12-29 09:00:18
 
CURRENT_TEST: innodb.innodb_stats_persistent_debug
--- /home/buildbot/maria-slave/power8-vlp03-bintar-debug/build/mysql-test/suite/innodb/r/innodb_stats_persistent_debug.result	2017-12-28 15:51:23.042794735 -0500
+++ /home/buildbot/maria-slave/power8-vlp03-bintar-debug/build/mysql-test/suite/innodb/r/innodb_stats_persistent_debug.reject	2017-12-29 09:00:17.956768065 -0500
@@ -17,7 +17,7 @@
 connect con1, localhost, root,,;
 ANALYZE TABLE t;
 Table	Op	Msg_type	Msg_text
-test.t	analyze	status	OK
+test.t	analyze	status	Operation failed
 disconnect con1;
 connection default;
 DROP TABLE t;
 
mysqltest: Result length mismatch


Generated at Thu Feb 08 08:16:23 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.