You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Paulo Motta (JIRA)" <ji...@apache.org> on 2015/08/26 16:44:46 UTC

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

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

Paulo Motta commented on CASSANDRA-10187:
-----------------------------------------

closing as duplicate of CASSANDRA-10148. will reopen if it fails on next win32 run.

> 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
>             Fix For: 3.0.x
>
>
> {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)