You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Adam Constabaris (JIRA)" <ji...@apache.org> on 2007/02/23 18:06:05 UTC

[jira] Updated: (ABDERA-39) Selectively disable unit tests that depend on external services

     [ https://issues.apache.org/jira/browse/ABDERA-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Constabaris updated ABDERA-39:
-----------------------------------

    Attachment: pom-patch

patch for java/trunk/pom.xml rev 510998

> Selectively disable unit tests that depend on external services
> ---------------------------------------------------------------
>
>                 Key: ABDERA-39
>                 URL: https://issues.apache.org/jira/browse/ABDERA-39
>             Project: Abdera
>          Issue Type: Improvement
>            Reporter: Adam Constabaris
>            Priority: Minor
>         Attachments: pom-patch
>
>
> Several unit tests depend on the availability of external services:
> (parser) org.apache.abdera.test.parser.stax.FeedValidatorTest and AtomConformanceTest
> (security) org.apache.abdera.test.security.DSigThirdPartyVerifyTest
> (feedvalidator.org, snellspace.com, and verisignlabs.com, respectively); when these services
> are unavailable or slow, a maven build may fail, take a long time, or even hang; this also prevents
> doing a full build while offline.
> Will attach patch that adds a new profile "no-online-tests" to root pom.xml

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Updated: (ABDERA-39) Selectively disable unit tests that depend on external services

Posted by James M Snell <ja...@gmail.com>.
Rather than disable those tests, I'd much rather that we develop some
equivalent tests that we can add to our svn.  Those particular tests
help us to verify some rather important Atom conformance features.

- James

Adam Constabaris (JIRA) wrote:
>      [ https://issues.apache.org/jira/browse/ABDERA-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
> 
> Adam Constabaris updated ABDERA-39:
> -----------------------------------
> 
>     Attachment: pom-patch
> 
> patch for java/trunk/pom.xml rev 510998
> 
>> Selectively disable unit tests that depend on external services
>> ---------------------------------------------------------------
>>
>>                 Key: ABDERA-39
>>                 URL: https://issues.apache.org/jira/browse/ABDERA-39
>>             Project: Abdera
>>          Issue Type: Improvement
>>            Reporter: Adam Constabaris
>>            Priority: Minor
>>         Attachments: pom-patch
>>
>>
>> Several unit tests depend on the availability of external services:
>> (parser) org.apache.abdera.test.parser.stax.FeedValidatorTest and AtomConformanceTest
>> (security) org.apache.abdera.test.security.DSigThirdPartyVerifyTest
>> (feedvalidator.org, snellspace.com, and verisignlabs.com, respectively); when these services
>> are unavailable or slow, a maven build may fail, take a long time, or even hang; this also prevents
>> doing a full build while offline.
>> Will attach patch that adds a new profile "no-online-tests" to root pom.xml
>