You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by sh...@apache.org on 2022/08/27 07:36:54 UTC

[kafka] branch trunk updated (481fefb4f9c -> 6144843234b)

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

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


    from 481fefb4f9c MINOR: Adds KRaft versions of most streams system tests (#12458)
     add 6144843234b MINOR: Fix config name and remove hard coded values (#12564)

No new revisions were added by this update.

Summary of changes:
 core/src/main/scala/kafka/server/KafkaConfig.scala                  | 2 +-
 core/src/test/scala/other/kafka/StressTestLog.scala                 | 2 +-
 core/src/test/scala/other/kafka/TestLinearWriteSpeed.scala          | 2 +-
 .../scala/unit/kafka/log/AbstractLogCleanerIntegrationTest.scala    | 2 +-
 core/src/test/scala/unit/kafka/log/BrokerCompressionTest.scala      | 2 +-
 core/src/test/scala/unit/kafka/log/LogCleanerManagerTest.scala      | 6 +++---
 core/src/test/scala/unit/kafka/log/LogCleanerTest.scala             | 4 ++--
 core/src/test/scala/unit/kafka/log/LogConcurrencyTest.scala         | 2 +-
 core/src/test/scala/unit/kafka/log/LogLoaderTest.scala              | 6 +++---
 core/src/test/scala/unit/kafka/log/LogManagerTest.scala             | 4 ++--
 core/src/test/scala/unit/kafka/log/LogTestUtils.scala               | 2 +-
 core/src/test/scala/unit/kafka/log/UnifiedLogTest.scala             | 2 +-
 core/src/test/scala/unit/kafka/tools/DumpLogSegmentsTest.scala      | 2 +-
 core/src/test/scala/unit/kafka/utils/SchedulerTest.scala            | 2 +-
 core/src/test/scala/unit/kafka/utils/TestUtils.scala                | 2 +-
 15 files changed, 21 insertions(+), 21 deletions(-)