You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2022/06/02 05:20:14 UTC

[GitHub] [geode] nabarunnag commented on a diff in pull request #6970: GEODE-9711: Fix typos in ConflationDUnitTestHelper

nabarunnag commented on code in PR #6970:
URL: https://github.com/apache/geode/pull/6970#discussion_r887566744


##########
geode-core/src/distributedTest/java/org/apache/geode/internal/cache/HAOverflowMemObjectSizerDUnitTest.java:
##########
@@ -95,13 +95,13 @@ public final void postSetUp() throws Exception {
 
   @Override
   public final void preTearDown() throws Exception {
-    serverVM.invoke(ConflationDUnitTestHelper::unsetIsSlowStart);
+    serverVM.invoke(ConflationDistributedTestHelper::unsetIsSlowStart);
     client.invoke(HAOverflowMemObjectSizerDUnitTest::closeCache);

Review Comment:
   @pivotal-jbarrett I did it for this PR,
   But sometimes this can cause a rolling snowball situation and I prefer to keep PR sizes small, and break big changes into multiple PRs for the reviewer's convenience.



-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org