You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Rajesh Kartha (JIRA)" <de...@db.apache.org> on 2006/08/07 22:45:14 UTC

[jira] Commented: (DERBY-1626) TransactionTable.sql fails

    [ http://issues.apache.org/jira/browse/DERBY-1626?page=comments#action_12426319 ] 
            
Rajesh Kartha commented on DERBY-1626:
--------------------------------------

I ran this test using Derby 10.2.0.5 alpha - (428936)  jars on jdk15, ibm15  and jdk16  on Windows and Linux.  No failures were seen while running in 'embedded' mode. 

With the 'DerbyNetClient' I do see some failures:

For example with jdk15:
*** Start: TransactionTable jdk1.5.0_02 DerbyNetClient 2006-08-07 12:43:51 ***
246 del
< ERROR 38000: The exception 'java.sql.SQLException: 'ALTER TABLE' is not allowed in the 'SYSCS_DIAG' schema.' was thrown while evaluating an expression.
247 del
< ERROR 42X62: 'ALTER TABLE' is not allowed in the 'SYSCS_DIAG' schema.
247a246
> ERROR 38000: The exception 'java.sql.SQLException: 'ALTER TABLE' is not allowed in the 'SYSCS_DIAG' schema.' was thrown while evaluating an expression. SQLSTATE: 42X62: 'ALTER TABLE' is not allowed in the 'SYSCS_DIAG' schema.
249 del
< 0 rows inserted/updated/deleted
249a248
> Statement executed.
Test Failed.
*** End:   TransactionTable jdk1.5.0_02 DerbyNetClient 2006-08-07 12:44:24 ***

At first glance it looks like a master update. 

Since this test is not run as a part of derbynetclientmats suite, the failure with client  was not seen before I assume. Going forward, I think derbynetclientmats should incorporate this test as a part of DERBY-1040.

> TransactionTable.sql fails
> --------------------------
>
>                 Key: DERBY-1626
>                 URL: http://issues.apache.org/jira/browse/DERBY-1626
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.2.0.0
>         Environment: linux jdk1.4
>            Reporter: Rick Hillegas
>             Fix For: 10.2.0.0
>
>
> TransactionTable fails with the following diff:
> 226a227
> > NULL
>           |SystemTransaction             |IDLE    |readonly    |NULL
> Test Failed.
> *** End:   TransactionTable jdk1.4.2_08 2006-08-01 12:47:35 ***

-- 
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