[MDEV-14035] Unknown system variable 'debug_dbug' in sst/ist galera tests Created: 2017-10-10 Updated: 2018-06-11 Resolved: 2018-06-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera SST, Tests |
| Affects Version/s: | 10.1.28 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrii Nikitin (Inactive) | Assignee: | Sergei Golubchik |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Description |
|
|
| Comments |
| Comment by Elena Stepanova [ 2017-10-10 ] |
|
Tests which use debug_dbug (or other debug-only variables) should have --source include/have_debug.inc. |
| Comment by Andrii Nikitin (Inactive) [ 2017-10-10 ] |
|
Thank you, I know about have_debug.inc , just wanted non-debug functionality from those tests to be tested in release builds. |
| Comment by Andrii Nikitin (Inactive) [ 2017-10-14 ] |
|
Suggested patch is in attached |
| Comment by Andrii Nikitin (Inactive) [ 2017-10-23 ] |
|
The main ideas behind patch: Suggested approach uses single test, which is performed for combinations of those checks for each sst method. |
| Comment by Sergei Golubchik [ 2018-06-11 ] |
|
Already fixed using maybe_debug.inc |