Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
rocksdb.rocksdb test currently fails like this (note that it had several different kinds of failures):
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest/builds/10764/steps/test_2/logs/stdio
rocksdb.rocksdb w1 [ fail ]
|
Test ended at 2017-10-27 14:23:42
|
|
CURRENT_TEST: rocksdb.rocksdb
|
mysqltest: At line 1117: query 'reap' succeeded - should have failed with errno 1317...
|
|
The result from queries just before the failure was:
|
< snip >
|
pk
|
affected rows: 0
|
DROP TABLE t1,t2;
|
#
|
# MDEV-4374: RocksDB: Valgrind warnings 'Use of uninitialised value' on
|
# inserting into a varchar column
|
#
|
CREATE TABLE t1 (pk INT PRIMARY KEY, a VARCHAR(32)) ENGINE=RocksDB;
|
INSERT INTO t1 VALUES (1,'foo'),(2,'bar');
|
DROP TABLE t1;
|
#
|
# MDEV-4061: RocksDB: Changes from an interrupted query are still applied
|
Another similar failure:
http://buildbot.askmonty.org/buildbot/builders/kvm-bintar-trusty-amd64/builds/3267/steps/test/logs/stdio
This happens very often in buildbot, although all attempts to reproduce have not been successful.
Attachments
Issue Links
- is part of
-
MDEV-9658 Make MyRocks in MariaDB stable
- Closed