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


##########
test/unit/org/apache/cassandra/utils/NoSpamLoggerTest.java:
##########
@@ -80,7 +80,7 @@ public boolean equals(Object o)
     @BeforeClass
     public static void setUpClass() throws Exception
     {
-        NoSpamLogger.CLOCK = () -> now;
+        NoSpamLogger.unsafeSetClock(() -> now);

Review Comment:
   this is from https://issues.apache.org/jira/browse/CASSANDRA-18952



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