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

[jira] [Created] (CASSANDRA-11384) dtest failure in materialized_views_test.TestMaterializedViews.complex_mv_select_statements_test

Jim Witschey created CASSANDRA-11384:
----------------------------------------

             Summary: dtest failure in materialized_views_test.TestMaterializedViews.complex_mv_select_statements_test
                 Key: CASSANDRA-11384
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11384
             Project: Cassandra
          Issue Type: Test
            Reporter: Jim Witschey
            Assignee: DS Test Eng


We've got a single flap on the 3.0 novnode job:

http://cassci.datastax.com/job/cassandra-3.0_novnode_dtest/189/testReport/materialized_views_test/TestMaterializedViews/complex_mv_select_statements_test

{code}

Error Message

Expected [[1, 0, 1, 0], [1, 1, 1, 0], [1, 2, 1, 0]] from SELECT a, b, c, d FROM mv, but got [[1, 0, 1, 0], [1, 1, 1, 0]]
-------------------- >> begin captured logging << --------------------
dtest: DEBUG: cluster ccm directory: /mnt/tmp/dtest-d0ZZ9_
dtest: DEBUG: Custom init_config not found. Setting defaults.
dtest: DEBUG: Done setting configuration options:
{   'num_tokens': None,
    'phi_convict_threshold': 5,
    'range_request_timeout_in_ms': 10000,
    'read_request_timeout_in_ms': 10000,
    'request_timeout_in_ms': 10000,
    'truncate_request_timeout_in_ms': 10000,
    'write_request_timeout_in_ms': 10000}
dtest: DEBUG: Creating keyspace
dtest: DEBUG: Testing MV primary key: ((a, b), c)
dtest: DEBUG: Testing MV primary key: ((b, a), c)
--------------------- >> end captured logging << ---------------------
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/automaton/cassandra-dtest/materialized_views_test.py", line 1193, in complex_mv_select_statements_test
    cl=ConsistencyLevel.QUORUM
  File "/home/automaton/cassandra-dtest/assertions.py", line 67, in assert_all
    assert list_res == expected, "Expected %s from %s, but got %s" % (expected, query, list_res)
"Expected [[1, 0, 1, 0], [1, 1, 1, 0], [1, 2, 1, 0]] from SELECT a, b, c, d FROM mv, but got [[1, 0, 1, 0], [1, 1, 1, 0]]\n-------------------- >> begin captured logging << --------------------\ndtest: DEBUG: cluster ccm directory: /mnt/tmp/dtest-d0ZZ9_\ndtest: DEBUG: Custom init_config not found. Setting defaults.\ndtest: DEBUG: Done setting configuration options:\n{   'num_tokens': None,\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}\ndtest: DEBUG: Creating keyspace\ndtest: DEBUG: Testing MV primary key: ((a, b), c)\ndtest: DEBUG: Testing MV primary key: ((b, a), c)\n--------------------- >> end captured logging << ---------------------"
{code}



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