[MDEV-16262] rocksdb.issue255 test sometimes fails in buildbot Created: 2018-05-23  Updated: 2018-05-24  Resolved: 2018-05-23

Status: Closed
Project: MariaDB Server
Component/s: Storage Engine - RocksDB
Affects Version/s: 10.2, 10.3
Fix Version/s: 10.2.16, 10.3.8

Type: Bug Priority: Major
Reporter: Sergei Petrunia Assignee: Sergei Petrunia
Resolution: Fixed Votes: 0
Labels: upstream


 Description   

For example:
http://buildbot.askmonty.org/buildbot/builders/kvm-rpm-fedora27-amd64/builds/689/steps/mtr/logs/stdio

rocksdb.issue255                         w2 [ fail ]
        Test ended at 2018-05-23 00:56:23
 
CURRENT_TEST: rocksdb.issue255
--- /usr/share/mysql-test/plugin/rocksdb/rocksdb/r/issue255.result	2018-05-22 21:43:45.000000000 +0000
+++ /dev/shm/var/2/log/issue255.reject	2018-05-23 00:56:23.183088933 +0000
@@ -46,7 +46,7 @@
 127
 SHOW TABLE STATUS LIKE 't1';
 Name	Engine	Version	Row_format	Rows	Avg_row_length	Data_length	Max_data_length	Index_length	Data_free	Auto_increment	Create_time	Update_time	Check_time	Collation	Checksum	Create_options	Comment
-t1	ROCKSDB	10	Fixed	2	15	30	0	0	0	127	NULL	NULL	NULL	latin1_swedish_ci	NULL		
+t1	ROCKSDB	10	Fixed	2	18	36	0	0	0	127	NULL	NULL	NULL	latin1_swedish_ci	NULL		



 Comments   
Comment by Sergei Petrunia [ 2018-05-23 ]

The difference is:

 Avg_row_length	Data_length
-15	30
+18	36

Comment by Sergei Petrunia [ 2018-05-23 ]

These numbers may vary (I assume depending on the data layout in RocksDB).

The test actually has replace_column for each SHOW TABLE STATUS . this one doesn't have it because of an obvious typo.

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