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 "Ugo Matrangolo (JIRA)" <ji...@apache.org> on 2007/05/20 11:28:16 UTC

[jira] Commented: (DERBY-2562) conver/SpillHash.java to JUnit

    [ https://issues.apache.org/jira/browse/DERBY-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497237 ] 

Ugo Matrangolo commented on DERBY-2562:
---------------------------------------

The attached diff files are the conversion of the Spillhash harness test to JUnit. 

I split the the test in two distinct parts: the first run is against a light load on the test table where the second run exercise the same table filled with a lot of rows. I used a CleanDatabaseTestSetup to create the initial schema on the db, then two distinct BaseJDBCTestSetup to fill tables for the two distinct phases.

The rest of the code in only a 1-1 translation using assert/fail statements in place of  the old checks.

Please review,
--Ugo.

> conver/SpillHash.java to JUnit
> ------------------------------
>
>                 Key: DERBY-2562
>                 URL: https://issues.apache.org/jira/browse/DERBY-2562
>             Project: Derby
>          Issue Type: Test
>          Components: Test
>            Reporter: Ugo Matrangolo
>         Assigned To: Ugo Matrangolo
>            Priority: Minor
>         Attachments: DERBY-2562_diff_200507.txt, DERBY-2562_stat_200507.txt
>
>


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