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 db73d86 KAFKA-10636; Bypass log validation and offset assignment for
writes from the raft leader (#9739)
add 7feb557 KAFKA-7940: Fix flaky test case in `CustomQuotaCallbackTest`
(#9777)
No new revisions were added by this update.
Summary of changes:
.../admin/ReassignPartitionsIntegrationTest.scala | 4 +-
.../kafka/api/BaseProducerSendTest.scala | 4 +-
.../scala/unit/kafka/admin/AddPartitionsTest.scala | 24 +++----
.../admin/TopicCommandWithAdminClientTest.scala | 8 +--
.../controller/ControllerIntegrationTest.scala | 4 +-
.../integration/UncleanLeaderElectionTest.scala | 6 +-
.../server/AbstractCreateTopicsRequestTest.scala | 4 +-
.../kafka/server/BrokerEpochIntegrationTest.scala | 2 +-
.../kafka/server/CreateTopicsRequestTest.scala | 6 +-
.../unit/kafka/server/MetadataRequestTest.scala | 4 +-
.../unit/kafka/server/ServerShutdownTest.scala | 2 +-
.../test/scala/unit/kafka/utils/TestUtils.scala | 80 +++++++++++++++-------
12 files changed, 88 insertions(+), 60 deletions(-)