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/09/05 21:53:00 UTC

[jira] [Created] (GEODE-3562) CI Failure: JSONCodecJUnitTest.testSimpleJSONEncode fails on Windows

Bruce Schuchardt created GEODE-3562:
---------------------------------------

             Summary: CI Failure: JSONCodecJUnitTest.testSimpleJSONEncode fails on Windows
                 Key: GEODE-3562
                 URL: https://issues.apache.org/jira/browse/GEODE-3562
             Project: Geode
          Issue Type: Bug
          Components: client/server
            Reporter: Bruce Schuchardt


Maybe this is a problem with line terminators?  It's failing on a length check.

:geode-protobuf:test

org.apache.geode.serialization.codec.JSONCodecJUnitTest > testSimpleJSONEncode FAILED
    java.lang.AssertionError: array lengths differed, expected.length=49 actual.length=52
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.internal.ComparisonCriteria.assertArraysAreSameLength(ComparisonCriteria.java:76)
        at org.junit.internal.ComparisonCriteria.arrayEquals(ComparisonCriteria.java:37)
        at org.junit.Assert.internalArrayEquals(Assert.java:532)
        at org.junit.Assert.assertArrayEquals(Assert.java:341)
        at org.junit.Assert.assertArrayEquals(Assert.java:352)
        at org.apache.geode.serialization.codec.JSONCodecJUnitTest.testSimpleJSONEncode(JSONCodecJUnitTest.java:96)




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)