aratno commented on code in PR #3728:
URL: https://github.com/apache/cassandra/pull/3728#discussion_r1890662241
##########
test/unit/org/apache/cassandra/audit/InMemoryAuditLogger.java:
##########
@@ -25,7 +25,8 @@
public class InMemoryAuditLogger implements IAuditLogger
{
- final Queue<AuditLogEntry> inMemQueue = new LinkedList<>();
+ @VisibleForTesting
+ public final Queue<AuditLogEntry> inMemQueue = new LinkedList<>();
Review Comment:
`internalQueue()` didn't exist when I initially wrote this patch, thanks for
pointing it out. Switched to use that.
--
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]