You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2012/11/22 00:19:00 UTC

[jira] [Updated] (GORA-188) testSerdeWebPage failure - PersistentBase#equals() fails with map fields

     [ https://issues.apache.org/jira/browse/GORA-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lewis John McGibbney updated GORA-188:
--------------------------------------

    Fix Version/s: 0.3
    
> testSerdeWebPage failure - PersistentBase#equals() fails with map fields
> ------------------------------------------------------------------------
>
>                 Key: GORA-188
>                 URL: https://issues.apache.org/jira/browse/GORA-188
>             Project: Apache Gora
>          Issue Type: Bug
>          Components: gora-core
>    Affects Versions: 0.2.1
>            Reporter: Alfonso Nishikawa
>            Priority: Minor
>             Fix For: 0.3
>
>
> As shown here:
> {code}
> junit.framework.AssertionFailedError: expected:<org.apache.gora.examples.generated.WebPage@4b49ab6f {
>   "url":"http://bar.com/"
>   "content":"java.nio.HeapByteBuffer[pos=1 lim=1 cap=1]"
>   "parsedContent":"[1]"
>   "outlinks":"{http://bazbar.com=a8, http://baz.com/1.jsp&q=barbaz&p=foo=a6, http://baz.com/1.jsp&q=barbaz=a5, http://bar.com/3.jsp=a3, http://bar.com/1.html=a4, http://foo.com/1.html=a1, http://foo.com/2.html=a2, http://baz.com/1.jsp&q=foo=a7}"
>   "metadata":"org.apache.gora.examples.generated.Metadata@51a {
>   "version":"1"
>   "data":"{metakey=metavalue}"
> }"
> }> but was:<org.apache.gora.examples.generated.WebPage@4b6d94c0 {
>   "url":"http://bar.com/"
>   "content":"java.nio.HeapByteBuffer[pos=0 lim=1 cap=1]"
>   "parsedContent":"[1]"
>   "outlinks":"{http://baz.com/1.jsp&q=barbaz=a5, http://baz.com/1.jsp&q=barbaz&p=foo=a6, http://bazbar.com=a8, http://bar.com/3.jsp=a3, http://foo.com/1.html=a1, http://bar.com/1.html=a4, http://foo.com/2.html=a2, http://baz.com/1.jsp&q=foo=a7}"
>   "metadata":"org.apache.gora.examples.generated.Metadata@51a {
>   "version":"1"
>   "data":"{metakey=metavalue}"
> }"
> }>
> 	at junit.framework.Assert.fail(Assert.java:50)
> 	at junit.framework.Assert.failNotEquals(Assert.java:287)
> 	at junit.framework.Assert.assertEquals(Assert.java:67)
> 	at junit.framework.Assert.assertEquals(Assert.java:74)
> 	at org.apache.gora.util.TestIOUtils.testSerializeDeserialize(TestIOUtils.java:125)
> 	at org.apache.gora.mapreduce.TestPersistentSerialization.testSerdeWebPage(TestPersistentSerialization.java:85)
> {code}
> the difference is the order of the outlinks. I guess they should be considered equal. Am I wrong?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira