You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Carl Yeksigian (JIRA)" <ji...@apache.org> on 2016/09/14 17:00:25 UTC

[jira] [Commented] (CASSANDRA-12225) dtest failure in materialized_views_test.TestMaterializedViews.clustering_column_test

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

Carl Yeksigian commented on CASSANDRA-12225:
--------------------------------------------

I ran a [multiplexed dtest|http://cassci.datastax.com/view/Parameterized/job/parameterized_dtest_multiplexer/253/] and it failed once with the same error.

I've pushed a new commit to wait for all of the stages to settle before continuing; I'm rerunning the [multiplexed test|http://cassci.datastax.com/view/Parameterized/job/parameterized_dtest_multiplexer/313/] to see if there are any new failures.

> dtest failure in materialized_views_test.TestMaterializedViews.clustering_column_test
> -------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-12225
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12225
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Sean McCarthy
>            Assignee: Carl Yeksigian
>              Labels: dtest
>         Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/trunk_offheap_dtest/336/testReport/materialized_views_test/TestMaterializedViews/clustering_column_test
> Failed on CassCI build trunk_offheap_dtest #336
> {code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
>     testMethod()
>   File "/home/automaton/cassandra-dtest/materialized_views_test.py", line 321, in clustering_column_test
>     self.assertEqual(len(result), 2, "Expecting {} users, got {}".format(2, len(result)))
>   File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
>     assertion_func(first, second, msg=msg)
>   File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
>     raise self.failureException(msg)
> "Expecting 2 users, got 1
> {code}



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