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/08/15 20:37:20 UTC

[jira] [Commented] (CASSANDRA-12456) dtest failure in auth_test.TestAuth.system_auth_ks_is_alterable_test

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

Jim Witschey commented on CASSANDRA-12456:
------------------------------------------

I'm going to bump up the timeout on the schema refresh as a first attempt at addressing this. There's an opportunity to test and refactor some of our utility classes in dtest, so I'm taking that opportunity now.

> dtest failure in auth_test.TestAuth.system_auth_ks_is_alterable_test
> --------------------------------------------------------------------
>
>                 Key: CASSANDRA-12456
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12456
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Craig Kodman
>            Assignee: Jim Witschey
>              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/cassandra-2.2_dtest/675/testReport/auth_test/TestAuth/system_auth_ks_is_alterable_test
> {code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
>     testMethod()
>   File "/home/automaton/cassandra-dtest/auth_test.py", line 49, in system_auth_ks_is_alterable_test
>     session.cluster.refresh_schema_metadata()
>   File "cassandra/cluster.py", line 1606, in cassandra.cluster.Cluster.refresh_schema_metadata (cassandra/cluster.c:29510)
>     raise DriverException("Schema metadata was not refreshed. See log for details.")
> "Schema metadata was not refreshed. See log for details.\n-------------------- >> begin captured logging << --------------------\ndtest: DEBUG: cluster ccm directory: /tmp/dtest-vDljld\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}\ndtest: DEBUG: Default role created by node1\ndtest: DEBUG: nodes started\n--------------------- >> end captured logging << ---------------------"
> {code}



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