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

github-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 e732a982000 Update test catalog data for GHA workflow run 22916862714
e732a982000 is described below

commit e732a982000f8d9d45f663beeeecd877b6ceb824
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 10 20:52:00 2026 +0000

    Update test catalog data for GHA workflow run 22916862714
    
    Commit: 
https://github.com/apache/kafka/commit/3dd5dff307e3196e5c927d7f02f9616c2f06d509
    GitHub Run: https://github.com/apache/kafka/actions/runs/22916862714
---
 test-catalog/group-coordinator/tests.yaml | 12 ++++++------
 test-catalog/tools/tests.yaml             |  1 +
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 1d089802c2a..f9af9b47a89 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -31,8 +31,8 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorRecordHelpersTest:
 - testNewConsumerGroupRegularExpressionRecord
 - testNewConsumerGroupRegularExpressionTombstone
 - testNewConsumerGroupSubscriptionMetadataTombstoneRecord
-- testNewConsumerGroupTargetAssignmentEpochRecord
-- testNewConsumerGroupTargetAssignmentEpochTombstoneRecord
+- testNewConsumerGroupTargetAssignmentMetadataRecord
+- testNewConsumerGroupTargetAssignmentMetadataTombstoneRecord
 - testNewConsumerGroupTargetAssignmentRecord
 - testNewConsumerGroupTargetAssignmentTombstoneRecord
 - testNewGroupMetadataRecord
@@ -1126,10 +1126,10 @@ 
org.apache.kafka.coordinator.group.streams.StreamsCoordinatorRecordHelpersTest:
 - testNewStreamsGroupMetadataRecord
 - testNewStreamsGroupMetadataRecordNullGroupId
 - testNewStreamsGroupMetadataRecordWithNullAssignmentConfig
-- testNewStreamsGroupTargetAssignmentEpochRecord
-- testNewStreamsGroupTargetAssignmentEpochRecordNullGroupId
-- testNewStreamsGroupTargetAssignmentEpochTombstoneRecord
-- testNewStreamsGroupTargetAssignmentEpochTombstoneRecordNullGroupId
+- testNewStreamsGroupTargetAssignmentMetadataRecord
+- testNewStreamsGroupTargetAssignmentMetadataRecordNullGroupId
+- testNewStreamsGroupTargetAssignmentMetadataTombstoneRecord
+- testNewStreamsGroupTargetAssignmentMetadataTombstoneRecordNullGroupId
 - testNewStreamsGroupTargetAssignmentRecord
 - testNewStreamsGroupTargetAssignmentRecordNullAssignment
 - testNewStreamsGroupTargetAssignmentRecordNullGroupId
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 641542e1131..c242965b1ef 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -473,6 +473,7 @@ org.apache.kafka.tools.ProducerPerformanceTest:
 - testGenerateRandomPayloadByRecordSize
 - testGenerateRandomPayloadException
 - testInvalidConfigPostProcessor
+- testMultipleProducerProperty
 - testMutuallyExclusiveGroup
 - testNoTransactionRelatedConfigs
 - testNumberOfCallsForSendAndClose

Reply via email to