[MDEV-3649] LP:509922 - Test runner doesn't honor --vs-config option when searching for mysqld Created: 2010-01-20 Updated: 2020-09-08 Resolved: 2012-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Alex Budovski (Inactive) | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | Launchpad | ||
| Attachments: |
|
| Description |
|
I added some instrumenting code. When it looks for DLLs, it does the right thing (uses sub vs_config_dir), but 'sub find_mysqld' ignores vs-config completely, and finds the first available one! In this case, I asked for the debug configuration, but it found the first available one which was RelWithDebInfo. Apart from being incorrect, this can also cause crashes due to inconsistency created between modules. D:\dev\bzr\mysql-server\maria\mysql-test>mysql-test-run.pl --vs-config=debug --do-test=maria
============================================================================== TEST RESULT TIME (ms) Found the wrong one!!! D:/dev/bzr/mysql-server/maria/sql/relwithdebinfo/mysqld.exe <--- here. |
| Comments |
| Comment by Sergei Golubchik [ 2010-06-28 ] |
|
Re: Test runner doesn't honor --vs-config option when searching for mysqld |
| Comment by Rasmus Johansson (Inactive) [ 2010-11-30 ] |
|
Launchpad bug id: 509922 |