Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 19046 invoked from network); 20 Jul 2006 21:35:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jul 2006 21:35:28 -0000 Received: (qmail 39356 invoked by uid 500); 20 Jul 2006 21:35:27 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 39328 invoked by uid 500); 20 Jul 2006 21:35:27 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 39319 invoked by uid 99); 20 Jul 2006 21:35:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jul 2006 14:35:27 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jul 2006 14:35:26 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B330441000B for ; Thu, 20 Jul 2006 21:33:14 +0000 (GMT) Message-ID: <25847537.1153431194731.JavaMail.jira@brutus> Date: Thu, 20 Jul 2006 14:33:14 -0700 (PDT) From: "Knut Anders Hatlen (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-323) Locale problem in test of derby In-Reply-To: <369301919.1117453914033.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DERBY-323?page=all ] Knut Anders Hatlen resolved DERBY-323. -------------------------------------- Fix Version/s: 10.2.0.0 Resolution: Fixed Derby Info: (was: [Patch Available]) Sending java/testing/org/apache/derbyTesting/functionTests/harness/NetServer.java Sending java/testing/org/apache/derbyTesting/functionTests/harness/RunTest.java Sending java/testing/org/apache/derbyTesting/functionTests/harness/jvm.java Sending java/testing/org/apache/derbyTesting/functionTests/tests/tools/derbyrunjartest.java Transmitting file data .... Committed revision 424072. Marking issue as fixed since the remaining failures are covered by DERBY-244. > Locale problem in test of derby > ------------------------------- > > Key: DERBY-323 > URL: http://issues.apache.org/jira/browse/DERBY-323 > Project: Derby > Issue Type: Bug > Components: Test > Environment: Japanese localed Windows using cygwiin > Reporter: Tomohito Nakayama > Assigned To: Knut Anders Hatlen > Fix For: 10.2.0.0 > > Attachments: derby-323-v1.diff, derby-323-v1.stat > > > Many of derbyall fails at Japanese localed Windows when environment corresponding derbyLocale_JP.jar exists in CLASSPATH. > Almost all of derby_all was failed because all result message was generated in > Japanese , and that was different from master file. > I tried next configuration ... > conf_0:Exclude derbyLocale_jp.jar > conf_1:Add option "-Duser.language=en -Duser.country=US" > conf_2:Add option "-Djvmflags=-Duser.language=en -Duser.country=US" > conf_3:Defiine environment variable _JAVA_OPTIONS=:-Duser.language=en -Duser.locale=us > conf_4:Defiine environment variable LC_CTYPE:en_US > conf_0 works well on derbyall suite but some of derbynetclientmats/derbynetmats in derbyall suite was failed. Network module seems to have localed message in other resource. > conf_1 works on derbynetclientsmats suite, but same configuration for derbyall suite does not work at all. > conf_2 does not work on derbynetclientsmats suite. > conf_3 seems to work for locale problem but "Picked up _JAVA_OPTIONS:" message cause error in test. > conf_4 does not works ... > Now conf_0 seems to be reasonable method now. > I think conf_3 may be reasonable direction to modify test suite. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira