Joshua McKenzie created CASSANDRA-10101:
-------------------------------------------
Summary: Windows dtest 3.0: HintedHandoff tests failing
Key: CASSANDRA-10101
URL: https://issues.apache.org/jira/browse/CASSANDRA-10101
Project: Cassandra
Issue Type: Sub-task
Reporter: Joshua McKenzie
Assignee: Joshua McKenzie
Fix For: 3.0.x
hintedhandoff_test.py:TestHintedHandoffConfig.hintedhandoff_dc_disabled_test
hintedhandoff_test.py:TestHintedHandoffConfig.hintedhandoff_dc_reenabled_test
hintedhandoff_test.py:TestHintedHandoffConfig.hintedhandoff_disabled_test
hintedhandoff_test.py:TestHintedHandoffConfig.hintedhandoff_enabled_test
hintedhandoff_test.py:TestHintedHandoffConfig.nodetool_test
All are failing with some variant of the following:
{noformat}
File "D:\Python27\lib\unittest\case.py", line 329, in run
testMethod()
File
"D:\jenkins\workspace\cassandra-3.0_dtest_win32\cassandra-dtest\hintedhandoff_test.py",
line 130, in hintedhandoff_dc_disabled_test
self.assertEqual('Hinted handoff is running\nData center dc1 is disabled',
res.rstrip())
File "D:\Python27\lib\unittest\case.py", line 513, in assertEqual
assertion_func(first, second, msg=msg)
File "D:\Python27\lib\unittest\case.py", line 506, in _baseAssertEqual
raise self.failureException(msg)
"'Hinted handoff is running\\nData center dc1 is disabled' != 'Starting
NodeTool\\r\\nHinted handoff is running\\r\\nData center dc1 is
disabled'\n-------------------- >> begin captured logging <<
--------------------\ndtest: DEBUG: cluster ccm directory:
d:\\temp\\dtest-pddrcf\n--------------------- >> end captured logging <<
---------------------"
{noformat}
Failure history: consistent for all jobs
Env: Both ci and local
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)