You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Bruce Schuchardt (JIRA)" <ji...@apache.org> on 2017/06/07 18:00:21 UTC

[jira] [Commented] (GEODE-3050) AnalyzeSerializablesJUnitTest is broken

    [ https://issues.apache.org/jira/browse/GEODE-3050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16041320#comment-16041320 ] 

Bruce Schuchardt commented on GEODE-3050:
-----------------------------------------

The test was broken in this commit: 9e5c75c156a5a24fc7512ddaec3877218af1e466
With this comment: "GEODE-2934: refactor AnalyzeSerializablesJUnitTest and subclasses"

> 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
>
> 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)