belliottsmith commented on code in PR #3490:
URL: https://github.com/apache/cassandra/pull/3490#discussion_r1759167565
##########
test/unit/org/apache/cassandra/service/accord/AccordTestUtils.java:
##########
@@ -420,7 +401,12 @@ public static AccordCommandStore createAccordCommandStore(
time,
new AccordAgent(),
null,
- cs ->
NOOP_PROGRESS_LOG,
+ cs -> new
NoOpProgressLog(),
+ cs -> new
DefaultLocalListeners(new RemoteListeners.NoOpRemoteListeners(), new
DefaultLocalListeners.NotifySink()
Review Comment:
None of the tests break!
--
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]