ekaterinadimitrova2 commented on a change in pull request #162:
URL: https://github.com/apache/cassandra-dtest/pull/162#discussion_r718068497
##########
File path: hintedhandoff_test.py
##########
@@ -199,3 +200,82 @@ def test_hintedhandoff_decom(self):
time.sleep(5)
for x in range(0, 100):
query_c1c2(session, x, ConsistencyLevel.ONE)
+
+ @since('4.1')
+ def test_hintedhandoff_list_pending_endpoints(self):
+ """
+ Test getting list of endpoints a node has hints for
+ @jira_ticket: CASSANDRA-14795
+ """
+ # hints must be flushed on disk and the writers must be closed for the
hints to be available in the dispatch queue and therefore visible to
listendpointspendinghints
Review comment:
I would split this comment in two lines
--
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]