[ https://issues.apache.org/jira/browse/GEODE-8449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17193752#comment-17193752 ]
ASF GitHub Bot commented on GEODE-8449: --------------------------------------- pdxcodemonkey commented on a change in pull request #649: URL: https://github.com/apache/geode-native/pull/649#discussion_r486510049 ########## File path: clicache/acceptance-test/SNITests.cs ########## @@ -34,6 +34,8 @@ public class SNITests : TestBase, IDisposable public SNITests(ITestOutputHelper testOutputHelper) : base(testOutputHelper) { + Dispose(); Review comment: Yeah, please create a utility method to call from Dispose, and call that here. Calling Dispose directly is legal, but technically misuse of the semantics of IDisposable. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Clean up docker containers in Tests > ----------------------------------- > > Key: GEODE-8449 > URL: https://issues.apache.org/jira/browse/GEODE-8449 > Project: Geode > Issue Type: Improvement > Components: native client > Reporter: Ernest Burghardt > Priority: Major > Labels: pull-request-available > > As a developer it would be very nice to have docker containers in an > appropriate state for each test run that requires them... currently a > failing test leaves around containers that will most likely cause trouble > with a subsequent test run. -- This message was sent by Atlassian Jira (v8.3.4#803005)