lukasz-antoniak commented on code in PR #1998:
URL: 
https://github.com/apache/cassandra-java-driver/pull/1998#discussion_r1899344462


##########
core/src/test/java/com/datastax/dse/driver/internal/core/cql/reactive/TestSubscriber.java:
##########
@@ -81,7 +81,10 @@ public List<T> getElements() {
   }
 
   public void awaitTermination() {
-    Uninterruptibles.awaitUninterruptibly(latch, 1, TimeUnit.MINUTES);
+    boolean interrupted = Uninterruptibles.awaitUninterruptibly(latch, 1, 
TimeUnit.MINUTES);

Review Comment:
   You are absolutely right. Not sure why I decided to change the code like 
this.



-- 
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-unsubscr...@cassandra.apache.org

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


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

Reply via email to