bschuchardt commented on a change in pull request #130:
URL: https://github.com/apache/geode-benchmarks/pull/130#discussion_r453837947
##########
File path:
geode-benchmarks/src/test/java/org/apache/geode/benchmark/tests/GeodeBenchmarkTest.java
##########
@@ -36,46 +36,66 @@
*/
class GeodeBenchmarkTest {
+ public static final String WITH_CLUSTER_TOPOLOGY = "withClusterTopology";
+ public static final String WITH_SNI_PROXY = "withSniProxy";
private TestConfig config;
private TestStep startProxyStep;
@BeforeEach
public void beforeEach() {
+ System.clearProperty(WITH_SNI_PROXY);
+ System.clearProperty(WITH_CLUSTER_TOPOLOGY);
Review comment:
I'll put that back - thanks Bill
----------------------------------------------------------------
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:
[email protected]