[
https://issues.apache.org/jira/browse/CASSANDRA-14526?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16732692#comment-16732692
]
Jay Zhuang commented on CASSANDRA-14526:
----------------------------------------
I still see the same failure after updating the branch:
{noformat}
node3.start(jvm_args=["-Dcassandra.write_survey=true",
"-Dcassandra.ring_delay_ms=5000"], wait_other_notice=True)
self.assert_log_had_msg(node3, 'Some data streaming failed', timeout=30)
> self.assert_log_had_msg(node3, 'Not starting client transports as
> bootstrap has not completed', timeout=30)
bootstrap_test.py:767:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _ _ _ _ _
self = <bootstrap_test.TestBootstrap object at 0x10a81ba20>, node =
<ccmlib.node.Node object at 0x10a9ae470>, msg = 'Not starting client transports
as bootstrap has not completed', timeout = 30, kwargs = {}
def assert_log_had_msg(self, node, msg, timeout=600, **kwargs):
"""
Wrapper for ccmlib.node.Node#watch_log_for to cause an assertion
failure when a log message isn't found
within the timeout.
:param node: Node which logs we should watch
:param msg: String message we expect to see in the logs.
:param timeout: Seconds to wait for msg to appear
"""
try:
node.watch_log_for(msg, timeout=timeout, **kwargs)
except TimeoutError:
> pytest.fail("Log message was not seen within
> timeout:\n{0}".format(msg))
E Failed: Log message was not seen within timeout:
E Not starting client transports as bootstrap has not completed
dtest.py:266: Failed
{noformat}
> dtest to validate Cassandra state post failed/successful bootstrap
> ------------------------------------------------------------------
>
> Key: CASSANDRA-14526
> URL: https://issues.apache.org/jira/browse/CASSANDRA-14526
> Project: Cassandra
> Issue Type: Sub-task
> Components: Testing
> Reporter: Jaydeepkumar Chovatia
> Assignee: Jaydeepkumar Chovatia
> Priority: Major
> Labels: dtest
>
> Please find dtest here:
> || dtest ||
> | [patch
> |https://github.com/apache/cassandra-dtest/compare/master...jaydeepkumar1984:14526-trunk]|
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]