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

github-actions[bot] pushed a commit to branch test-catalog
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/test-catalog by this push:
     new 545537e7fb0 Update test catalog data for GHA workflow run 30591953951
545537e7fb0 is described below

commit 545537e7fb07f7b394c1b8fd07c419c228f7d3fa
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 31 03:05:30 2026 +0000

    Update test catalog data for GHA workflow run 30591953951
    
    Commit: 
https://github.com/apache/kafka/commit/1aed299b3e106e9aa7b065f3d84f36fc622a1a84
    GitHub Run: https://github.com/apache/kafka/actions/runs/30591953951
---
 test-catalog/clients/tests.yaml | 45 +++++++++++++++++++++++++++++++++++++++++
 test-catalog/core/tests.yaml    | 12 +++++++++++
 2 files changed, 57 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 8249b16a914..2785dc50f07 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -3153,12 +3153,15 @@ org.apache.kafka.clients.producer.ProducerConfigTest:
 - testAppendSerializerToConfig
 - testAppendSerializerToConfigWithException
 - testCaseInsensitiveSecurityProtocol
+- testDefaultBufferMemoryAllocationStrategy
 - testDefaultMetadataRecoveryStrategy
+- testInvalidBufferMemoryAllocationStrategy
 - testInvalidCompressionType
 - testInvalidMetadataRecoveryStrategy
 - testInvalidSecurityProtocol
 - testTwoPhaseCommitIncompatibleWithTransactionTimeout
 - testUpperboundCheckOfEnableIdempotence
+- testValidBufferMemoryAllocationStrategy
 - testValidateConfigPropertiesFile
 org.apache.kafka.clients.producer.ProducerRecordTest:
 - testEqualsAndHashCode
@@ -3173,6 +3176,20 @@ org.apache.kafka.clients.producer.RecordSendTest:
 org.apache.kafka.clients.producer.RoundRobinPartitionerTest:
 - testRoundRobinWithKeyBytes
 - testRoundRobinWithUnavailablePartitions
+org.apache.kafka.clients.producer.internals.BufferPoolChunkAllocationTest:
+- testAllocateMultipleChunks
+- testAllocateOneChunk
+- testAllocateRoundsUpToChunkBoundary
+- testAvailableMemoryAfterAllocation
+- testCloseDuringAtomicWait
+- testDeallocationRestoresMemory
+- testFifoFairnessAcrossMultiChunkAndSingleChunkRequests
+- testImmediateTimeoutAcquiresNothing
+- testNoPartialHoldsDuringWait
+- testRejectsNonPositiveRequest
+- testRejectsRequestExceedingTotalMemory
+- testWaitingRequestDoesNotCorruptAccountingOnSuccess
+- testWaitingRequestDoesNotDoubleRefundChunksOnTimeout
 org.apache.kafka.clients.producer.internals.BufferPoolTest:
 - outOfMemoryOnAllocation
 - testBlockTimeout
@@ -3194,6 +3211,34 @@ 
org.apache.kafka.clients.producer.internals.BuiltInPartitionerTest:
 - testStickyPartitioning
 - testStickyPartitioningWithRackAwareness
 - unavailablePartitionsTest
+org.apache.kafka.clients.producer.internals.ChunkedByteBufferOutputStreamTest:
+- testAddBuffersExtendsStream
+- testAddBuffersRejectsWrongSizeChunks
+- testConstructorRejectsInvalidChunks
+- testDeallocateReturnsAllChunks
+- testEnsureRemainingDoesNotWasteCurrentChunk
+- testOperationsRejectedAfterDeallocate
+- testPositionWalksAcrossChunks
+- testRemainingSumsFreeBytesAcrossChunks
+- testSingleChunkWriteRoundtrip
+- testUnusedChunksReleasedOnCloseNotOnBuffer
+- testWriteAcrossMultipleChunks
+- testWritesDisallowedAfterClose
+org.apache.kafka.clients.producer.internals.ChunkedRecordAccumulatorTest:
+- testBatchCloseDoesNotDeallocateChunksPrematurely
+- testBatchClosedForAppendsDuringAllocationIsNotExtended
+- testBufferExhaustedNotDoubleCountedAcrossExtensionAndNewBatch
+- testChunkedBatchRejectsNonChunkedStream
+- testConcurrentExtensionRaceLoserExtendsAgain
+- testConcurrentExtensionRaceLoserStartsNewBatch
+- testCumulativeAccountsForBatchHeaderOnce
+- testExhaustedExtensionFallsBackToBlockingNewBatchPath
+- testExtensionTracksCumulativeBatchSize
+- testFirstRecordCreatesChunkedBatch
+- testInflightExpirationReturnsAllChunksToPool
+- testMidBatchExtensionGrowsExistingBatch
+- testPartitionSwitchRefundsHeldExtensionChunks
+- testSmallFollowupRecordFitsWithoutExtension
 org.apache.kafka.clients.producer.internals.FutureRecordMetadataTest:
 - testFutureGetWithMilliSeconds
 - testFutureGetWithSeconds
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 5ae0e02119e..7a0c943c7a9 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -281,6 +281,18 @@ kafka.api.GroupEndToEndAuthorizationTest:
 - testProduceConsumeWithPrefixedAcls
 - testProduceConsumeWithWildcardAcls
 - testTwoConsumersWithDifferentSaslCredentials
+kafka.api.IncrementalAllocationProducerSendTest:
+- testBatchSizeZero
+- testClose
+- testCloseWithZeroTimeoutFromCallerThread
+- testCloseWithZeroTimeoutFromSenderThread
+- testFlush
+- testSendBeforeAndAfterPartitionExpansion
+- testSendLargeRecordsSpanningMultipleChunks
+- testSendNonCompressedMessageWithCreateTime
+- testSendOffset
+- testSendToPartition
+- testSendToPartitionWithFollowerShutdownShouldNotTimeout
 kafka.api.MetricsTest:
 - testMetrics
 kafka.api.PlaintextAdminIntegrationTest:

Reply via email to