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,
> >
> &
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
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
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
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
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
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
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 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
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
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.
--
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
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
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.
>
>
>
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
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
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
")
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:
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
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
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
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
/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
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
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
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
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
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.
> 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
> "/
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.
>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
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
>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:
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
s:
rpl01
rpl04
rpl07
rpl15
rpl16
>How-To-Repeat:
$ mysql-test/mysql-test-run
>Fix:
??
>Submitter-Id:
>Originator:
>Organization:
-
leif rustvold - compute
>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
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
37 matches
Mail list logo