[MDEV-4169] mysql-test-run doesn't strip expected warnings Created: 2013-02-12 Updated: 2013-02-14 Resolved: 2013-02-14 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 10.0.1, 5.5.29, 5.1.67, 5.2.14, 5.3.12 |
| Fix Version/s: | 10.0.2, 5.5.30, 5.1.73, 5.2.15, 5.3.13 |
| Type: | Bug | Priority: | Major |
| Reporter: | Honza Horak | Assignee: | Elena Stepanova |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux |
||
| Description |
|
When running mariadb tests on ppc32, server prints warning messages like this:
Looking at mariadb-5.5.29/mysql-test/lib/v1/mtr_report.pl or http://bugs.mysql.com/bug.php?id=32080, these warnings should be ignored during test run, which is not true and test suite fails. It seems like the filtering of warning messages is never done at all. Originally reported here: https://bugzilla.redhat.com/show_bug.cgi?id=906367 How to reproduce:
|
| Comments |
| Comment by Elena Stepanova [ 2013-02-14 ] |
|
Suggested fix – Sergei, if it's okay with you, I'll push it into 5.1: === modified file 'mysql-test/mysql-test-run.pl' my $matched_lines= []; (The warnings were suppressed all right when tests were executed, but they appear even for skipped tests, and there suppression via global_suppressions table doesn't work.) |
| Comment by Sergei Golubchik [ 2013-02-14 ] |
|
please, go ahead |
| Comment by Elena Stepanova [ 2013-02-14 ] |
|
Pushed into maria/5.1 revno 3182. The fix should appear in the releases listed in 'Fix Version/s'. |