-
Hi.
I am running Webtest and after each test I am using sqlunit to update a mysql database with the result.
After about 30 mins of running (about 30% through the test suite) I get the following error:
[sqlunit] sqlunit-ant: PermGen space
[sqlunit] PermGen space
This is my sqlunit code:
<?xml version="1.0"?>
<!DOCTYPE sqlunit SYSTEM...
2009-10-12 11:03:16 UTC by phillipsic
-
Hi,
I had a problem the other day where I had a Oracle raw field (equates to VARBINARY) that had it's value set as NULL. However when returning the field sqlunit was converting it to md5 and required the test value to be md5 value as well. Other further inspection of the sqlunit code I noticed that all strings for VARBINARY are converted to md5. Why is that the case or is there something...
2009-09-17 10:34:57 UTC by harold0409
-
Hi Harold, check out the types.properties file, there are mappings in there for database types for various databases to the corresponding Java type. Not sure if the Oracle TIMESTAMP is mapped in there, if yes, may be mapped incorrectly for your Oracle version, or if not, may need to be mapped appropriately.
2009-09-08 22:32:41 UTC by spal
-
Hi,
I get an error from sqlunit indicating that it "could not convert oracle.sql.TIMESTAMP from database to TIMESTAMP". I'm also getting a message where it dumps VARBINARY data to a file. Are there any solutions for getting around these problems? Thanks.
Harold.
2009-09-08 13:05:53 UTC by harold0409
-
Hi,
I've tried to work out how to make eclipse use sqlunit? Given that I am a newbie with eclipse does anyone know of any doc that provides a simple walk through of how to do it? Ive spent most of the day to no avail. I've also looked on the 'net but haven't been successful.
TIA, Harold.
2009-09-04 10:41:30 UTC by harold0409
-
Hi,
We are planning to migrate out database from MSSQL2000 to Oracle 10g and before migrating to Oracle we want to change the SP names whose length is more than 30 characters.
So, after changing the SP names we want to test our SP which contains business login and out put of most of the SP's are *List*. Please provide your inputs which will help to test those complicated SP's and also...
2009-08-21 05:21:17 UTC by rshaikh
-
Hi,
We are planning to migrate out database from MSSQL2000 to Oracle 10g and before migrating to Oracle we want to change the SP names whose length is more than 30 characters.
So, after changing the SP names we want to test our SP which contains business login and out put of most of the SP's are *List*. Please provide your inputs which will help to test those complicated SP's and also let...
2009-08-20 09:32:03 UTC by rshaikh
-
I'm trying SQLUnit with IBM DB2...
When executing test cases against IBM DB2, I got the error “Cannot build Connection (connection-id=null) because The driver does not support this function.” See details of the error in the bottom of this message.
- IBM DB2: Installed on AS400
- Driver used: com.ibm.as400.access.AS400JDBCDriver
- The test suite was executed by using command line...
2009-07-23 03:11:54 UTC by chienn
-
It seems that SQLUnit does not support IBM DB2.
Any idea, please help?.
2009-07-23 03:07:39 UTC by chienn
-
When executing test cases against IBM DB2, I got the error “Cannot build Connection (connection-id=null) because The driver does not support this function.” See details of the error in the bottom of this message.
- IBM DB2: Installed on AS400
- Driver used: com.ibm.as400.access.AS400JDBCDriver
- The test suite was executed by using command line: ant sqlunit-flat...
2009-07-22 10:52:04 UTC by chienn