You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/01/21 19:49:39 UTC

[jira] [Commented] (GEODE-772) Add custom annotations and rules for distributed tests

    [ https://issues.apache.org/jira/browse/GEODE-772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15111078#comment-15111078 ] 

ASF subversion and git services commented on GEODE-772:
-------------------------------------------------------

Commit 1be4f932a80f53c0588b49227e7daa518eb389c5 in incubator-geode's branch refs/heads/develop from [~apache@the9muses.net]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=1be4f93 ]

GEODE-772: Add custom annotations and rules for tests


> Add custom annotations and rules for distributed tests
> ------------------------------------------------------
>
>                 Key: GEODE-772
>                 URL: https://issues.apache.org/jira/browse/GEODE-772
>             Project: Geode
>          Issue Type: Sub-task
>          Components: tests
>            Reporter: Kirk Lund
>            Assignee: Kirk Lund
>
> This is a sub-task to merge changes incrementally from feature/GEODE-217.
> Add new custom annotations and to gemfire-junit for distributed tests.
> Annotations (com.gemstone.gemfire.test.junit):
>     ConditionalIgnore
>     IgnoreCondition
>     IgnoreUntil
>     Repeat
>     Retry
> Rules  (com.gemstone.gemfire.test.junit.rules):
>     ConditionalIgnoreRule
>     ExpectedTimeoutRule (rename)
>     IgnoreUntilRule
>     RepeatRule
>     RetryRule
>     SerializableExternalResource
>     SerializableRuleChain
>     SerializableTemporaryFolder
>     SerializableTestName
>     SerializableTestRule
>     SerializableTestWatcher
>     SerializableTimeout
> Rules examples/tests (com.gemstone.gemfire.test.junit.rules.examples):
>     RepeatingTestCasesExampleJUnitTest
>     RetryRuleExampleJUnitTest
> Rules tests (com.gemstone.gemfire.test.junit.rules.tests):
>     ExpectedTimeoutRuleJUnitTest (move and rename)
>     IgnoreUntilRuleJUnitTest
>     JUnitRuleTestSuite
>     RepeatRuleJUnitTest
>     RetryRuleGlobalWithErrorJUnitTest
>     RetryRuleGlobalWithExceptionJUnitTest
>     RetryRuleLocalWithErrorJUnitTest
>     RetryRuleLocalWithExceptionJUnitTest
>     RuleAndClassRuleJUnitTest
>     RunTest
> Supporting classes (com.gemstone.gemfire.test.junit.support):
>     DefaultIgnoreCondition
>     IgnoreConditionEvaluationException



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)