[
https://issues.apache.org/jira/browse/GEODE-9536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17426284#comment-17426284
]
ASF subversion and git services commented on GEODE-9536:
--------------------------------------------------------
Commit 9458d5774dd201b33257f8ec6e7378bbc96973e6 in geode's branch
refs/heads/develop from Dale Emery
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=9458d57 ]
GEODE-9536: Ignore client server cache op test on Windows (#6952)
PROBLEM
The tests in `ClientServerCacheOperationDUnitTest` fail consistently on
Windows. They also fail intermittently on Linux (see
https://issues.apache.org/jira/browse/GEODE-8616).
SOLUTION
Ignore `ClientServerCacheOperationDUnitTest` on Windows. When the
intermittent failure on Linux is fixed, perhaps this test can be
re-enabled on Windows.
NOTE
This prepares for an upcoming PR to run all distributed tests (except
explicitly ignored ones like these) on Windows.
> Run all Windows distributed tests in CI, in parallel
> ----------------------------------------------------
>
> Key: GEODE-9536
> URL: https://issues.apache.org/jira/browse/GEODE-9536
> Project: Geode
> Issue Type: Test
> Components: ci, tests
> Reporter: Dale Emery
> Assignee: Dale Emery
> Priority: Major
> Labels: GeodeOperationAPI, pull-request-available
>
> Currently CI runs only a subset of distributed tests on Windows, and it runs
> them sequentially.
> Change CI to run all distributed tests in Windows, and to run them in
> parallel.
> This requires changing a small number tests to allow them to run on Windows.
> It may require additional changes to allow them to run in parallel on Windows.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)