[MDEV-6280] can't skip test with slash in its name Created: 2014-05-29 Updated: 2014-06-02 Due: 2014-06-28 Resolved: 2014-06-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.11 |
| Fix Version/s: | 10.0.12 |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Jakub Dorňák | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
Some of the tests from mysql-test have slash in their names (i. e. spider/bg.function). Such test can not be skipped with --skip-test-list, because line containing slash in the name of test is treated as "Syntax error". I am providing patch, which solves this issue. |
| Comments |
| Comment by Sergei Golubchik [ 2014-05-31 ] | |||||||||||||||||||
|
What did you do exactly to trigger this bug? I tried:
| |||||||||||||||||||
| Comment by Jakub Dorňák [ 2014-06-02 ] | |||||||||||||||||||
|
This is one of many tests failing in Fedora rawhide (all architectures).
| |||||||||||||||||||
| Comment by Sergei Golubchik [ 2014-06-02 ] | |||||||||||||||||||
|
Ah, skip-test-list, not skip-test. Sorry. You're right, of course. Fixed. |