Return-Path: Delivered-To: apmail-archiva-dev-archive@www.apache.org Received: (qmail 35588 invoked from network); 22 Sep 2009 06:20:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Sep 2009 06:20:13 -0000 Received: (qmail 68024 invoked by uid 500); 22 Sep 2009 06:20:13 -0000 Delivered-To: apmail-archiva-dev-archive@archiva.apache.org Received: (qmail 67931 invoked by uid 500); 22 Sep 2009 06:20:13 -0000 Mailing-List: contact dev-help@archiva.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@archiva.apache.org Delivered-To: mailing list dev@archiva.apache.org Received: (qmail 67920 invoked by uid 99); 22 Sep 2009 06:20:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Sep 2009 06:20:12 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of odeaching@gmail.com designates 209.85.216.189 as permitted sender) Received: from [209.85.216.189] (HELO mail-px0-f189.google.com) (209.85.216.189) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Sep 2009 06:20:04 +0000 Received: by pxi27 with SMTP id 27so2797765pxi.22 for ; Mon, 21 Sep 2009 23:19:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type; bh=dwK9pAxkR5AA41kbeA0uCpBFOu7AvUgJ+1S1O8D2D8I=; b=n4Wpu9As56Im4mWODrSEnAonBs5+p3AoMkr08nmXk6VevZBslnivWvYnuLE6XtfVKn jyem3HuBF59Yj7zthFQx0zCE2PRwry0kVXxwspjX1sDfQ7YvuYyFFd+4zTsgaBCPi3Dj Te+3a1/2FVXg5PAxjqmqkoUt1G6QQVuvtP/PY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=xVcJlHimmLmCY3MM7wrykFIR1PkILAIUJFnl1OhBBifP/PEBjpWF22jbXEQ6yQtTjz jwBMS2U9H07LV5Gm7htjeXfgHwaZRIv9DhPefZi5z4mu4ILZmyg6rYUybbvn2E1ePiul qQR5cCz7eoR1S4Q/YPOL7opSAXY2Izu1as+5o= MIME-Version: 1.0 Sender: odeaching@gmail.com Received: by 10.114.2.38 with SMTP id 38mr1035181wab.64.1253600383971; Mon, 21 Sep 2009 23:19:43 -0700 (PDT) In-Reply-To: <8667b1bd0909211957n22f13bc4t9d0d0e36aa25514e@mail.gmail.com> References: <8667b1bd0909211957n22f13bc4t9d0d0e36aa25514e@mail.gmail.com> Date: Tue, 22 Sep 2009 14:19:43 +0800 X-Google-Sender-Auth: bdb13a36577713c8 Message-ID: <8667b1bd0909212319pa76ea26vb32538c34550942@mail.gmail.com> Subject: Re: Test errors on trunk? From: Deng Ching To: dev@archiva.apache.org Content-Type: multipart/alternative; boundary=00504502f5e693b44f04742495b7 X-Virus-Checked: Checked by ClamAV on apache.org --00504502f5e693b44f04742495b7 Content-Type: text/plain; charset=ISO-8859-1 Some of the Archiva modules in vmbuild are intermittently failing and then building successfully. Now the Webdav module is building fine and there weren't any changes in trunk in between :) On Tue, Sep 22, 2009 at 10:57 AM, Deng Ching wrote: > Hi Wendy, > > It's building successfully for me. It says build errors though and not test > failures, maybe there was a problem during the set up of the tests? There > was just a failed build in Webdav from vmbuild too, but it looks like a > different test failure ( > http://vmbuild.apache.org/continuum/buildResult.action?projectId=684&projectGroupId=64&projectName=&buildId=217753 > ). > > Thanks, > Deng > > > On Sat, Sep 19, 2009 at 3:16 AM, Wendy Smoak wrote: > >> I wanted to try out the new scanAll flag, but I'm getting test errors: >> >> $ mvn install >> ... >> Tests in error: >> >> testGetProxiedReleaseArtifactPolicyOnceNoManagedContent(org.apache.maven.archiva.webdav.RepositoryServletProxiedReleasePolicyTest) >> >> testGetProxiedReleaseArtifactPolicyOncePass(org.apache.maven.archiva.webdav.RepositoryServletProxiedReleasePolicyTest) >> >> testGetProxiedSnapshotsArtifactPolicyOnceFail(org.apache.maven.archiva.webdav.RepositoryServletProxiedTimestampedSnapshotPolicyTest) >> >> testGetProxiedSnapshotsArtifactPolicyOnceNoManagedContent(org.apache.maven.archiva.webdav.RepositoryServletProxiedTimestampedSnapshotPolicyTest) >> >> testGetProxiedSnapshotsArtifactPolicyOncePass(org.apache.maven.archiva.webdav.RepositoryServletProxiedTimestampedSnapshotPolicyTest) >> >> testGetProxiedSnapshotsArtifactPolicyOnceFail(org.apache.maven.archiva.webdav.RepositoryServletProxiedSnapshotPolicyTest) >> >> testGetProxiedSnapshotsArtifactPolicyOnceNoManagedContent(org.apache.maven.archiva.webdav.RepositoryServletProxiedSnapshotPolicyTest) >> >> testGetProxiedSnapshotsArtifactPolicyOncePass(org.apache.maven.archiva.webdav.RepositoryServletProxiedSnapshotPolicyTest) >> >> testGetProxiedSnapshotsArtifactPolicyOnceFail(org.apache.maven.archiva.webdav.RepositoryServletProxiedPluginSnapshotPolicyTest) >> >> testGetProxiedSnapshotsArtifactPolicyOnceNoManagedContent(org.apache.maven.archiva.webdav.RepositoryServletProxiedPluginSnapshotPolicyTest) >> >> testGetProxiedSnapshotsArtifactPolicyOncePass(org.apache.maven.archiva.webdav.RepositoryServletProxiedPluginSnapshotPolicyTest) >> >> Tests run: 151, Failures: 0, Errors: 11, Skipped: 0 >> >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD FAILURE >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] There are test failures. >> >> Anyone else? >> >> vmbuild is showing success for most things, and no status (?) for others: >> >> http://vmbuild.apache.org/continuum/projectGroupSummary.action?projectGroupId=64 >> >> -- >> Wendy >> > > --00504502f5e693b44f04742495b7--