You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ma...@apache.org on 2020/04/03 17:05:45 UTC

[kafka] branch trunk updated (726a7d5 -> 9a154c6)

This is an automated email from the ASF dual-hosted git repository.

manikumar pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from 726a7d5  KAFKA-9812: fix infinite loop in test code (#8411)
     add 9a154c6  KAFKA-9775: Fix IllegalFormatConversionException in ToolsUtils

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/utils/ToolsUtils.scala   |  6 ++-
 .../test/scala/kafka/utils/ToolsUtilsTest.scala    | 45 ++++++++++++++++++++++
 .../unit/kafka/tools/ConsumerPerformanceTest.scala |  3 +-
 3 files changed, 52 insertions(+), 2 deletions(-)
 create mode 100644 core/src/test/scala/kafka/utils/ToolsUtilsTest.scala