jim0987795064 commented on PR #23398:
URL: https://github.com/apache/kafka/pull/23398#issuecomment-5749418524
> @jim0987795064 would you please check the items listed on the jira? For
example:
>
> RocksDBGenericOptionsToDbOptionsColumnFamilyOptionsAdapterTest
>
> ```java
> final Set<String> logMessages =
appender.getEvents().stream()
> .filter(e -> e.getLevel().equals("WARN"))
> .map(LogCaptureAppender.Event::getMessage)
> .collect(Collectors.toSet());
> ```
Thanks for reminding this. I've already refactored these tests.
--
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]