[
https://issues.apache.org/jira/browse/DERBY-6827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rick Hillegas updated DERBY-6827:
---------------------------------
Attachment: derby-6827-01-ab-omitColumn.diff
Attaching derby-6827-01-ab-omitColumn.diff. The first attempt to fix this bug
made the test run cleanly provided that it was run standalone. But it didn't
work when the test ran in a suite.
This alternative patch omits the problematic column from the SELECT
list of the failing query. I will run the full regression tests.
Touches the following files:
M
java/testing/org/apache/derbyTesting/functionTests/tests/i18n/LocalizedDisplay.sql
M
java/testing/org/apache/derbyTesting/functionTests/master/LocalizedDisplay.out
> Errors in LocalizedDisplayScriptTest on jdk 9
> ---------------------------------------------
>
> Key: DERBY-6827
> URL: https://issues.apache.org/jira/browse/DERBY-6827
> Project: Derby
> Issue Type: Bug
> Reporter: Rick Hillegas
> Attachments: derby-6827-01-aa-addProperty.diff,
> derby-6827-01-ab-omitColumn.diff, z.out
>
>
> LocalizedDisplayScriptTest raises errors when run with the latest early
> access build of JDK 9. This is due to a backward incompatibility introduced
> into JDK 9 by this issue: https://bugs.openjdk.java.net/browse/JDK-8008577.
> The fix may be simply to set the following java property when running this
> test:
> java.locale.providers=JRE,SPI
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)