[ 
https://issues.apache.org/jira/browse/DERBY-5301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Houx Zhang updated DERBY-5301:
------------------------------

    Attachment: 5301-2-part.patch

Thanks for your valuable advice, Bryan and Knut. I have adjusted 
TableLockBasic.java based on Bryan's version, using DatabasePropertyTestSetUp 
to set derby.storage.rowLocking=false. However, a new failure is met in 
testDDLTableLockMode(). After executed

"create table default_granularity(c1 int);
create table row_granularity(c1 int);
alter table row_granularity locksize row;
create table table_granularity(c1 int);
alter table table_granularity locksize table;
select * from default_granularity with cs;"

"values SYSCS_UTIL.SYSCS_GET_RUNTIMESTATISTICS();" has got null, which is 
diffrent from the TableLockBasic.out.

Could you give any advice, please?

> Convert store/TableLockBasic.sql  to junit
> ------------------------------------------
>
>                 Key: DERBY-5301
>                 URL: https://issues.apache.org/jira/browse/DERBY-5301
>             Project: Derby
>          Issue Type: Sub-task
>          Components: Test
>            Reporter: Houx Zhang
>            Assignee: Houx Zhang
>              Labels: gsoc2011
>         Attachments: 5301-1-part.patch, 5301-2-part.patch, 
> TableLockBasicTest.java, junit.out
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to