You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sam Tunnicliffe (JIRA)" <ji...@apache.org> on 2016/05/31 14:52:12 UTC

[jira] [Commented] (CASSANDRA-11925) dtest failure in secondary_indexes_test.TestSecondaryIndexes.test_manual_rebuild_index

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

Sam Tunnicliffe commented on CASSANDRA-11925:
---------------------------------------------

Like CASSANDRA-11884, this is most likely related to CASSANDRA-9669. Since that fix has been committed now, let's close this if we don't see any further occurrences in the next few CI rounds.

> dtest failure in secondary_indexes_test.TestSecondaryIndexes.test_manual_rebuild_index
> --------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-11925
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11925
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Sean McCarthy
>            Assignee: DS Test Eng
>              Labels: dtest
>         Attachments: node1.log, node1_debug.log
>
>
> example failure:
> http://cassci.datastax.com/job/trunk_dtest/1245/testReport/secondary_indexes_test/TestSecondaryIndexes/test_manual_rebuild_index
> Failed on CassCI build trunk_dtest #1245
> Logs are attached.
> {code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
>     testMethod()
>   File "/home/automaton/cassandra-dtest/tools.py", line 288, in wrapped
>     f(obj)
>   File "/home/automaton/cassandra-dtest/secondary_indexes_test.py", line 305, in test_manual_rebuild_index
>     self.assertEqual(1, len(list(session.execute(stmt, [lookup_value]))))
>   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)
> "1 != 0\n-------------------- >> begin captured logging << --------------------\ndtest: DEBUG: cluster ccm directory: /mnt/tmp/dtest-HSQXU3\ndtest: DEBUG: Custom init_config not found. Setting defaults.\ndtest: DEBUG: Done setting configuration options:\n{   'initial_token': None,\n    'num_tokens': '32',\n    'phi_convict_threshold': 5,\n    'range_request_timeout_in_ms': 10000,\n    'read_request_timeout_in_ms': 10000,\n    'request_timeout_in_ms': 10000,\n    'truncate_request_timeout_in_ms': 10000,\n    'write_request_timeout_in_ms': 10000}\n--------------------- >> end captured logging << ---------------------"
> {code}



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