Re: Which test suites are valid for --extern option in mysql-test-run?

2012-11-27 Thread Tianyin Xu
ifying > mysqld. > > I don't have a great answer but my best guess is that extern can't be > used with tests that start or stop mysqld servers like the replication > tests. > > On Sat, Nov 24, 2012 at 12:16 AM, Tianyin Xu wrote: > > Hi, all, > > > &

Re: Which test suites are valid for --extern option in mysql-test-run?

2012-11-26 Thread Eric Bergen
t be used with tests that start or stop mysqld servers like the replication tests. On Sat, Nov 24, 2012 at 12:16 AM, Tianyin Xu wrote: > Hi, all, > > I wanna test my running MySQL server. According to the README in the > "mysql-test" directory, "If you want to use an al

Which test suites are valid for --extern option in mysql-test-run?

2012-11-24 Thread Tianyin Xu
Hi, all, I wanna test my running MySQL server. According to the README in the "mysql-test" directory, "If you want to use an already running MySQL server for specific tests, use the --extern option to mysql-test-run". For example, mysql-test-run --extern alias But the REA

Re: [Failed on test 761, perl mysql-test-run.pl]

2010-09-13 Thread Joerg Bruehe
t; [[...]] > From: root > [[...]] > main.information_schema_chmod [ fail ] > Test ended at 2010-09-11 14:14:46 > CURRENT_TEST: main.information_schema_chmod > --- > /usr/local/mysql-5.1.50-linux-i686-glibc23/mysql-test/r/information_schema_$ > +++ > /usr/local/mysql-5.1.50-linux-i686-g

[Failed on test 761, perl mysql-test-run.pl]

2010-09-11 Thread Courtney Waller
SEND-PR: -*- send-pr -*- SEND-PR: Lines starting with `SEND-PR' will be removed automatically, as SEND-PR: will all comments (text enclosed in `<' and `>'). SEND-PR: From: root To: mysql@lists.mysql.com Subject: [Failed on test 761, perl mysql-test-run.pl] >Description

how can i bzr the mysql-test-extra branch?

2009-09-21 Thread Wenbin Zhang
Hi all, I'm new to mysql and I'm looking into some bug cases of mysql. I tried to reproduce some bugs and the reports referred to the mysql-test-extra-6.0 branch. I also found that this branch is renamed to mysql-test-extra. The problem is, when I try to use bazaar to get this bra

Re: Question on "mysql-test-run sp" failed

2006-07-14 Thread Marc Alff
Hi Jenny Jenny Chen wrote: > Hi, > > Recently, I built mysql5.0 on Solaris 10 amd64, but when running "make > test", the bundled "sp" test failed > with the following error: > > mysqltest: At line 1527: query 'call fib(20)' failed: 1436: Thread stack > overrun: 186944 bytes used of a 262144 byte

Question on "mysql-test-run sp" failed

2006-07-14 Thread Jenny Chen
Hi, Recently, I built mysql5.0 on Solaris 10 amd64, but when running "make test", the bundled "sp" test failed with the following error: mysqltest: At line 1527: query 'call fib(20)' failed: 1436: Thread stack overrun: 186944 bytes used of a 262144 byte stack, and 81920 bytes needed. Use 'mysq

MySQL Test Framework documented

2006-06-28 Thread Stefan Hinz
MySQL is shipped with a set of test cases and programs for running them. These tools constitute the MySQL test framework that provides a means for verifying that MySQL Server and its client programs operate according to expectations. That's handy for anybody developing MySQL or contributing

Re: mysql-test-run --> func_compress failed with out of memory error...

2005-11-25 Thread Joerg Bruehe
AIX server use 64 bits kernel and Enhanced Journal File System (JFS2). It also have 1 GB of RAM and 35 GB Hard Disk. I remembered that running this test is require to make sure MySQL work properly and can handle the workload with the machine. So, I typed the mysql-test-run command and here&#x

mysql-test-run --> func_compress failed with out of memory error...

2005-11-23 Thread Scott Fletcher
ed Journal File System (JFS2). It also have 1 GB of RAM and 35 GB Hard Disk. I remembered that running this test is require to make sure MySQL work properly and can handle the workload with the machine. So, I typed the mysql-test-run command and here's what I got. --

problem about the mysql test suite

2005-10-10 Thread lu ming
little part of the all test cases. Many others also failed. Is the test mothed that I used wrong ? Or the test cases that provided by MySQL are wrong? I don't think so many test cases failed like this is normal. But I could't ensure the reason. Who can help me? ( Note: My

Re: mysql-test-run --external?

2005-06-21 Thread David Sparks
I though there were (a lot) more tests available? Why isn't there a simple way of running all available tests on an installed and running mysql server? And when I try it this happens: db1 mysql-test # ./mysql-test-run --extern alias analyze Starting Tests TEST

Re: mysql-test-run --external?

2005-06-21 Thread Petr Chardin
at 13:40 -0700, David Sparks wrote: > According to the README, mysql-test-run supports an --external option: > > db1 mysql-test # grep -a1 external README > > If you want to run the test with a running MySQL server use the --external > option to mysql-test-run. > > >

mysql-test-run --external?

2005-06-21 Thread David Sparks
According to the README, mysql-test-run supports an --external option: db1 mysql-test # grep -a1 external README If you want to run the test with a running MySQL server use the --external option to mysql-test-run. However it doesn't actually support it: db1 mysql-test # ./mysql-tes

Re: Newbie, MySQL test fails, spent hours, please help

2004-12-06 Thread Eric Bergen
Aaron, You aren't trapping errors on mysql_connect(). Try this: mysql_connect($host,$user,$password) or die(mysql_error()); -Eric On Mon, 6 Dec 2004 19:13:49 +0100, Aaron Ford <[EMAIL PROTECTED]> wrote: > Hey. > > The code that I'm trying to get to work is as follows. The problem is > w

Newbie, MySQL test fails, spent hours, please help

2004-12-06 Thread Aaron Ford
Hey. The code that I'm trying to get to work is as follows. The problem is with the 7th, 8th, and 9th lines... Test MySQL Error " . mysql_errno() . ": " . mysql_error() . ""); elseif (mysql_num_rows($result) == 0) echo("Query executed successfully!"); else { ?> Variable_nameValue ")

mysql-test 4.1 fails with the gis test

2004-03-15 Thread ingo
bk clone @bk-internal.mysql.com:/home/bk/mysql-4.1 mysql-4.1 cd mysql-4.1 BUILD/compile-pentium-debug make test >Fix: >Submitter-Id: [EMAIL PROTECTED] >Originator:MySQL Development >Organization: MySQL GmbH >MySQL support: none >Synopsis:

mysql-test-run failure

2003-07-08 Thread Sean Ian Rice
Hello. Thought I¹d pass this along to whoever cares. Issue: error running the mysql-test-run as logged > Installing Test Databases > Removing Stale Files > Installing Master Databases > mysqld is missing - looked in ../bin > Error: Could not install master test DBs Any sugges

Re: [mysql-test-run failure Mac OS X 10.2.6 ctype_latin1_de test [assumed]

2003-06-29 Thread Robert D. Sharp
I am sorry, I forgot to mention that MySql passed or skipped all tests up to the ctype_latin1_de test the message in terminal is ERROR: /usr/local/stayathome/mysql/mysql-test/var/run/master.pid was not created in 30 seconds; Aborting I have tried mysql-test-run --force (times out after 30

[mysql-test-run failure Mac OS X 10.2.6 fails ctype_latin1_de test [assumed]

2003-06-28 Thread Robert D. Sharp
From: root <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [mysql-test-run failure Mac OS X 10.2.6] >Description: >How-To-Repeat: < sudo perl mysql-test-run> >Fix: < unknown > >Submitter-Id: >Originator:System Administrator >O

Error running mysql test

2003-06-11 Thread Abd El-Hameed Mohammed
Dear all I had installed mysql. Things comes right till i tried to execute " perl run-all-tests" i got the following error /usr/local/bin/perl: relocation error: /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/auto/DBD/mysql/mysql.so: undefined symbol: mysql_init Any ideas? hamid

mysql-test-run

2003-03-23 Thread Martin
/cygdrive/g/mysql/mysql-3.23.55-pc-linux-i686/mysql-test $ mysql-test-run Installing Test Databases Removing Stale Files Installing Master Databases ../bin/mysqld: 1: Syntax error: "(" unexpected Error: Could not install master test DBs What is the cause of this error? Thank Y

MySQL Test

2003-02-01 Thread Kevin Smith
Just a test for the MySQL list. sql - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To

RE: one mysql-test issue

2002-11-19 Thread Yu, Jerry
I run the mysql-test as root. -Original Message- From: Matthew Smith [mailto:[EMAIL PROTECTED]] Sent: 2002Äê11ÔÂ19ÈÕ 16:25 To: Yu, Jerry; [EMAIL PROTECTED] Subject: RE: one mysql-test issue Does it have write permissions for the user running the tests? M -Original Message

RE: one mysql-test issue

2002-11-19 Thread Matthew Smith
Does it have write permissions for the user running the tests? M -Original Message- From: Yu, Jerry [mailto:[EMAIL PROTECTED]] Sent: 19 November 2002 08:03 To: Matthew Smith; Yu, Jerry; [EMAIL PROTECTED] Subject: RE: one mysql-test issue Sure, the directory exists. :) Rgds --Jerry

RE: one mysql-test issue

2002-11-19 Thread Yu, Jerry
Sure, the directory exists. :) Rgds --Jerry -Original Message- From: Matthew Smith [mailto:[EMAIL PROTECTED]] Sent: 2002Äê11ÔÂ19ÈÕ 15:51 To: Yu, Jerry; [EMAIL PROTECTED] Subject: RE: one mysql-test issue Does the directory /usr/local/mysql/var/run exist? If not, try creating it

RE: one mysql-test issue

2002-11-18 Thread Matthew Smith
Does the directory /usr/local/mysql/var/run exist? If not, try creating it! Regards Matthew Smith -Original Message- From: Yu, Jerry [mailto:[EMAIL PROTECTED]] Sent: 19 November 2002 07:41 To: [EMAIL PROTECTED] Subject: one mysql-test issue > Hi,all > I built the mysql-4.0.

one mysql-test issue

2002-11-18 Thread Yu, Jerry
> Hi,all > I built the mysql-4.0.3-beta source on redhat7.3 with gcc2.95.3 using only > one option: > --prefix=/usr/local/mysql. > It is built successfully and installed to /usr/local/mysql. But during > running the mysql-test, it always aborted and reported that > "/

mysql-test-run errors

2002-05-14 Thread Amy Zediak
all passed up to rpl01: At line 6: query 'slave stop' failed: 1199: This operation requires a running slave, configure slave and do SLAVE START home/mysql/bin/mysqltest: At line 6: query 'load data infile' ../../std_data/words.dat' into table t1' filed: 1085: The file ../../std_data/words.

mysql-test-run broken on Tru64 4.0F PK3

2002-04-09 Thread long
>Description: The mysql-test-run script uses 'time -p' to time the test scripts on line 782 of the script. The -p option on this version of Tru64 is broken though and causes the test script(s) to fail. Since -p is the the default option for time on

Not able to compile "mysql-test"

2001-11-30 Thread Saqib . N . Ali
27; make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/download/mysql-3.23.43/sql-bench' Making all in mysql-test make[2]: Entering directory `/download/mysql-3.23.43/mysql-test' make[2]: *** No rule to make target `all'. Stop. make[2]: Leaving directory

bug in mysql-test-run script (solaris)

2001-10-19 Thread peter
>Description: mysql-test-run script uses the test [ -e "$BASEDIR/client/.libs/mysqltest" ] (line 276 ) since the script uses /bin/sh, and this test [ -e ] is not implemented in /bin/sh on solaris, the mysql-test-run script fails & exits >How-To-Repeat:

mysql-test-run fails five tests

2001-05-08 Thread Lawrence Carver
Hi David, did you ever find out how to resolve the problem where rpl15 and rpl16 fail, after a mysql-3.23.37 build? I have the same problem, when building (using gcc-2.95.3) for Solaris/SPARC 7 and 8. When I run rpl15, the mysqld-slave.err messages say -- 010508 20:50:19 Slave: co

mysql-test-run fails five tests

2001-05-08 Thread David Leif Rustvold
s: rpl01 rpl04 rpl07 rpl15 rpl16 >How-To-Repeat: $ mysql-test/mysql-test-run >Fix: ?? >Submitter-Id: >Originator: >Organization: - leif rustvold - compute

mysql-test does not work from install directory after source dist. install

2001-05-01 Thread tyler
>Description: There are several problems running the mysql-test-run script from the installed directory if you are installing from a source distribution. e.g., if you do as the manual suggests (4.7.1 Quick Installation Overview) shell> groupadd mysql

Mac OS X -- has anyone gotten mySQL to completely work yet? (passes all mysql-test-run, etc)

2001-04-18 Thread haikusw
If anyone has successfully gotten MySQL to work on Mac OS X, could you please share your tips/solutions? There are at least 3 other people who are not able to get it to work and are showing a variety of problems (can't shut msqld down (hangs), fails to complete the install tests (mysql