Github user galen-pivotal commented on a diff in the pull request: https://github.com/apache/geode/pull/716#discussion_r134270934 --- Diff: geode-core/src/test/java/org/apache/geode/test/dunit/standalone/DUnitLauncher.java --- @@ -297,6 +297,8 @@ public Object call() throws IOException { // able to do so successfully anyway p.setProperty(DISABLE_AUTO_RECONNECT, "true"); + System.setProperty("geode.feature-protobuf-protocol", "true"); --- End diff -- Do we want to do this for all DUnit tests? On the one hand, it might help shake some bugs out; on the other, we're setting a system property for all tests.
--- 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. ---