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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]