[
https://issues.apache.org/jira/browse/GEODE-4239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16314217#comment-16314217
]
ASF GitHub Bot commented on GEODE-4239:
---------------------------------------
kirklund opened a new pull request #1244: GEODE-4239: refactor tests to use new
ExecutorServiceRule
URL: https://github.com/apache/geode/pull/1244
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Create JUnit Rule to facilitate reuse of ExecutorService pattern for
> concurrent integration tests
> -------------------------------------------------------------------------------------------------
>
> Key: GEODE-4239
> URL: https://issues.apache.org/jira/browse/GEODE-4239
> Project: Geode
> Issue Type: Test
> Components: tests
> Reporter: Kirk Lund
> Assignee: Kirk Lund
>
> These tests all duplicate the same pattern of using a ExecutorService to
> provide a thread that can be deadlocked or live-locked for a concurrency bug:
> * DLockServiceLeakTest
> * GMSEncryptJUnitTest
> * InterruptDiskJUnitTest
> * RegionVersionVectorTest
> * BlockingProcessStreamReaderWindowsTest
> * FileProcessControllerIntegrationTest
> * AbortableTaskServiceJUnitTest
> * MainLauncherJUnitTest
> I'd like to refactor the above list of tests to use a JUnit Rule for this.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)