hi, just donwloaded mysql and connector/j. the driver seems to work fine for simple stuff. but i can not get all of the tests to run (please see typescript below).

ant test give ms a :Overriding previous definition of reference to non.test.sources

the perf tests seem to be missing.

has anyone gotten all the tests to run?

any pointers will be appreciated.

thanks

Script started on Fri Sep 26 19:38:48 2003
[EMAIL PROTECTED]:/usr/src/mysql-connector-java-3.0.8-stable$ ant test
Buildfile: build.xml
Overriding previous definition of reference to non.test.sources

clean:

init:
[copy] Copying 83 files to /usr/src/build-mysql-jdbc/mysql-connector-java-3.0.8-stable
[copy] Copied 2 empty directories to /usr/src/build-mysql-jdbc/mysql-connector-java-3.0.8-stable
[copy] Copying 3 files to /usr/src/build-mysql-jdbc/mysql-connector-java-3.0.8-stable
[mkdir] Created dir: /usr/src/build-mysql-jdbc/clover
[mkdir] Created dir: /usr/src/build-mysql-jdbc/clover/db
[mkdir] Created dir: /usr/src/build-mysql-jdbc/clover/report


compile-driver:
[javac] Compiling 47 source files to /usr/src/build-mysql-jdbc/mysql-connector-java-3.0.8-stable
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.


compile-testsuite:
[javac] Compiling 24 source files to /usr/src/build-mysql-jdbc/mysql-connector-java-3.0.8-stable
[javac] Note: /usr/src/build-mysql-jdbc/mysql-connector-java-3.0.8-stable/testsuite/simple/BlobTest.java uses or overrides a deprecated API.
[javac] Note: Recompile with -deprecation for details.


compile:

test:
    [mkdir] Created dir: /usr/src/build-mysql-jdbc/junit
    [junit] Running testsuite.perf.BasePerfTest
    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 4.311 sec
    [junit] TEST testsuite.perf.BasePerfTest FAILED
    [junit] Running testsuite.perf.LoadStorePerfTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 749.184 sec
    [junit] TEST testsuite.perf.LoadStorePerfTest FAILED
    [junit] Running testsuite.perf.RetrievalPerfTest
    [junit] Tests run: 3, Failures: 1, Errors: 0, Time elapsed: 139.727 sec
    [junit] TEST testsuite.perf.RetrievalPerfTest FAILED
    [junit] Running testsuite.simple.SSLTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.626 sec
    [junit] Running testsuite.simple.BlobTest
    [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 10.349 sec
    [junit] TEST testsuite.simple.BlobTest FAILED
    [junit] Running testsuite.simple.StatementsTest
    [junit] Tests run: 9, Failures: 1, Errors: 0, Time elapsed: 8.403 sec
    [junit] TEST testsuite.simple.StatementsTest FAILED
    [junit] Running testsuite.simple.DataSourceTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 6.75 sec
    [junit] TEST testsuite.simple.DataSourceTest FAILED
    [junit] Running testsuite.simple.MiniAdminTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.965 sec
    [junit] Running testsuite.simple.TraversalTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.612 sec
    [junit] Running testsuite.simple.MetadataTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 8.04 sec
    [junit] Running testsuite.simple.NumbersTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.842 sec
    [junit] Running testsuite.simple.TimeTest
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 6.838 sec
    [junit] TEST testsuite.simple.TimeTest FAILED
    [junit] Running testsuite.simple.ConnectionTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 7.154 sec
    [junit] Running testsuite.simple.UpdatabilityTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 9.149 sec
    [junit] Running testsuite.simple.EscapeProcessingTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.863 sec
    [junit] Running testsuite.simple.TransactionTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.956 sec
    [junit] Running testsuite.simple.DateTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.856 sec
    [junit] Running testsuite.regression.NumbersRegressionTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.69 sec
    [junit] Running testsuite.regression.MetaDataRegressionTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 7.257 sec
    [junit] Running testsuite.regression.ResultSetRegressionTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 7.768 sec
    [junit] Running testsuite.regression.ConnectionRegressionTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 37.058 sec
    [junit] Running testsuite.regression.StringRegressionTest
    [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 9.159 sec
    [junit] Running testsuite.regression.StatementRegressionTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 134.941 sec

BUILD SUCCESSFUL
Total time: 22 minutes 24 seconds
[EMAIL PROTECTED]:/usr/src/mysql-connector-java-3.0.8-stable$
Script done on Fri Sep 26 20:46:01 2003

---
ray tayek http://tayek.com/ actively seeking mentoring or telecommuting work
vice chair orange county java users group http://www.ocjug.org/
hate spam? http://samspade.org/ssw/


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



Reply via email to