Bug #42358 fulltext_plugin test fails on pushbuild: Too many arguments (first extra is '')
Submitted: 26 Jan 2009 22:11 Modified: 30 Jan 2009 18:09
Reporter: Luis Soares Email Updates:
Status: Closed Impact on me:
None 
Category:Tests: Replication Severity:S7 (Test Cases)
Version:5.1-rpl, 6.0-rpl OS:Any
Assigned to: Magnus Blåudd CPU Architecture:Any
Tags: 5.1-rpl-green, 6.0-rpl-green, pushbuild, test failure

[26 Jan 2009 22:11] Luis Soares
Description:
Test fails on pushbuild with:

worker[1] mysql-test-run: WARNING: Process [mysqld.1 - pid: 31404, winpid: 31404, exit: 256] died
main.fulltext_plugin                     [ fail ]
        Test ended at 2009-01-26 20:19:26

CURRENT_TEST: main.fulltext_plugin
090126 22:19:26 [Warning] The syntax '--log' is deprecated and will be removed in MySQL 7.0. Please use '--general-log --general-log-file' instead.
090126 22:19:26 [Warning] The syntax '--log-slow-queries' is deprecated and will be removed in MySQL 7.0. Please use '--slow-query-log'/'--slow-query-log-file' instead.
090126 22:19:26 [Note] Plugin 'InnoDB' disabled by command line option
090126 22:19:26 [Note] Falcon: unable to open system data files.
090126 22:19:26 [Note] Falcon: creating new system data files.
090126 22:19:26 [Warning] /data0/pushbuild/pb/bzr_mysql-6.0-rpl/154/mysql-6.0.10-alpha-pb154/sql/mysqld: unknown variable 'loose-debug-sync-timeout=300'
/data0/pushbuild/pb/bzr_mysql-6.0-rpl/154/mysql-6.0.10-alpha-pb154/sql/mysqld: Too many arguments (first extra is '').
Use --verbose --help to get a list of available options
090126 22:19:26 [ERROR] Aborting

090126 22:19:26 [Warning] Forcing shutdown of 3 plugins
090126 22:19:26 [Note] /data0/pushbuild/pb/bzr_mysql-6.0-rpl/154/mysql-6.0.10-alpha-pb154/sql/mysqld: Shutdown complete

Failed to start mysqld.1

 - saving '/dev/shm/var-n_mix-120/log/main.fulltext_plugin/' to '/dev/shm/var-n_mix-120/log/main.fulltext_plugin/'

Retrying test, attempt(2/3)...

main.fulltext_plugin                     [ skip ]. Test requires: 'have_simple_parser'

Retrying test, attempt(3/3)...

main.fulltext_plugin                     [ skip ]. Test requires: 'have_simple_parser'

How to repeat:
https://intranet.mysql.com/secure/pushbuild/showpush.pl?dir=bzr_mysql-5.1-rpl&order=120

sapsrv2: embedded, n_mix, ps_row
win2003-x86: embedded
vm-win2003-32-a: embedded
vm-win2003-64-b: embedded

http://tinyurl.com/cwj3tp
[27 Jan 2009 9:35] Magnus Blåudd
msvensson@pilot:~/mysql/5.1-rpl/mysql-test$ bzr diff
=== modified file 'mysql-test/mysql-test-run.pl'
--- mysql-test/mysql-test-run.pl	2009-01-26 16:06:39 +0000
+++ mysql-test/mysql-test-run.pl	2009-01-27 09:31:10 +0000
@@ -1677,8 +1677,8 @@ sub environment_setup {
 
   $ENV{'SIMPLE_PARSER'}=
     ($lib_simple_parser ? basename($lib_simple_parser) : "");
-  $ENV{'SIMPLE_PARSER_OPT'}=
-    ($lib_simple_parser ? "--plugin_dir=" . dirname($lib_simple_parser) : "");
+  $ENV{'SIMPLE_PARSER_OPT'}= "--plugin-dir=".
+    ($lib_simple_parser ? dirname($lib_simple_parser) : "");
 
   # --------------------------------------------------------------------------
   # Valgrind need to be run with debug libraries otherwise it's almost
[27 Jan 2009 9:46] 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/64108

2719 Magnus Svensson	2009-01-27
      Bug#42358 fulltext_plugin test fails on pushbuild: Too many arguments (first extra is '')
       - pass empty "--plugin-dir" if simple parser was not found.
[27 Jan 2009 10:12] Bjørn Munch
Patch looks fine, OK.
[30 Jan 2009 13:28] Bugs System
Pushed into 6.0.10-alpha (revid:luis.soares@sun.com-20090129165607-wiskabxm948yx463) (version source revid:luis.soares@sun.com-20090129163120-e2ntks4wgpqde6zt) (merge vers: 6.0.10-alpha) (pib:6)
[30 Jan 2009 15:09] Bugs System
Pushed into 5.1.32 (revid:luis.soares@sun.com-20090129165946-d6jnnfqfokuzr09y) (version source revid:luis.soares@sun.com-20090127162115-pm1vzxczm1jj66w3) (merge vers: 5.1.32) (pib:6)
[30 Jan 2009 18:09] Paul DuBois
Test suite changes. No changelog entry needed.
[17 Feb 2009 14:56] Bugs System
Pushed into 5.1.32-ndb-6.3.23 (revid:tomas.ulin@sun.com-20090217131017-6u8qz1edkjfiobef) (version source revid:tomas.ulin@sun.com-20090203133556-9rclp06ol19bmzs4) (merge vers: 5.1.32-ndb-6.3.22) (pib:6)
[17 Feb 2009 16:43] Bugs System
Pushed into 5.1.32-ndb-6.4.3 (revid:tomas.ulin@sun.com-20090217134419-5ha6xg4dpedrbmau) (version source revid:tomas.ulin@sun.com-20090203133556-9rclp06ol19bmzs4) (merge vers: 5.1.32-ndb-6.3.22) (pib:6)
[17 Feb 2009 18:19] Bugs System
Pushed into 5.1.32-ndb-6.2.17 (revid:tomas.ulin@sun.com-20090217134216-5699eq74ws4oxa0j) (version source revid:tomas.ulin@sun.com-20090201210519-vehobc4sy3g9s38e) (merge vers: 5.1.32-ndb-6.2.17) (pib:6)