Bug #59182 | output of mysql-test-run.pl - mismatch between col names and actual col contents | ||
---|---|---|---|
Submitted: | 27 Dec 2010 10:45 | Modified: | 28 Jan 2011 15:43 |
Reporter: | Santo Leto | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Tools: MTR / mysql-test-run | Severity: | S3 (Non-critical) |
Version: | 5.5-bzr | OS: | Any |
Assigned to: | Bjørn Munch | CPU Architecture: | Any |
Tags: | intuitiveness, mysqltestrun, Output, usability |
[27 Dec 2010 10:45]
Santo Leto
[27 Dec 2010 13:05]
MySQL Verification Team
Thank you for the bug report.
[30 Dec 2010 12:35]
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/127716 3135 Bjorn Munch 2010-12-30 Bug #59182 output of mysql-test-run.pl - mismatch between col names and actual col contents Added optional WORKERID in header, and COMMENT Extended print_line to 74 chars, which is max length of header
[11 Jan 2011 8:56]
Magnus Blåudd
Hi, I think that: 1) making $parallel global should be avoided. 2) The user interface should be constant, ie. always have four columns even if --parallel=1(this would also remove the need for a global $parallel), to make it easier to parse the output.
[11 Jan 2011 9:40]
Bjørn Munch
I haven't had any complaints about difficulty in parsing due to the optional WID, I know only one parser that had to adapt (and it had to anyway, whether or not the WID was optional). When not running with parallel, the constant 'w1' would not provide any real information, but its absence makes it very obvious to whoever looks at the logs that parallel is not being used. I think we also need to keep human readers in mind. I do agree that making $opt_parallel global may not be a good idea, an alternative may be to write (WORKERID) in parens in the header to indicate it's optional.
[11 Jan 2011 14:38]
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/128435 3137 Bjorn Munch 2011-01-11 Bug #59182 output of mysql-test-run.pl - mismatch between col names and actual col contents New patch, avoid global $opt_parallel I still prefer not to print workerid when not doing parallel
[12 Jan 2011 9:48]
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/128487 3141 Bjorn Munch 2011-01-12 Bug #59182 output of mysql-test-run.pl - mismatch between col names and actual col contents New patch, avoid global $opt_parallel I still prefer not to print workerid when not doing parallel
[12 Jan 2011 10:29]
Bjørn Munch
Pushed to 5.5-mtr and trunk-mtr
[12 Jan 2011 23:24]
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:26]
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)
[14 Jan 2011 17:25]
Paul DuBois
Changes to test suite. No changelog entry needed.