[ https://issues.apache.org/jira/browse/DERBY-3845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Knut Anders Hatlen updated DERBY-3845:
--------------------------------------
Derby Info: (was: [Patch Available])
Thanks Ole! Since the disabling of the verbose checks was intended, I removed the lines with
"if (verbose)" that had been commented out and reindented the println() lines before I committed
the patch.
Committed revision 691583.
> 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.
|