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