You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Robert Stupp (JIRA)" <ji...@apache.org> on 2016/07/18 03:51:20 UTC

[jira] [Created] (CASSANDRA-12220) utest RowIndexEntryTest.testC11206AgainstPreviousArray/Shallow failure

Robert Stupp created CASSANDRA-12220:
----------------------------------------

             Summary: utest RowIndexEntryTest.testC11206AgainstPreviousArray/Shallow failure
                 Key: CASSANDRA-12220
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12220
             Project: Cassandra
          Issue Type: Bug
            Reporter: Robert Stupp


The unit tests {{RowIndexEntryTest.testC11206AgainstPreviousArray}} and {{RowIndexEntryTest.testC11206AgainstPreviousShallow}} fail after [this single line change|https://github.com/apache/cassandra/commit/70fd80ae43f3902e651c956b6d4d07cbc203d30a#diff-75146ba408a51071a0b19ffdfbb2bb3cL307] as shown in [this build|http://cassci.datastax.com/view/trunk/job/trunk_testall/1044/].

Reverting that line to {{new HashMap<>()}} fixes the unit test issues - but _does not_ explain why it fails, since initializing a collection with the expected size should not change the overall behaviour. There seems to be something else being wrong.

/cc [~dbrosius]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)