Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 7217 invoked from network); 20 Aug 2009 06:58:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Aug 2009 06:58:59 -0000 Received: (qmail 27664 invoked by uid 500); 20 Aug 2009 06:59:18 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 27611 invoked by uid 500); 20 Aug 2009 06:59:18 -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 27601 invoked by uid 99); 20 Aug 2009 06:59:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 06:59:18 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [62.75.158.78] (HELO mail.liquid-reality.de) (62.75.158.78) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Aug 2009 06:59:08 +0000 Received: from [10.0.0.102] (HSI-KBW-085-216-025-040.hsi.kabelbw.de [85.216.25.40]) by mail.liquid-reality.de (Postfix) with ESMTP id 86593B38002 for ; Thu, 20 Aug 2009 06:58:47 +0000 (UTC) Message-ID: <4A8CF481.1070209@die-schneider.net> Date: Thu, 20 Aug 2009 09:00:17 +0200 From: Christian Schneider User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: dev@camel.apache.org Subject: Re: [VOTE] Release Apache Camel 2.0.0 References: <1906EB38-61C0-4DAF-957D-BD743D4C85E6@gmail.com> <4A8BE15F.6020502@die-schneider.net> <16BC664E-939C-4D1D-A084-9DDF80F43C60@gmail.com> In-Reply-To: <16BC664E-939C-4D1D-A084-9DDF80F43C60@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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.txt". 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. I will report back when I found the problem in the other cases. In any case it would be a good idea to have a windows system that does continouus integration for camel beside the existing linux and mac systems. Greetings Christian Hadrian Zbarcea schrieb: > Hi Christian, > > Thanks for doing the tests. No, it is not ok, but all the tests are > passing consistently for a few weeks on mac and linux. That code is > not quite platform specific (well, except for the Windows fs). Could > you *please* take a look a bit more and maybe figure out what the > issue is? Is 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 >> >> testCannotDeleteFile >> >> junit.framework.AssertionFailedError: Should have thrown an exception >> >> org.apache.camel.component.file.strategy.GenericFileDeleteProcessStrategyTest:125 >> >> testCacheStreamToFileAndNotCloseStream >> >> junit.framework.AssertionFailedError: we should have no temp file >> expected:<1> but was:<0> >> >> org.apache.camel.converter.stream.CachedOutputStreamTest:117 >> testRouteIsCorrectAtRuntime >> >> 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 >>> year of efforts to bring a new and improved Apache Camel. Many >>> thanks to everybody 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 >> > >