Github user jinmeiliao commented on a diff in the pull request:

    https://github.com/apache/geode/pull/664#discussion_r131182576
  
    --- Diff: 
geode-assembly/src/test/java/org/apache/geode/tools/pulse/AbstractPulseConnectivityTest.java
 ---
    @@ -15,26 +15,31 @@
     
     package org.apache.geode.tools.pulse;
     
    +import static 
org.apache.geode.distributed.ConfigurationProperties.JMX_MANAGER_BIND_ADDRESS;
     import static org.assertj.core.api.Assertions.assertThat;
     
    -import org.apache.geode.test.dunit.rules.EmbeddedPulseRule;
    -import org.apache.geode.test.dunit.rules.HttpClientRule;
    -import org.apache.geode.test.dunit.rules.LocatorStarterRule;
    -import org.apache.geode.test.junit.categories.IntegrationTest;
    -import org.apache.geode.tools.pulse.internal.data.Cluster;
    +import java.io.File;
    +import java.net.InetAddress;
    +import java.util.Properties;
    +
     import org.apache.http.HttpResponse;
     import org.junit.ClassRule;
     import org.junit.Rule;
     import org.junit.Test;
     import org.junit.experimental.categories.Category;
    +import org.junit.BeforeClass;
     
    +import org.apache.geode.test.dunit.rules.EmbeddedPulseRule;
    +import org.apache.geode.test.dunit.rules.HttpClientRule;
    +import org.apache.geode.test.dunit.rules.LocatorStarterRule;
    +import org.apache.geode.test.junit.categories.IntegrationTest;
    +import org.apache.geode.tools.pulse.internal.data.Cluster;
     
    -@Category(IntegrationTest.class)
    -public class PulseVerificationTest {
    +public abstract class AbstractPulseConnectivityTest {
    --- End diff --
    
    We would like to get rid of the usage of abstract test classes in favor of 
rules and parameterized tests. I see further improvements on these tests. But 
if you don't mind, I can pull your changes in and make modifications on top of 
yours.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to