Bug #32646 subselect.test produces warnings files
Submitted: 23 Nov 2007 8:12 Modified: 28 Nov 2007 19:27
Reporter: Ingo Strüwing Email Updates:
Status: Closed Impact on me:
None 
Category:Tests Severity:S7 (Test Cases)
Version:6.0.4 OS:Any
Assigned to: Ingo Strüwing CPU Architecture:Any

[23 Nov 2007 8:12] Ingo Strüwing
Description:
===========================
subselect.warnings
===========================
mysqltest: Warning detected at line 3045: Suspicious command '-------------------------- A.2 - impossible' detected, was this intentional? Use # instead of -- to avoid this warning
mysqltest: Warning detected at line 3106: Suspicious command '--as non-top level for cases A.3, B.3 (the only cases with NULL result).' detected, was this intentional? Use # instead of -- to avoid this warning
mysqltest: Warning detected at line 3133: Suspicious command '--test non-top level result indirectly' detected, was this intentional? Use # instead of -- to avoid this warning
mysqltest: Warning detected at line 3190: Suspicious command '--test non-top level result indirectly' detected, was this intentional? Use # instead of -- to avoid this warning

How to repeat:
bk clone bk-internal.mysql.com:/home/bk/mysql-6.0-engines mysql-6.0-axmrg
cd mysql-6.0-axmrg
BUILD/compile-pentium-debug-max --with-debug=full 
cd mysql-test
./mysql-test-run.pl subselect
[23 Nov 2007 8:28] 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/38329

ChangeSet@1.2688, 2007-11-23 09:28:19+01:00, istruewing@stella.local +2 -0
  Bug#32646 - subselect.test produces warnings files
  
  Comment sign of -- at line begin in test files lead to warnings
  from mysqltest.
  
  Replaced '--' comments by '#' comments or '--echo'.
[23 Nov 2007 8:45] 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/38331

ChangeSet@1.2688, 2007-11-23 09:44:55+01:00, istruewing@stella.local +5 -0
  Bug#32646 - subselect.test produces warnings files
  
  Comment sign of -- at line begin in test files lead to warnings
  from mysqltest.
  
  Replaced '--' comments by '#' comments or '--echo'.
[26 Nov 2007 11:44] Timour Katchaounov
Ingo, I will add more tests to these files, and will review
the comments more carefully next time before pushing.
[27 Nov 2007 20:09] Ingo Strüwing
Queued to 6.0-engines.
[28 Nov 2007 10:24] Bugs System
Pushed into 6.0.4-alpha
[28 Nov 2007 19:27] Paul DuBois
Test case change. No changelog entry needed.