Looks like it was this commit...
commit 7072f8ef7b764d1507e26cca8ed0c4d184ccc81a
Author: Nick Reich <[email protected]>
Date: Fri Jul 28 16:47:10 2017 -0700
GEODE-3300: Complete and expose parallel export feature for use
This closes #704
On Fri, Aug 11, 2017 at 3:40 PM, Kirk Lund <[email protected]> wrote:
> Looks like one of the recent commits to develop resulted in this failure
> involving org/apache/geode/internal/cache/snapshot/
> ParallelSnapshotFileMapper...
>
> :geode-core:integrationTest
>
> org.apache.geode.codeAnalysis.AnalyzeSerializablesJUnitTest >
> testSerializables FAILED
> java.lang.AssertionError: New or moved classes-----------------------
> -----------------
> org/apache/geode/internal/cache/snapshot/ParallelSnapshotFileMapper,
> true,1
>
>
> 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)
>
> 3711 tests completed, 1 failed, 140 skipped
> :geode-core:integrationTest FAILED
>