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

2012-11-27 Thread Tianyin Xu
gt; 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 -

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

2012-11-26 Thread Eric Bergen
ready running MySQL server > for specific tests, use the --extern option to mysql-test-run". > > For example, mysql-test-run --extern alias > > But the README also pointed out that "some tests cannot run with an > external server". > > My question is how to kn

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: 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

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. --

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

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

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-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

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

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