You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Aleksey Yeschenko (JIRA)" <ji...@apache.org> on 2015/09/12 15:51:46 UTC

[jira] [Updated] (CASSANDRA-10187) Windows dtest 3.0: batch_test failures

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

Aleksey Yeschenko updated CASSANDRA-10187:
------------------------------------------
    Fix Version/s:     (was: 3.0.x)

> Windows dtest 3.0: batch_test failures
> --------------------------------------
>
>                 Key: CASSANDRA-10187
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10187
>             Project: Cassandra
>          Issue Type: Sub-task
>            Reporter: Joshua McKenzie
>              Labels: Windows
>
> {noformat}
> FAIL: acknowledged_by_batchlog_not_set_when_batchlog_write_fails_test (batch_test.TestBatch)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "c:\src\cassandra-dtest\batch_test.py", line 133, in acknowledged_by_batchlog_not_set_when_batchlog_write_fails_test
>     """, ConsistencyLevel.ONE, received_responses=0)
>   File "c:\src\cassandra-dtest\batch_test.py", line 194, in assert_timedout
>     assert False, "Expecting TimedOutException, got:" + str(e)
> AssertionError: Expecting TimedOutException, got:code=1000 [Unavailable exception] message="Cannot achieve consistency level ONE" info={'required_replicas': 1, 'alive_replicas': 0, 'consistency': 'ONE'}
> -------------------- >> begin captured logging << --------------------
> {noformat}
> {noformat}
> FAIL: acknowledged_by_batchlog_set_when_batchlog_write_succeeds_test (batch_test.TestBatch)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "c:\src\cassandra-dtest\batch_test.py", line 145, in acknowledged_by_batchlog_set_when_batchlog_write_succeeds_test
>     """, ConsistencyLevel.THREE, received_responses=2)
>   File "c:\src\cassandra-dtest\batch_test.py", line 194, in assert_timedout
>     assert False, "Expecting TimedOutException, got:" + str(e)
> AssertionError: Expecting TimedOutException, got:code=1000 [Unavailable exception] message="Cannot achieve consistency level THREE" info={'required_replicas': 3, 'alive_replicas': 2, 'consistency': 'THREE'}
> {noformat}



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