[
https://issues.apache.org/jira/browse/DERBY-5420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13114967#comment-13114967
]
Dag H. Wanvik commented on DERBY-5420:
--------------------------------------
Regression results: lang/subqueryFlattening.sql failed because the exisiting
output of an execution plan was cut short by being longer than 32672
characters. Since the new formatting saves some whitespace, it managed to print
more of the execution plan and failed (the script somewhat misleadingly had set
maxcolumndisplaywidth to 40000, over the max for the VARCHAR column metadata
returned for "values SYSCS_UTIL.SYSCS_GET_RUNTIMESTATISTICS()".
> Regression suite is locale sensitive: failed in TableLockBasicTest with
> Norwegian locale on Windows.
> -----------------------------------------------------------------------------------------------------
>
> Key: DERBY-5420
> URL: https://issues.apache.org/jira/browse/DERBY-5420
> Project: Derby
> Issue Type: Bug
> Components: Localization, Store, Test
> Affects Versions: 10.8.1.2
> Environment: Windows Vista SP2, Norwegian locale, JDK 7.
> Reporter: Dag H. Wanvik
> Assignee: Dag H. Wanvik
> Priority: Minor
> Attachments: derby-5420-1.diff, derby-5420-1.stat
>
>
> TableLockBasicTest failed due to unexpected locale in the runtime statistics.
> The execution plans are asserted in this test and I saw this diff:
> Expected:
> :
> optimizer estimated row count: 6.00
> optimizer estimated cost: 100.40<
> Found:
> :
> optimizer estimated row count: 6,00
> optimizer estimated cost: 100,40<
> the latter using a decimal comma whereas a decimal point is expected.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira