Commit 29ca8dc
Lukasz Gniadzik
Bug#37611414: rpl_nogtid.rpl_server_uuid consistently failing on PB2
Description:
------------
The rpl_nogtid.rpl_server_uuid test fails to match the
expected error message in the source's error log when the
replication forum consists of two replicas with the same UUID.
Although the source correctly detects replicas with duplicated
UUID and exhibits the expected behavior, the error message
produced differs from the one expected in the test assertion.
Analysis:
---------
This behavior is expected as the error message produced by the
source during detection of a dump thread with the same UUID
has been modified within the changeset for Bug#25330090.
Fix:
----
Update the $assert_select in rpl_nogtid.rpl_server_uuid test
to match error message for the
ER_RPL_KILL_OLD_DUMP_THREAD_ENCOUNTERED error.
Change-Id: I1aca5fb3fbed5794df5e1bc2aea4cf36242f29601 parent 0254883 commit 29ca8dc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
0 commit comments