Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 77D03965B for ; Tue, 24 Apr 2012 22:29:05 +0000 (UTC) Received: (qmail 81836 invoked by uid 500); 24 Apr 2012 22:29:04 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 81781 invoked by uid 500); 24 Apr 2012 22:29:04 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 81774 invoked by uid 99); 24 Apr 2012 22:29:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2012 22:29:04 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dawid.weiss@gmail.com designates 209.85.160.176 as permitted sender) Received: from [209.85.160.176] (HELO mail-gy0-f176.google.com) (209.85.160.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Apr 2012 22:28:59 +0000 Received: by ghbz10 with SMTP id z10so1072354ghb.35 for ; Tue, 24 Apr 2012 15:28:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; bh=+f5gsdGDwUoSWJWQXJZIEekDUtClcSp79GaOIauFm6w=; b=l3ZsFEuXDXu4xUTUk1Qx7YEk9bxNGGhza9RGCSPwJsinqbF3oUzDmE/K6GEEheeotu qFAly/hzzKkygwqUO3mUvUBE4zQc/NQ7V92r99j84r4HlUmWdVhl/KHleo3EtuUJR/2W /N5WrWVxD2Ci/8Rq7TBfgVZQpeOABAtYm1ZF4KEobB2MP/QuLRtb1h36m9Dr304VxE1+ iq3hUF+G/Oh37qoYW+aVqZrq+hJnYa/e0gAE7RkRnjCLsijW4eG1hBYpN2jqgXLsyvLw CrLlPaD+iypNP4h1AIsQ+l2m35zrL8RRedLg3gj1+53+1ShKMdZEgRlhL4sUZGZLeFVH Eetg== Received: by 10.50.157.164 with SMTP id wn4mr4396438igb.2.1335306518759; Tue, 24 Apr 2012 15:28:38 -0700 (PDT) MIME-Version: 1.0 Sender: dawid.weiss@gmail.com Received: by 10.42.117.199 with HTTP; Tue, 24 Apr 2012 15:28:18 -0700 (PDT) In-Reply-To: <01c101cd2269$4e3db5f0$eab921d0$@thetaphi.de> References: <721772915.2253.1335287474739.JavaMail.hudson@aegis> <01c101cd2269$4e3db5f0$eab921d0$@thetaphi.de> From: Dawid Weiss Date: Wed, 25 Apr 2012 00:28:18 +0200 X-Google-Sender-Auth: HuCWVNwDj02sPFi07sDh-mbBdfs Message-ID: Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 2324 - Failure To: dev@lucene.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org I think the locale/ timezone used should be simply dumped as part of repeat string. That array we pick from doesn't need to be sorted, it can contain different entries depending on the JVM, etc. D. On Wed, Apr 25, 2012 at 12:26 AM, Uwe Schindler wrote: > Hi, > > Since the last openjdk6,7 ports upgrades, the timezones update may change= with every single FreeBSD update, because JDK timezone files are now a sep= arate package shared across all ports. So it does not depend on the JDK ver= sion. Die to a bug in the openjdk port this is disabled for openjdk6 at the= moment, but will come back! > > Uwe > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: uwe@thetaphi.de > > >> -----Original Message----- >> From: dawid.weiss@gmail.com [mailto:dawid.weiss@gmail.com] On Behalf Of >> Dawid Weiss >> Sent: Wednesday, April 25, 2012 12:22 AM >> To: dev@lucene.apache.org >> Subject: Re: [JENKINS] Lucene-Solr-tests-only-trunk-java7 - Build # 2324= - >> Failure >> >> I think the problem with repeatability here may be this, Chris: >> https://issues.apache.org/jira/browse/LUCENE-4020 >> >> The log on Jenkins for this seed says: >> >> NOTE: test params are: codec=3DLucene40: {}, >> sim=3DRandomSimilarityProvider(queryNorm=3Dfalse,coord=3Dfalse): {}, >> locale=3Dth_TH_TH_#u-nu-thai, timezone=3DAsia/Karachi >> >> and on my machine: >> >> NOTE: test params are: codec=3DLucene40: {}, >> sim=3DRandomSimilarityProvider(queryNorm=3Dfalse,coord=3Dfalse): {}, >> locale=3Dzh_CN, timezone=3DAustralia/Yancowinna >> >> Enforcing these on my machine still didn't result in that original error= though. I >> tried on Jenkins though (with the same original JVM) >> and: >> >> ant test-core -Dtests.class=3D*.TimeZoneUtilsTest -Dtests.method=3DtestR= andom - >> Dtests.seed=3DA928CC75CAAEE111 >> -Dtests.multiplier=3D3 -Dargs=3D"-Dfile.encoding=3DUS-ASCII" >> -Dtests.locale=3Dth_TH_TH#u-nu-thai -Dtests.timezone=3DAsia/Karachi >> >> sure does reproduce every single time... >> >> Dawid >> >> On Tue, Apr 24, 2012 at 7:46 PM, Chris Hostetter >> wrote: >> > >> > : FWIW: I can not reproduce this using hte specified seed... >> > >> > Even when i added explicit checks for the input that the test >> > complained about ("GMT-00") i still can't reproduce ... but i'm using >> > Java6 and i don't have Java7. >> > >> > I double checked the code, and i seriously don't understand how this >> > failure could happen -- unless multiple calls to >> > TimeZone.getTimeZone("GMT-00") return diff objects. =C2=A0(the only di= ff >> > between the expected and actual code paths are that in the "actual" >> > path, the helper method can return null instead of calling >> > TimeZone.getTimeZone if the input string doesn't match some rules. >> > >> > Can anybody reproduce this failure? >> > >> > you shouldn't even need to trust the seed, just run the entire >> > TimeZoneUtilsTest class with the changes to "testCustom" i just >> > committed that explicitly test "GMT-00" >> > >> > : ant test -Dtests.class=3D*.TimeZoneUtilsTest -Dtests.method=3DtestRa= ndom - >> Dtests.seed=3DA928CC75CAAEE111 -Dtests.multiplier=3D3 -Dargs=3D"- >> Dfile.encoding=3DUS-ASCII" >> > : >> > : And the same test passed on the latest trunk (non java7) jenkins bui= ld... >> > : >> > : https://builds.apache.org/job/Lucene-Solr-tests-only-trunk/13455/ >> > >> > -Hoss >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For >> > additional commands, e-mail: dev-help@lucene.apache.org >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional >> commands, e-mail: dev-help@lucene.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: dev-help@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org