Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
b6d48595
Commit
b6d48595
authored
Oct 29, 2017
by
Sergei Petrunia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-14181: rocksdb.rocksdb fails: line 1117: query 'reap' succeeded - should have failed
Fix a race condition in the testcase.
parent
8abe8400
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
storage/rocksdb/mysql-test/rocksdb/t/disabled.def
storage/rocksdb/mysql-test/rocksdb/t/disabled.def
+0
-1
storage/rocksdb/mysql-test/rocksdb/t/rocksdb.test
storage/rocksdb/mysql-test/rocksdb/t/rocksdb.test
+4
-0
No files found.
storage/rocksdb/mysql-test/rocksdb/t/disabled.def
View file @
b6d48595
...
...
@@ -54,7 +54,6 @@ blind_delete_without_tx_api: MDEV-12286: rocksdb.blind_delete_without_tx_api tes
persistent_cache: Upstream RocksDB bug https://github.com/facebook/mysql-5.6/issues/579
collation: Fails on gcc 4.8 and before, MDEV-12433
rocksdb : Intermittent failures in BB
unique_sec : Intermittent failures in BB
# See also storage/rocksdb/mysql-test/rocksdb/suite.pm
...
...
storage/rocksdb/mysql-test/rocksdb/t/rocksdb.test
View file @
b6d48595
...
...
@@ -1107,6 +1107,10 @@ set autocommit = 1;
update
t1
set
a
=
sleep
(
100
)
where
pk
=
1
;
--
connect
(
con1
,
localhost
,
root
,,)
let
$wait_condition
=
select
State
=
'User sleep'
from
information_schema
.
processlist
where
id
=
$con_id
;
--
source
include
/
wait_condition
.
inc
--
echo
kill
query
\
$con_id
;
--
disable_query_log
eval
kill
query
$con_id
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment