The test is really an integration test. Tests that use `ServerStarterRule` (or 
`LocatorStarterRule`) don't fork separate JVMs but start a cache within the 
test JVM itself - this is essentially the definition of an integration test as 
it applies to the codebase. `ClusterStarterRule`, on the other hand, does fork 
separate JVMs and thus all tests that use that rule should be classified as 
DUnit tests.

[ Full content available at: https://github.com/apache/geode/pull/2794 ]
This message was relayed via gitbox.apache.org for 
[email protected]

Reply via email to