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 "Knut Anders Hatlen (JIRA)" <ji...@apache.org> on 2008/08/22 15:46:44 UTC

[jira] Resolved: (DERBY-3845) If org.apache.derbyTesting.system.optimizer.RunOptimizerTest is run without the -verbose option the time used per query is not collected

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

Knut Anders Hatlen resolved DERBY-3845.
---------------------------------------

       Resolution: Fixed
    Fix Version/s: 10.5.0.0
       Derby Info:   (was: [Patch Available])

Thanks, Ole!
Committed revision 688082.

> If org.apache.derbyTesting.system.optimizer.RunOptimizerTest is run without the -verbose option the time used per query is not collected
> ----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-3845
>                 URL: https://issues.apache.org/jira/browse/DERBY-3845
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.5.0.0
>            Reporter: Ole Solberg
>            Assignee: Ole Solberg
>             Fix For: 10.5.0.0
>
>         Attachments: DERBY-3845_diff.txt
>
>
> If org.apache.derbyTesting.system.optimizer.RunOptimizerTest is run without the -verbose option the time used per query is not collected:
> java org.apache.derbyTesting.system.optimizer.RunOptimizerTest
> Running test with url jdbc:derby:testdb;create=true
> ========================= R E S U L T S =========================
> ________________________________________________________________________________________________
> Timings for Query type: Select from single view
> QueryName       Using PreparedStatment  Using Statement Rows Expected
> ------------------------------------------------------------------------------
> Query size: 4
> QUERY # 1       null            null    3
> QUERY # 1       null            null    3
> *************************************************************************
> QUERY # 2       null            null    6
> QUERY # 2       null            null    6
> *************************************************************************
> QUERY # 3       null            null    10
> QUERY # 3       null            null    10
> *************************************************************************
> QUERY # 4       null            null    10
> QUERY # 4       null            null    10
> *************************************************************************
> .
> .

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