You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2023/01/18 19:52:56 UTC

[GitHub] [cassandra] pauloricardomg commented on a diff in pull request #2061: [CASSANDRA-16418]: Unsafe to run nodetool cleanup during bootstrap or decommission

pauloricardomg commented on code in PR #2061:
URL: https://github.com/apache/cassandra/pull/2061#discussion_r1074010277


##########
test/unit/org/apache/cassandra/db/CleanupTest.java:
##########
@@ -117,9 +117,11 @@ public String getDatacenter(InetAddressAndPort endpoint)
     }
 
     @Test
-    public void testCleanup() throws ExecutionException, InterruptedException
+    public void testCleanup() throws ExecutionException, InterruptedException, UnknownHostException

Review Comment:
   I think it's fine to keep as is since the other tests follow the same pattern



-- 
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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org