[MDEV-13660] rocksdb.bulk_load_rev_cf_and_data failed in buildbot Created: 2017-08-28  Updated: 2017-09-11  Resolved: 2017-09-11

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

Type: Bug Priority: Minor
Reporter: Alice Sherepa Assignee: Sergei Petrunia
Resolution: Fixed Votes: 0
Labels: None


 Description   

http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest-big/builds/1167/steps/test_2/logs/stdio

 
CURRENT_TEST: rocksdb.bulk_load_rev_cf_and_data
--- /mnt/buildbot/build/mariadb-10.2.9/storage/rocksdb/mysql-test/rocksdb/r/bulk_load_rev_cf_and_data.result	2017-08-24 10:06:07.000000000 -0400
+++ /mnt/buildbot/build/mariadb-10.2.9/storage/rocksdb/mysql-test/rocksdb/r/bulk_load_rev_cf_and_data.reject	2017-08-25 11:46:53.641392124 -0400
@@ -21,6 +21,7 @@
 PRIMARY KEY(pk) COMMENT "rev:cf1",
 KEY(a)
 ) COLLATE 'latin1_bin' PARTITION BY KEY() PARTITIONS 4;
+connect  other,localhost,root,,;
 set session transaction isolation level repeatable read;
 select * from information_schema.rocksdb_dbstats where stat_type='DB_NUM_SNAPSHOTS';
 STAT_TYPE	VALUE
@@ -29,6 +30,7 @@
 select * from information_schema.rocksdb_dbstats where stat_type='DB_NUM_SNAPSHOTS';
 STAT_TYPE	VALUE
 DB_NUM_SNAPSHOTS	1
+connection default;
 set rocksdb_bulk_load=1;
 set rocksdb_bulk_load_size=100000;
 LOAD DATA INFILE <input_file> INTO TABLE t1;
@@ -79,4 +81,5 @@
 5000000
 longfilenamethatvalidatesthatthiswillgetdeleted.bulk_load.tmp
 test.bulk_load.tmp
+disconnect other;
 DROP TABLE t1, t2, t3;
 
mysqltest: Result length mismatch



 Comments   
Comment by Sergei Petrunia [ 2017-09-11 ]

This was fixed by
https://github.com/MariaDB/server/commit/4ae200a97a62ece765e940d8acb01cf1ada9de24

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