« Return to Thread: [jira] Created: (DERBY-4187) Convert altertable.sql to JUnit

[jira] Commented: (DERBY-4187) Convert altertable.sql to JUnit

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View in Thread


    [ https://issues.apache.org/jira/browse/DERBY-4187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12704813#action_12704813 ]

Eranda Sooriyabandara commented on DERBY-4187:
----------------------------------------------

Hi Knut,
Instead of having one GIANT test in AlterTableTest.java, if
we had about 5-6 individual test cases, as in

 testAddColumn()
 testAddConstraint()
 testDropColumn()
 testRenameColumn()
 testAlterIdentityColumn()

and so forth will be better. If we separate them in to individual test
how can we
identify whether which part of code is in which test.
Thanks
Eranda


> Convert altertable.sql to JUnit
> -------------------------------
>
>                 Key: DERBY-4187
>                 URL: https://issues.apache.org/jira/browse/DERBY-4187
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>    Affects Versions: 10.4.2.1
>            Reporter: Eranda Sooriyabandara
>            Priority: Minor
>             Fix For: 10.5.1.2
>
>         Attachments: AlterTable.diff, AlterTable.java, AlterTableTest.diff
>
>   Original Estimate: 486.08h
>  Remaining Estimate: 486.08h
>
> Converting altertable.sql harness test to JUnit

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

 « Return to Thread: [jira] Created: (DERBY-4187) Convert altertable.sql to JUnit