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

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

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

GEODE-9492: Ignore default port test in stress tests (#6748)

PROBLEM

`GeodeRedisServerStartupDUnitTest.startupOnDefaultPort()` tests the
system's use of a fixed port. Repeat test tasks run multiple instances
of this test concurrently. Most of the concurrently running instances of
the test are likely to fail when they find that port already in use.

SOLUTION

- Add an `IgnoreInRepeatTestTasks` test category.
- Configure repeat tests to exclude tests with the
  `IgnoreInRepeatTestTasks` category.
- Add the `IgnoreInRepeatTestTasks` category to
  `GeodeRedisServerStartupDUnitTest.startupOnDefaultPort()`

> GeodeRedisServerStartupDUnitTest > startupOnDefaultPort cannot run in repeat 
> tests
> ----------------------------------------------------------------------------------
>
>                 Key: GEODE-9492
>                 URL: https://issues.apache.org/jira/browse/GEODE-9492
>             Project: Geode
>          Issue Type: Test
>          Components: tests
>            Reporter: Dale Emery
>            Assignee: Dale Emery
>            Priority: Major
>              Labels: GeodeOperationAPI, pull-request-available
>
> GeodeRedisServerStartupDUnitTest.startupOnDefaultPort() tests the system's 
> use of a fixed, known port, and so cannot run in repeat tests.



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

Reply via email to