Re: How to test the MySQL Server (windows version) ?

2005-10-17 Thread lu ming

Hi, joerg

   Thanks for your patient answer!
   I hope that we will have the ability to run the test suite on windows 
system early. 


Best regards
luming

_
与联机的朋友进行交流,请使用 MSN Messenger:  http://messenger.msn.com/cn  



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: How to test the MySQL Server (windows version) ?

2005-10-16 Thread lu ming

Hi!

   I tried to run the perl scripts in the windows platform yesterday,but 
an error occured as following output info:


   C:\MySQL\MySQLServer5\mysql-test\perl mysql-test-run.pl 
   mysql-test-run: *** ERROR: Could not find

   C:/MySQL/MySQLServer5/scripts/mysql_fix_privilege_tables 

   I find that the mysql_fix_privilege_tables file is already exist, why 
did it occured this error? Is my method wrong? Or the perl test script that 
is included in the source distribution has some bugs? 
   ( the source distribution i used is mysql-5.0.12-beta-linux )


Best regards
lu ming

_
享用世界上最大的电子邮件系统― MSN Hotmail。  http://www.hotmail.com  



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



How to test the MySQL Server (windows version) ?

2005-10-13 Thread lu ming
   The test system that is included in MySQL Server's Unix source 
distributions.(/mysql-test/mysql-test-run.sh)  We can use the suite to run 
a test against to the MySQL Server. But these tests only can be run on 
Unix(linux). If you want to run the tests on Windows, you must use the 
Cygwin environment, and the server must be compiled under Cygwin 
environment. Actually, it doesn't test the MySQL Server's Windows version 
because the Cygwin had make the running environment be equal to the Unix's 
i think. Is my opinion right?
   I want to know how to test the MySQL Server's Windows version. Is MySQL 
AB doesn't provide the test method? Who can give me an answer?


_
与联机的朋友进行交流,请使用 MSN Messenger:  http://messenger.msn.com/cn  



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: How to test the MySQL Server (windows version) ?

2005-10-13 Thread lu ming

Hi, joerg

   Thank you very much!
   But i want to know more about this problem. I find a perl script about 
mysql server's test in the mysql-test 
subdirectory(/mysql-test/mysql-test-run.pl). Is this the test script 
written by perl what could replace the shell 
script(/mysql-test/mysql-test-run.sh) in Windows mentioned in your e-mail? 
Could it be rightly run in windows now? Or it cann't be run due to the 
unfinished work? Are the perl scripts that mentioned in your e-mail 
included in the MySQL Server's Unix source 
distributions(mysql-5.0.12-beta-linux) ? Are the perl test scripts only 
used in Mysql's internal works now?
   
Best regards

luming

_
享用世界上最大的电子邮件系统― MSN Hotmail。  http://www.hotmail.com  



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



problem about the mysql test suite

2005-10-10 Thread lu ming
   I run a test against to the MySQL Server with the test tool of the 
binary distribution in Linux OS(red hat 9.0). But many of the test cases 
failed. My test method and the output results are following:


1.batch test command 


mysqltest -h localhost -u root -R r/alias.result test  t/alias.test
mysqltest -h localhost -u root -R r/alter_table.result test  
t/alter_table.test

mysqltest -h localhost -u root -R r/analyse.result test  t/analyse.test
mysqltest -h localhost -u root -R r/analyze.result test  t/analyze.test
mysqltest -h localhost -u root -R r/ansi.result test  t/ansi.test
mysqltest -h localhost -u root -R r/archive.result test  t/archive.test
mysqltest -h localhost -u root -R r/auto_increment.result test  
t/auto_increment.test

mysqltest -h localhost -u root -R r/backup.result test  t/backup.test
mysqltest -h localhost -u root -R r/bdb-alter-table-1.result test  
t/bdb-alter-table-1.test
mysqltest -h localhost -u root -R r/bdb-alter-table-2.result test  
t/bdb-alter-table-2.test
mysqltest -h localhost -u root -R r/bdb-crash.result test  
t/bdb-crash.test
mysqltest -h localhost -u root -R r/bdb-deadlock.result test  
t/bdb-deadlock.test

mysqltest -h localhost -u root -R r/bdb.result test  t/bdb.test
mysqltest -h localhost -u root -R r/bdb_cache.result test  
t/bdb_cache.test
mysqltest -h localhost -u root -R r/bench_count_distinct.result test  
t/bench_count_distinct.test

mysqltest -h localhost -u root -R r/bigint.result test  t/bigint.test
mysqltest -h localhost -u root -R r/binary.result test  t/binary.test
mysqltest -h localhost -u root -R r/binlog.result test  t/binlog.test
mysqltest -h localhost -u root -R r/blackhole.result test  
t/blackhole.test

mysqltest -h localhost -u root -R r/bool.result test  t/bool.test

2.output results

ok
mysqltest: At line 343: query 'CREATE TABLE T12207(a int) ENGINE=MYISAM' 
failed: 1050: Table 'T12207' already exists

not ok
ok
ok
This test is not supported by this installation
skipped
ok
mysqltest: No to-string for last from-string
mysqltest: Can't initialize replace from replace_result : 1 : X : 2 
: X :

22 : X : 23 : X $MYSQL_TEST_DIR MYSQL_TEST_DIR
   
   
This test is not supported by this installation

skipped
This test is not supported by this installation
skipped
This test is not supported by this installation
skipped
This test is not supported by this installation
skipped
This test is not supported by this installation
skipped
This test is not supported by this installation
skipped
ok
not ok
ok
This test is not supported by this installation
skipped
This test is not supported by this installation
skipped
ok


   From the output results, we can find that many test cases are failed. 
These test cases is only a 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: 
   MySQL Server 's version that i used is v5.0.12. 
   The test cases are all come from the \mysql-test\r\ subdirectory. 
   The test tools is included in /usr/bin/ that is installed with the 
MySQL Server's installation. 
  )


_
免费下载 MSN Explorer:   http://explorer.msn.com/lccn/  



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Who can tell me how to use the MySQL's test tool ?

2005-09-29 Thread lu ming
   Who can tell me how to use the MySQL's test tool (\MySQL\MySQL Server 
5.0\bin\mysqltest.exe) ? 
   I want to test the mysql server, and i find the test tool in the 
directory \MySQL\MySQL Server 5.0\bin\ (my os is Windows2000), but it can 
not be executed directly. Further more i can not find any document and help 
about it. 
   I need the information about how to use the test tools, who can help me?


_
享用世界上最大的电子邮件系统― MSN Hotmail。  http://www.hotmail.com  



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]