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/01 19:35:48 UTC

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

pivotal-jbarrett commented on code in PR #6970:
URL: https://github.com/apache/geode/pull/6970#discussion_r887230861


##########
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:
   Please change the name of this test to conform to our current naming conventions.



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