[ 
https://issues.apache.org/jira/browse/CASSANDRA-14028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joel Knighton updated CASSANDRA-14028:
--------------------------------------
    Status: Patch Available  (was: Open)

Patch available 
[here|https://github.com/jkni/cassandra-dtest/commit/a209a6311eb4b050a80d261e8b57176f74b070a4].

There appear to be two different issues here. First, the test manually forced 
the use of vnodes in cluster creation, which breaks novnode runs. As far as I 
can tell, there's no inherent incompatibility with novnode configurations, so I 
removed that behavior. It now passes on both vnode and novnode runs.

Second, this test was introduced for [CASSANDRA-13043], which only fixes the 
issue in 3.0+. The test fails on 2.2 and fails to run entirely on 2.1 due to 
missing byteman dependencies. I scoped the test to run on 3.0+.

> counter_leader_with_partial_view_test-novnodes - counter_tests.TestCounters 
> fails
> ---------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-14028
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14028
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Testing
>            Reporter: Michael Kjellman
>            Assignee: Joel Knighton
>
> Unexpected error in log, see stdout
> -------------------- >> begin captured logging << --------------------
> dtest: DEBUG: cluster ccm directory: /tmp/dtest-S1sTss
> 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}
> --------------------- >> end captured logging << ---------------------
>   File "/usr/lib/python2.7/unittest/case.py", line 358, in run
>     self.tearDown()
>   File "/home/cassandra/cassandra-dtest/dtest.py", line 599, in tearDown
>     raise AssertionError('Unexpected error in log, see stdout')
> "Unexpected error in log, see stdout\n-------------------- >> begin captured 
> logging << --------------------\ndtest: DEBUG: cluster ccm directory: 
> /tmp/dtest-S1sTss\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}\n--------------------- >> end captured logging << 
> ---------------------"



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to