Bug #40664 pushbuild/mtr passes a test with a syntax error
Submitted: 12 Nov 2008 12:36 Modified: 19 Feb 2009 15:45
Reporter: Andrei Elkin Email Updates:
Status: Closed Impact on me:
None 
Category:Tools: MTR / mysql-test-run Severity:S3 (Non-critical)
Version:6.0 OS:Any
Assigned to: Magnus Blåudd CPU Architecture:Any
Tags: failing test

[12 Nov 2008 12:36] Andrei Elkin
Description:
I noticed that the latest bzr_mysql-6.0 has a syntax error in 
main.query_cache_limit_func.

Still, there is no failure with the test on that tree.

How to repeat:
# 1. find out the syntax 
bzr cat -rrevid:joerg@mysql.com-20081111144600-kxswii956yhm0f3j mysql-test/t/query_cache_limit_func.test | grep -1 'souce'

 =>

--souce include/have_query_cache.inc

# 2. Observe that the test indeed passed in one of the latest pb run on the tree
#     e.g https://intranet.mysql.com/secure/pushbuild/showpush.pl?dir=bzr_mysql-6.0&order=90

that corresponds to the version referred above.
[19 Nov 2008 13:41] Andrei Elkin
Meanwhile there was no action taken on this issue, I found yet another similar problem:

--enable warnings not --enable_warnings is accepted okay by mtr on the 6.0 tree.

How to repeat: find `--enable warnings' in
  mysql-6.0/mysql-test/suite/backup/t/backup_logs_purge.test
corresponding to
revid: cbell@mysql.com-20081028141705-k7pjftthi2cpf15i
[19 Nov 2008 13:51] Magnus Blåudd
Fixed int 5.1-rpl and 6.0-rpl loong time ago :)
[1 Feb 2009 16:38] Daniel Fischer
Fixing category.
[19 Feb 2009 15:45] Paul DuBois
Test suite changes. No changelog entry needed.