ekaterinadimitrova2 commented on a change in pull request #152:
URL: https://github.com/apache/cassandra-dtest/pull/152#discussion_r707404684
##########
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:
I use PyCharm and I get warnings for formatting, never had to do
anything in addition to be able to see those.
--
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]