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

Return stdout, stderr from nodetool #260

Merged
merged 1 commit into from
Apr 3, 2015

Conversation

thobbs
Copy link
Contributor

@thobbs thobbs commented Apr 2, 2015

I accidentally broke this in commit 10e8438

I accidentally broke this in commit riptano@10e8438
@thobbs
Copy link
Contributor Author

thobbs commented Apr 2, 2015

By the way, this is responsible for the dtest failures like this:

Traceback (most recent call last):
  File "/home/thobbs/cassandra-dtest/concurrent_schema_changes_test.py", line 147, in changes_to_different_nodes_test
    self.validate_schema_consistent(node1)
  File "/home/thobbs/cassandra-dtest/concurrent_schema_changes_test.py", line 114, in validate_schema_consistent
    response = node.nodetool('describecluster', True)[0]
TypeError: 'NoneType' object has no attribute '__getitem__'

ptnapoleon added a commit that referenced this pull request Apr 3, 2015
Return stdout, stderr from nodetool
@ptnapoleon ptnapoleon merged commit 8fa0a07 into riptano:master Apr 3, 2015
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.

2 participants