Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CASSANDRA-16127 - Addded new method to watch logs, but will fail if any errors are detected #721

Merged
merged 3 commits into from Oct 10, 2020

Conversation

dcapwell
Copy link
Contributor

@dcapwell dcapwell commented Oct 6, 2020

No description provided.

"""
start = time.time()
tofind = [exprs] if isinstance(exprs, string_types) else exprs
tofind = [re.compile(e) for e in tofind]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is only needed for the timeout message, so we can match watch_log_for

Copy link
Collaborator

@ekaterinadimitrova2 ekaterinadimitrova2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me as soon as no tests got broken :-) But I doubt it :-)

ccmlib/node.py Outdated Show resolved Hide resolved
ccmlib/node.py Outdated Show resolved Hide resolved
ccmlib/node.py Outdated Show resolved Hide resolved
@driftx driftx merged commit f6511d0 into riptano:cassandra-test Oct 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants