[
https://issues.apache.org/jira/browse/GEODE-1374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15334795#comment-15334795
]
ASF subversion and git services commented on GEODE-1374:
--------------------------------------------------------
Commit e516b86baf894c08c5b2b080a1d25a25572a8bbd in incubator-geode's branch
refs/heads/feature/GEODE-420 from [~amb]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=e516b86 ]
GEODE-1374: Run flaky tests in a separate gradle task
Add a new test task specifically for running tests annotated with
@FlakyTest. This allows us to isolate tests that exhibit
intermittent failures. Other changes include:
- Exclude flaky tests from test, integrationTest, uiTest, and
distributedTest tasks
- Cleanup how tests are found using the minimum set of
include/exclude categories
> Run tests labeled 'flaky' in a separate build task
> --------------------------------------------------
>
> Key: GEODE-1374
> URL: https://issues.apache.org/jira/browse/GEODE-1374
> Project: Geode
> Issue Type: Improvement
> Components: build
> Reporter: Anthony Baker
> Assignee: Anthony Baker
>
> We have a number of tests that have been annotated with the @FlakyTest
> category. These tests exhibit intermittent failures. We should exclude
> these tests from the normal test tasks and create a special task to run these
> separately. This will help to isolate test failures so we can focus and
> prioritize test fixes.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)