Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-3770

LP:494255 - Cannot run RQG due to errors in mysql-test-run.pl v1

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: None
    • Labels:

      Description

      I cannot run Random Query Generator with MariaDB

      How to reproduce:

      • branch and compile lp:maria
      • bzr branch lp:randgen
      • cd randgen
      • perl runall.pl --basedir=/home/hakan/work/monty_program/maria --gendata=conf/example.zz --grammar=conf/example.yy
      1. 00:51:46 Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
      2. 00:51:46 Please see http://forge.mysql.com/wiki/Category:RandomQueryGenerator for more information on this test framework.
      3. 00:51:46 Starting
      4. 00:51:46 # runall.pl \
      5. 00:51:46 # --basedir=/home/hakan/work/monty_program/maria \
      6. 00:51:46 # --gendata=conf/example.zz \
      7. 00:51:46 # --grammar=conf/example.yy
      8. 00:51:46 master_port : 19300 slave_port : 19302 master_ports : 19300 19302 MTR_BUILD_THREAD : 930
      9. 00:51:46 Running perl mysql-test-run.pl -start-and-exit --skip-ndb --mysqld=core-file --mysqld=loose-new --mysqld=sql-mode=no_engine_substitution --mysqld=relay-log=slave-relay-bin --mysqld=loose-innodb --mysqld=loose-falcon-debug-mask=2 --mysqld=secure-file-priv= --mysqld=max-allowed-packet=16Mb --mysqld=loose-innodb-status-file=1 --mysqld=-master-retry-count=65535 --master_port=19300 1st 2>&1 .
        =======================================================
        WARNING: Using mysql-test-run.pl version 1!
        =======================================================
        Global symbol "$opt_skip_ssl" requires explicit package name at lib/v1/mysql-test-run.pl line 567.
        Global symbol "$opt_skip_ssl" requires explicit package name at lib/v1/mysql-test-run.pl line 786.
        BEGIN not safe after errors--compilation aborted at lib/v1/mysql-test-run.pl line 2370.
        cat: /home/hakan/work/monty_program/maria/mysql-test/var/log/master.err: No such file or directory
        Wed Dec 9 00:51:47 2009 [8742] runall.pl will exit with exit status 9

      Problem seems to in mysql-test-run.pl v1:
      hakan@lu0012:~/work/monty_program/maria/mysql-test/lib/v1$ perl -c mysql-test-run.pl
      Global symbol "$opt_skip_ssl" requires explicit package name at mysql-test-run.pl line 567.
      Global symbol "$opt_skip_ssl" requires explicit package name at mysql-test-run.pl line 786.
      BEGIN not safe after errors--compilation aborted at mysql-test-run.pl line 2370.

        Gliffy Diagrams

          Attachments

            Activity

            Hide
            hakanküçükyılmaz Hakan Küçükyılmaz added a comment -

            Re: Cannot run RQG due to errors in mysql-test-run.pl v1
            Kristian,

            this is most likely a merge issue. Therefore I assigned this bug to you.

            Best regards,

            Show
            hakanküçükyılmaz Hakan Küçükyılmaz added a comment - Re: Cannot run RQG due to errors in mysql-test-run.pl v1 Kristian, this is most likely a merge issue. Therefore I assigned this bug to you. Best regards,
            Hide
            hakanküçükyılmaz Hakan Küçükyılmaz added a comment -

            Re: Cannot run RQG due to errors in mysql-test-run.pl v1
            This fixes the issue:

            hakan@lu0012:~/work/monty_program/maria/mysql-test/lib/v1$ bzr diff
            === modified file 'mysql-test/lib/v1/mysql-test-run.pl'
            — mysql-test/lib/v1/mysql-test-run.pl 2009-02-15 10:58:34 +0000
            +++ mysql-test/lib/v1/mysql-test-run.pl 2009-12-09 00:13:53 +0000
            @@ -178,6 +178,7 @@

            our $opt_compress;
            our $opt_ssl;
            +our $opt_skip_ssl;
            our $opt_ssl_supported;
            our $opt_ps_protocol;
            our $opt_sp_protocol;

            Show
            hakanküçükyılmaz Hakan Küçükyılmaz added a comment - Re: Cannot run RQG due to errors in mysql-test-run.pl v1 This fixes the issue: hakan@lu0012:~/work/monty_program/maria/mysql-test/lib/v1$ bzr diff === modified file 'mysql-test/lib/v1/mysql-test-run.pl' — mysql-test/lib/v1/mysql-test-run.pl 2009-02-15 10:58:34 +0000 +++ mysql-test/lib/v1/mysql-test-run.pl 2009-12-09 00:13:53 +0000 @@ -178,6 +178,7 @@ our $opt_compress; our $opt_ssl; +our $opt_skip_ssl; our $opt_ssl_supported; our $opt_ps_protocol; our $opt_sp_protocol;
            Hide
            ratzpo Rasmus Johansson added a comment -

            Launchpad bug id: 494255

            Show
            ratzpo Rasmus Johansson added a comment - Launchpad bug id: 494255

              People

              • Assignee:
                Unassigned
                Reporter:
                hakanküçükyılmaz Hakan Küçükyılmaz
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: