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 2021/05/11 04:54:00 UTC

[jira] [Commented] (GEODE-9254) Make repeat test tasks honor underlying tasks' excludes

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

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

Commit a9ee44493aa584c6142141ce0cbd8d466ba2f2e4 in geode's branch refs/heads/develop from Dale Emery
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a9ee444 ]

GEODE-9254: Make repeat test tasks honor excludes (#6459)

Each repeat test task now honors the excludes defined in the underlying
test task.

Before this change, repeat test tasks ignored these excludes, causing
them to run tests that the underlying test tasks would not.

> Make repeat test tasks honor underlying tasks' excludes
> -------------------------------------------------------
>
>                 Key: GEODE-9254
>                 URL: https://issues.apache.org/jira/browse/GEODE-9254
>             Project: Geode
>          Issue Type: Test
>          Components: tests
>            Reporter: Dale Emery
>            Assignee: Dale Emery
>            Priority: Major
>              Labels: GeodeOperationAPI, pull-request-available
>
> Some tests operate by defining inner tests that they execute themselves. Projects that define such tests typically configure their Gradle test tasks to exclude these inner tests.
> Repeat test tasks currently do not honor their underlying test tasks' exclusions of inner tests. They should.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)