You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by cm...@apache.org on 2022/03/28 23:23:37 UTC

[kafka] branch trunk updated (7243fac -> 2a27059)

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

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


    from 7243fac  MINOR: Fix stream-join metadata (#11952)
     add 2a27059  MINOR: Improved display names for parameterized KRaft and ZK tests (#11957)

No new revisions were added by this update.

Summary of changes:
 .../kafka/api/AuthorizerIntegrationTest.scala      | 194 ++++++++++-----------
 .../kafka/api/TransactionsExpirationTest.scala     |   4 +-
 .../src/test/scala/kafka/utils/TestInfoUtils.scala |   1 +
 .../unit/kafka/integration/MinIsrConfigTest.scala  |   4 +-
 .../scala/unit/kafka/metrics/MetricsTest.scala     |  26 +--
 .../kafka/server/CreateTopicsRequestTest.scala     |  12 +-
 .../server/CreateTopicsRequestWithPolicyTest.scala |   5 +-
 .../kafka/server/DynamicConfigChangeTest.scala     |  32 ++--
 .../unit/kafka/server/MetadataRequestTest.scala    |  35 ++--
 .../unit/kafka/server/ServerShutdownTest.scala     |  14 +-
 10 files changed, 164 insertions(+), 163 deletions(-)