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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
3a5e78db
Commit
3a5e78db
authored
Oct 04, 2013
by
Rich Prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#90 fix race conditions in tests that cause sporadic test failures
parent
b09f1c49
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
mysql-test/suite/tokudb/t/i_s_tokudb_lock_waits_released.test
...l-test/suite/tokudb/t/i_s_tokudb_lock_waits_released.test
+1
-0
mysql-test/suite/tokudb/t/i_s_tokudb_lock_waits_timeout.test
mysql-test/suite/tokudb/t/i_s_tokudb_lock_waits_timeout.test
+1
-0
mysql-test/suite/tokudb/t/i_s_tokudb_locks_released.test
mysql-test/suite/tokudb/t/i_s_tokudb_locks_released.test
+1
-0
No files found.
mysql-test/suite/tokudb/t/i_s_tokudb_lock_waits_released.test
View file @
3a5e78db
...
...
@@ -27,6 +27,7 @@ send insert into t values (1);
# should find the presence of a lock on 1st transaction
connection
default
;
real_sleep
1
;
# give some time for conn_b to block
replace_column
1
TRX_ID
2
MYSQL_ID
;
select
*
from
information_schema
.
tokudb_locks
;
...
...
mysql-test/suite/tokudb/t/i_s_tokudb_lock_waits_timeout.test
View file @
3a5e78db
...
...
@@ -24,6 +24,7 @@ send insert into t values (1);
# should find the presence of a lock on 1st transaction
connection
default
;
real_sleep
1
;
# give some time for conn_b to get blocked
replace_column
1
TRX_ID
2
MYSQL_ID
;
select
*
from
information_schema
.
tokudb_locks
;
...
...
mysql-test/suite/tokudb/t/i_s_tokudb_locks_released.test
View file @
3a5e78db
...
...
@@ -30,6 +30,7 @@ send insert into t values (1);
# should find the presence of a lock on 2nd transaction
connection
default
;
real_sleep
1
;
# give some time for conn_b to get blocked
replace_column
1
TRX_ID
2
MYSQL_ID
;
eval
select
*
from
information_schema
.
tokudb_locks
;
...
...
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