k-rus commented on a change in pull request #152:
URL: https://github.com/apache/cassandra-dtest/pull/152#discussion_r707396317
##########
File path: bootstrap_test.py
##########
@@ -1097,3 +1097,12 @@ def test_host_id_override(self):
# 3. check host_id in other node's table
session1 = self.patient_exclusive_cql_connection(node1)
assert_one(session1, "SELECT host_id FROM system.peers_v2 WHERE peer =
{}".format(address2), [uuid.UUID(host_id)])
+
+class TestBootstrap(BootstrapTester):
Review comment:
Thank you for noting! I haven't set up automatic formatting on commits
and there is nothing prepared in Cassandra to just reuse. I know that there is
git commit hook, but it doesn't fix formatting, it is just erroring.
And took almost a day to get Travis to run it.
I will fix it soon.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]