Bug #58896 MTR should recognise combinations as experimental without needing wildcards
Submitted: 13 Dec 2010 10:28 Modified: 28 Jan 2011 15:42
Reporter: Luis Soares Email Updates:
Status: Closed Impact on me:
None 
Category:Tools: MTR / mysql-test-run Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: Bjørn Munch CPU Architecture:Any

[13 Dec 2010 10:28] Luis Soares
Description:
MTR fails to recognize rpl_seconds_behind_master as experimental,
although it is listed in:

  - mysql-test/collections/default.experimental

After discussing with Bjorn he thinks that the extra "'stmt'"
string, appended automatically by MTR, is making the match
operation against the entry in the default.experimental to fail,
causing MTR to report "[ fail ]" instead of "[ exp-fail ]". 

As a consequence, pushbuild shows red when, in fact, it should
show green.

How to repeat:
http://pb2.norway.sun.com/web.py?action=archive_download&archive_id=2653139&pretty=please

Suggested fix:
.
[13 Dec 2010 12:50] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/126631

2960 Bjorn Munch	2010-12-13
      Bug #58896 MTR should recognise combinations as experimental without needing wildcards
      Added a pattern match to cover combinations
      Added to readme file
[10 Jan 2011 12:23] Bjørn Munch
When merged up to 5.5 and trunk, check if experimental file there needs further updates.
[11 Jan 2011 9:54] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/128405

2965 Bjorn Munch	2011-01-11
      Bug #58896 MTR should recognise combinations as experimental without needing wildcards
      Added a pattern match to cover combinations
      Added to readme file
[12 Jan 2011 10:30] Bjørn Munch
Pushed to -mtr branches
[12 Jan 2011 23:25] Bugs System
Pushed into mysql-trunk 5.6.2 (revid:bjorn.munch@oracle.com-20110112231827-w6nuz7qcr3f2zylq) (version source revid:bjorn.munch@oracle.com-20110112225756-g2nv4mukrmvnl3uz) (merge vers: 5.6.2) (pib:24)
[12 Jan 2011 23:27] Bugs System
Pushed into mysql-5.5 5.5.9 (revid:bjorn.munch@oracle.com-20110112225418-3zw6jvo3jywfqsva) (version source revid:bjorn.munch@oracle.com-20110112223239-fep31owswretsv6w) (merge vers: 5.5.9) (pib:24)
[12 Jan 2011 23:29] Bugs System
Pushed into mysql-5.1 5.1.55 (revid:bjorn.munch@oracle.com-20110112222953-xhso3rjm0isfgvxn) (version source revid:bjorn.munch@oracle.com-20110112222953-xhso3rjm0isfgvxn) (merge vers: 5.1.55) (pib:24)
[14 Jan 2011 17:25] Paul DuBois
Changes to test suite. No changelog entry needed.