Test errors on trunk?

View: New views
4 Messages — Rating Filter:   Alert me  

Test errors on trunk?

by Wendy Smoak-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: Test errors on trunk?

by Deng Ching-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 <wsmoak@...> 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
>

Re: Test errors on trunk?

by Deng Ching-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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 <oching@...> 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 <wsmoak@...> 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
>>
>
>

Re: Test errors on trunk?

by brettporter :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 22/09/2009, at 4:19 PM, Deng Ching wrote:

> 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 :)

I think it's related to the multiple source roots that have crept into  
Continuum. Can someone more familiar with them confirm?

The only one failing for "real" reasons is the Selenium tests, which  
occasionally time out taking > 30 seconds for a test. They do pass  
given enough cycles though :)

- Brett