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 "Daniel John Debrunner (JIRA)" <ji...@apache.org> on 2006/11/02 18:59:16 UTC

[jira] Created: (DERBY-2032) MathTrigFunctionsTest can be improved to execute in under ten seconds instead of its current eighty seconds

MathTrigFunctionsTest can be improved to execute in under ten seconds instead of its current eighty seconds
-----------------------------------------------------------------------------------------------------------

                 Key: DERBY-2032
                 URL: http://issues.apache.org/jira/browse/DERBY-2032
             Project: Derby
          Issue Type: Improvement
            Reporter: Daniel John Debrunner
         Assigned To: Daniel John Debrunner
            Priority: Minor


Almost every fixture ends up comping a large number of different statements of the form
    VALUES TAN(34.2)
    VALUES {fn TAN(34.2)}
with different "hrd-coded" values.

Switching to prepared statements with a parameter marker significantly improves the test running time.

Focus of the test is the math functions, not compilation.

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

        

[jira] Updated: (DERBY-2032) MathTrigFunctionsTest can be improved to execute in under ten seconds instead of its current eighty seconds

Posted by "Daniel John Debrunner (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-2032?page=all ]

Daniel John Debrunner updated DERBY-2032:
-----------------------------------------

    Component/s: Test

> MathTrigFunctionsTest can be improved to execute in under ten seconds instead of its current eighty seconds
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2032
>                 URL: http://issues.apache.org/jira/browse/DERBY-2032
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>            Reporter: Daniel John Debrunner
>         Assigned To: Daniel John Debrunner
>            Priority: Minor
>
> Almost every fixture ends up comping a large number of different statements of the form
>     VALUES TAN(34.2)
>     VALUES {fn TAN(34.2)}
> with different "hrd-coded" values.
> Switching to prepared statements with a parameter marker significantly improves the test running time.
> Focus of the test is the math functions, not compilation.

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

        

[jira] Closed: (DERBY-2032) MathTrigFunctionsTest can be improved to execute in under ten seconds instead of its current eighty seconds

Posted by "Daniel John Debrunner (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/DERBY-2032?page=all ]

Daniel John Debrunner closed DERBY-2032.
----------------------------------------

    Fix Version/s: 10.3.0.0
       Resolution: Fixed

Committed revision 470463

> MathTrigFunctionsTest can be improved to execute in under ten seconds instead of its current eighty seconds
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2032
>                 URL: http://issues.apache.org/jira/browse/DERBY-2032
>             Project: Derby
>          Issue Type: Improvement
>          Components: Test
>            Reporter: Daniel John Debrunner
>         Assigned To: Daniel John Debrunner
>            Priority: Minor
>             Fix For: 10.3.0.0
>
>
> Almost every fixture ends up comping a large number of different statements of the form
>     VALUES TAN(34.2)
>     VALUES {fn TAN(34.2)}
> with different "hrd-coded" values.
> Switching to prepared statements with a parameter marker significantly improves the test running time.
> Focus of the test is the math functions, not compilation.

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