[
https://issues.apache.org/jira/browse/CASSANDRA-9873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14640622#comment-14640622
]
Joshua McKenzie commented on CASSANDRA-9873:
--------------------------------------------
Updated PR w/fix for stop_failure_policy_test. _provoke_commitlog_failure() was
populating with 500k keys which wasn't enough to exhaust the current segment on
the stop test on Windows so it was getting a similar assertion failure as the
ignore test, just for a different reason.
Doubled the provoke to populate with 1M keys and the test is passing now.
> Windows dtest: fix commitlog_test errors
> ----------------------------------------
>
> Key: CASSANDRA-9873
> URL: https://issues.apache.org/jira/browse/CASSANDRA-9873
> Project: Cassandra
> Issue Type: Sub-task
> Reporter: Joshua McKenzie
> Assignee: Joshua McKenzie
> Priority: Minor
> Labels: Windows
>
> {noformat}
> ======================================================================
> FAIL: ignore_failure_policy_test (commitlog_test.TestCommitLog)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "C:\src\cassandra-dtest\commitlog_test.py", line 251, in
> ignore_failure_policy_test
> """)
> AssertionError: (<class 'cassandra.OperationTimedOut'>, <class
> 'cassandra.WriteTimeout'>) not raised
> -------------------- >> begin captured logging << --------------------
> dtest: DEBUG: cluster ccm directory: c:\temp\dtest-fzrrz1
> --------------------- >> end captured logging << ---------------------
> ----------------------------------------------------------------------
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)