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
b0d38448
Commit
b0d38448
authored
Aug 19, 2021
by
Sujatha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-25958: rpl_semi_sync_fail_over.test fails in buildbot
Post push fix. Added a missing WAIT_FOR signal line.
parent
d12b5e21
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
mysql-test/suite/rpl/r/rpl_semi_sync_fail_over.result
mysql-test/suite/rpl/r/rpl_semi_sync_fail_over.result
+1
-0
mysql-test/suite/rpl/t/rpl_semi_sync_crash.inc
mysql-test/suite/rpl/t/rpl_semi_sync_crash.inc
+1
-0
No files found.
mysql-test/suite/rpl/r/rpl_semi_sync_fail_over.result
View file @
b0d38448
...
...
@@ -180,6 +180,7 @@ connect conn_client,127.0.0.1,root,,test,$SERVER_MYPORT_1,;
SET DEBUG_SYNC= "commit_before_get_LOCK_commit_ordered SIGNAL con1_ready WAIT_FOR con1_go";
INSERT INTO t1 VALUES (7, REPEAT("x", 4100));
connect conn_client_3,127.0.0.1,root,,test,$SERVER_MYPORT_1,;
SET DEBUG_SYNC= "now WAIT_FOR con1_ready";
SET DEBUG_SYNC= "commit_before_update_binlog_end_pos SIGNAL con3_ready WAIT_FOR con1_go";
INSERT INTO t1 VALUES (8, REPEAT("x", 4100));
connection server_1;
...
...
mysql-test/suite/rpl/t/rpl_semi_sync_crash.inc
View file @
b0d38448
...
...
@@ -51,6 +51,7 @@ if ($case == 3)
SET
DEBUG_SYNC
=
"commit_before_get_LOCK_commit_ordered SIGNAL con1_ready WAIT_FOR con1_go"
;
--
send_eval
$query_to_crash
--
connect
(
conn_client_3
,
127.0
.
0.1
,
root
,,
test
,
$SERVER_MYPORT_1
,)
SET
DEBUG_SYNC
=
"now WAIT_FOR con1_ready"
;
# use the same signal with $query_to_crash
SET
DEBUG_SYNC
=
"commit_before_update_binlog_end_pos SIGNAL con3_ready WAIT_FOR con1_go"
;
--
send_eval
$query2_to_crash
...
...
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