[MDEV-29348] rpl.rpl_rewrt_db test fails with [gdb,manual-gdb] with wrong parsing Created: 2022-08-22 Updated: 2022-11-28 Resolved: 2022-11-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Server |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.3.38, 10.4.28, 10.5.19, 10.6.12, 10.7.8, 10.8.7, 10.9.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Anel Husakovic | Assignee: | Anel Husakovic |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Error occurs when running the test with --manual-gdb (note " between second and third occurence of replicate_rewrite_db option):
Options are read from rpl_rewrt_db-slave.opt file
The wrong formated string is obtained in gdbinit file when test is run:
This is bt mtr_add_arg <- mysqld_arguments <-gdb_arguments When the test is run without manual-gdb it works
In that case parsing is fine:
Note ^^ double occurence of log-bin for master/slave - reason double usage of have_log_bin.inc in the test case (for have_binlog_format_mixed_or_statement.inc and rpl_init.inc. When running with --gdb error is obtained:
|
| Comments |
| Comment by Anel Husakovic [ 2022-08-22 ] | |||||||||||||||||||||||||||||
|
Options are parsed valid but have extra space
However after removing spaces the problem still occurs
| |||||||||||||||||||||||||||||
| Comment by Anel Husakovic [ 2022-08-28 ] | |||||||||||||||||||||||||||||
|
Hi Serg, can you please review PR 2244 ? |