dcapwell commented on code in PR #3976:
URL: https://github.com/apache/cassandra/pull/3976#discussion_r1995942098


##########
test/unit/org/apache/cassandra/io/sstable/CQLSSTableWriterConcurrencyTest.java:
##########
@@ -123,6 +127,13 @@ public void testConcurrentSchemaModification() throws 
InterruptedException, IOEx
         {
             LOGGER.warn("Unable to close executor pool after 1 minute");
         }
-        assertThat(errorCount.get()).isEqualTo(0);
+        int count = errorCount.get();
+        assertThat(count).isEqualTo(0).describedAs(new Description()
+        {
+            public String value()

Review Comment:
   ```suggestion
               @Override
               public String value()
   ```



-- 
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]

Reply via email to