[
https://issues.apache.org/jira/browse/GEODE-3050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16042970#comment-16042970
]
ASF subversion and git services commented on GEODE-3050:
--------------------------------------------------------
Commit b0718f5da6c70c35edbfa9104378ac63bb0a70c3 in geode's branch
refs/heads/develop from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=b0718f5 ]
GEODE-3050: prevent empty dat files
Move creation of dat files to test methods to avoid overwriting
full dat file from other test.
> AnalyzeSerializablesJUnitTest is broken
> ---------------------------------------
>
> Key: GEODE-3050
> URL: https://issues.apache.org/jira/browse/GEODE-3050
> Project: Geode
> Issue Type: Bug
> Components: serialization
> Reporter: Bruce Schuchardt
> Assignee: Kirk Lund
>
> AnalyzeSerializablesJUnitTest was recently refactored and the refactoring
> damaged the test. It creates two files, actualDataSerializables.dat and
> actualSerializables.dat but one of these ends up being empty.
> Both files are being initialized as empty in an @Before setup method, which
> is run prior to each of the two tests. Whichever test is run second will end
> up creating an empty file for the other test. In my case it's always
> actualSerializables.dat that is empty.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)