You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2019/11/16 00:06:40 UTC

[kafka] branch trunk updated (7f49674 -> 4001854)

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

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


    from 7f49674  KAFKA-8746: Kibosh must handle an empty JSON string from Trogdor (#7155)
     add 4001854  KAFKA-9183; Remove redundant admin client integration testing (#7690)

No new revisions were added by this update.

Summary of changes:
 .../AdminClientWithPoliciesIntegrationTest.scala   |   4 +-
 .../kafka/api/BaseAdminIntegrationTest.scala       | 246 ++++++++++++++++++++
 ...t.scala => PlaintextAdminIntegrationTest.scala} | 256 +++------------------
 ...est.scala => SaslSslAdminIntegrationTest.scala} |  13 +-
 ...ionTest.scala => SslAdminIntegrationTest.scala} |  43 ++--
 .../kafka/server/FetchRequestMaxBytesTest.scala    |   1 -
 .../unit/kafka/server/ProduceRequestTest.scala     |   1 -
 .../server/ReplicaAlterLogDirsThreadTest.scala     |   1 -
 8 files changed, 312 insertions(+), 253 deletions(-)
 create mode 100644 core/src/test/scala/integration/kafka/api/BaseAdminIntegrationTest.scala
 rename core/src/test/scala/integration/kafka/api/{AdminClientIntegrationTest.scala => PlaintextAdminIntegrationTest.scala} (90%)
 rename core/src/test/scala/integration/kafka/api/{SaslSslAdminClientIntegrationTest.scala => SaslSslAdminIntegrationTest.scala} (97%)
 rename core/src/test/scala/integration/kafka/api/{SslAdminClientIntegrationTest.scala => SslAdminIntegrationTest.scala} (88%)