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 "Ole Solberg (JIRA)" <ji...@apache.org> on 2008/08/22 16:48:44 UTC

[jira] Updated: (DERBY-3845) Problems running org.apache.derbyTesting.system.optimizer.RunOptimizerTest

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

Ole Solberg updated DERBY-3845:
-------------------------------

    Derby Info: [Patch Available]
       Summary: Problems running  org.apache.derbyTesting.system.optimizer.RunOptimizerTest  (was: If org.apache.derbyTesting.system.optimizer.RunOptimizerTest is run without the -verbose option the time used per query is not collected)

> Problems running  org.apache.derbyTesting.system.optimizer.RunOptimizerTest
> ---------------------------------------------------------------------------
>
>                 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-p2_diff.txt, 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.