[ http://issues.apache.org/jira/browse/DERBY-1389?page=all ]

V.Narayanan updated DERBY-1389:
-------------------------------

    Attachment: testonfreshworkspace.out
                testwithchanges.out

Hi,

Thank You for taking a look at the patch and also for running the tests on the 
same. 

I ran the upgrade tests using the following command

java org.apache.derbyTesting.functionTests.harness.RunTest 
upgradeTests/Upgrade_10_1_10_2.java

on both a freshworkspace and a workspace with my changes.

I got the same .out file that u get when the test fails in both the cases. i 
understood that the failures are the same for this test in both the cases. Also 
I inferred from this that this checkin had not introduced any additional 
failures to this test.

Also I found DERBY-1375 filed related to this issue. This has however been 
filed with platform specified as  

OS: Solaris 10 1/06 s10x_u1wos_19a X86 32bits - SunOS 5.10 Generic_118844-26
JVM: Sun Microsystems Inc. 1.5.0_04 

I ran the tests with 1.4

Can you please guide me further in whether i have done any mistake while 
running the test. 

thanx
Narayanan

> IS_AUTOINCREMENT column should be returned as part of the Database 
> description returned by DatabaseMetaData.getColumns
> ----------------------------------------------------------------------------------------------------------------------
>
>          Key: DERBY-1389
>          URL: http://issues.apache.org/jira/browse/DERBY-1389
>      Project: Derby
>         Type: New Feature

>   Components: JDBC
>     Reporter: V.Narayanan
>     Assignee: V.Narayanan
>  Attachments: IS_AUTOINCREMENT_v1.diff, IS_AUTOINCREMENT_v1.stat, 
> testonfreshworkspace.out, testwithchanges.out
>
>    Copied from the Javadoc for DatabaseMetaData from this location
>    http://download.java.net/jdk6/docs/api/java/sql/DatabaseMetaData.html
>    IS_AUTOINCREMENT String => Indicates whether this column is auto 
> incremented
>     * YES --- if the column is auto incremented
>     * NO --- if the column is not auto incremented
>     * empty string --- if it cannot be determined whether the column is auto 
> incremented parameter is unknown 
>     

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to