Github user galen-pivotal commented on the issue: https://github.com/apache/geode/pull/597 I get the following error when running the full integration test suite: ``` org.apache.geode.codeAnalysis.AnalyzeSerializablesJUnitTest > testSerializables FAILED java.lang.AssertionError: New or moved classes---------------------------------------- org/apache/geode/internal/cache/tier/sockets/ServiceLoadingFailureException,false If the class is not persisted or sent over the wire add it to the file /tmp/build/ae3c03f4/gemfire/open/geode-core/src/test/resources/org/apache/geode/codeAnalysis/excludedClasses.txt Otherwise if this doesn't break backward compatibility, copy the file /tmp/build/ae3c03f4/geode/geode-core/build/integrationTest/actualSerializables.dat to /tmp/build/ae3c03f4/gemfire/open/geode-core/src/test/resources/org/apache/geode/codeAnalysis/sanctionedSerializables.txt. at org.apache.geode.codeAnalysis.AnalyzeSerializablesJUnitTest.testSerializables(AnalyzeSerializablesJUnitTest.java:150) ``` What's the best way to address this?
--- 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. ---