Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 9541 invoked from network); 20 Aug 2009 07:03:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Aug 2009 07:03:49 -0000 Received: (qmail 32894 invoked by uid 500); 20 Aug 2009 07:04:08 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 32840 invoked by uid 500); 20 Aug 2009 07:04:08 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 32830 invoked by uid 99); 20 Aug 2009 07:04:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 07:04:08 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of claus.ibsen@gmail.com designates 209.85.220.216 as permitted sender) Received: from [209.85.220.216] (HELO mail-fx0-f216.google.com) (209.85.220.216) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 07:03:56 +0000 Received: by fxm12 with SMTP id 12so3946547fxm.20 for ; Thu, 20 Aug 2009 00:03:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=H9LWFI5K6to9LO1C8den8uFyiL4268aegTC2mB+Npck=; b=X9WMomYR0GTOP/GKb8alFU9RwE8co4pArKNg7QQ4SlPiKBwnLPGSfHr+8kyD0HT8+8 Paf8WeW/nw5d5EZdQaIj47atOSyoMvaNz4SdtVN61leURNzqPSGRN+hSiG3kqzqHTdS9 zY18xgixRMH2jldKOCB/JH+0oKqjV+pKfEvRg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=Nu+XpvMkG+a4E6mTXCYtup0nWKm9EnPcMUKuAiQ8UM0D3HBJBXRXT2vkS/Y1gcBFe9 psvIVRSO1yJ36t83Et0aEglt4J0OFY5CIvz+YByxUnT2zN4+lJD3Iov5yQP9AKlZlh17 I9Sz0E7wmskz+l7uyBMQ3k6kjn2GRvhtjKm9w= MIME-Version: 1.0 Received: by 10.204.24.146 with SMTP id v18mr5699221bkb.17.1250751815340; Thu, 20 Aug 2009 00:03:35 -0700 (PDT) In-Reply-To: <4A8CF481.1070209@die-schneider.net> References: <1906EB38-61C0-4DAF-957D-BD743D4C85E6@gmail.com> <4A8BE15F.6020502@die-schneider.net> <16BC664E-939C-4D1D-A084-9DDF80F43C60@gmail.com> <4A8CF481.1070209@die-schneider.net> From: Claus Ibsen Date: Thu, 20 Aug 2009 09:03:14 +0200 Message-ID: <5380c69c0908200003he35203ai7353f4f26111dc27@mail.gmail.com> Subject: Re: [VOTE] Release Apache Camel 2.0.0 To: dev@camel.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Aug 20, 2009 at 9:00 AM, Christian Schneider wrote: > Hi Hadrian, > > I have found the problem in the first test that failed: > GenericFileDeleteProcessStrategyTest.testCannotDeleteFile > > In the method exists file the test checks if the file name equals > "target/foo/boom.txt" but on windows the file name is "target\foo\boom.tx= t". > So the method says the file does not exist. The test then thinks it has > successfully deleted the file and does not throw the expected exception. > Good use the FileUtil.normalizePath to ensure the path can be tested using equals. There are other unit tests that does this as well. > I will report back when I found the problem in the other cases. In any ca= se > it would be a good idea to have a windows system that does continouus > integration for camel beside the existing linux and mac systems. > Apache does not have such we only got Hudson. However at fusesource we got a full range of servers and infrastructure. So we catch these when we do a FUSE release based on Camel 2.0 > Greetings > > Christian > > Hadrian Zbarcea schrieb: >> >> Hi Christian, >> >> Thanks for doing the tests. =A0No, it is not ok, but all the tests are >> passing consistently for a few weeks on mac and linux. =A0That code is n= ot >> quite platform specific (well, except for the Windows fs). =A0Could you >> *please* take a look a bit more and maybe figure out what the issue is? = =A0Is >> it a fluke, a timing issue, a more serious problem, does it work from an= IDE >> like Eclipse? >> >> Imho this is not a blocker for this release (yet), but it's good to know= . >> >> Many thanks again, >> Hadrian >> >> >> On Aug 19, 2009, at 7:26 AM, Christian Schneider wrote: >> >>> I just checked out the head (hope this is still the release 2.0.0 state= ) >>> and did a full build. I got three test failures in camel-core. Is this = ok? >>> >>> I built on Windows Vista, JDK 1.6.0_14 and maven 2.2.0. >>> >>> Greetings >>> >>> Christian >>> Failure Details >>> >>> =A0 =A0testCannotDeleteFile >>> >>> junit.framework.AssertionFailedError: Should have thrown an exception >>> >>> >>> org.apache.camel.component.file.strategy.GenericFileDeleteProcessStrate= gyTest:125 >>> =A0 =A0testCacheStreamToFileAndNotCloseStream >>> >>> junit.framework.AssertionFailedError: we should have no temp file >>> expected:<1> but was:<0> >>> >>> org.apache.camel.converter.stream.CachedOutputStreamTest:117 >>> =A0 =A0testRouteIsCorrectAtRuntime >>> >>> junit.framework.AssertionFailedError: expected:<4> but was:<1> >>> >>> org.apache.camel.processor.ChoiceWithEndTest:39 >>> >>> >>> Hadrian Zbarcea schrieb: >>>> >>>> The first release candidate of apache-camel-2.0.0 is out with 61 new >>>> features, improvements and bug fixes. This concludes more than one yea= r of >>>> efforts to bring a new and improved Apache Camel. =A0Many thanks to ev= erybody >>>> in the community who contributed to this release. >>>> >>>> Please find the staging repo here: >>>> https://repository.apache.org/content/groups/staging/org/apache/camel/ >>>> >>>> The tarballs are here >>>> >>>> https://repository.apache.org/content/groups/staging/org/apache/camel/= apache-camel/2.0.0/ >>>> >>>> Please vote to approve this release binary >>>> >>>> [ ] +1 Release the binary as Apache Camel 2.0-M3 >>>> [ ] -1 Veto the release (provide specific comments) >>>> Vote is open for 72 hours. >>>> >>>> >>>> The Camel Riders >>> >> >> > > --=20 Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus