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 3bff63fafde Update test catalog data for GHA workflow run 13674889022
3bff63fafde is described below

commit 3bff63fafde36f2b3a2ce46640e1f6523bbf4ec3
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 5 14:25:36 2025 +0000

    Update test catalog data for GHA workflow run 13674889022
    
    Commit: 
https://github.com/apache/kafka/commit/69ff5d1e70e61e787664651ae189419636fc6d74
    GitHub Run: https://github.com/apache/kafka/actions/runs/13674889022
---
 test-catalog/clients/tests.yaml  | 7 +++++--
 test-catalog/core/tests.yaml     | 4 +++-
 test-catalog/metadata/tests.yaml | 2 ++
 test-catalog/tools/tests.yaml    | 1 +
 4 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 783e0277f5c..5b5a330f829 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -3840,11 +3840,14 @@ org.apache.kafka.common.record.DefaultRecordTest:
 - testUnderflowReadingTimestamp
 - testUnderflowReadingVarlong
 org.apache.kafka.common.record.EndTransactionMarkerTest:
+- testBackwardDeserializeCompatibility
 - testCannotDeserializeUnknownControlType
 - testDeserializeNewerVersion
-- testIllegalNegativeVersion
-- testNotEnoughBytes
+- testEndTxnMarkerValueSize
+- testForwardDeserializeCompatibility
+- testIllegalVersion
 - testSerde
+- testSerializeAndDeserialize
 - testUnknownControlTypeNotAllowed
 org.apache.kafka.common.record.FileLogInputStreamTest:
 - testBatchIterationIncompleteBatch
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 62b6819333f..793db8dc508 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2910,13 +2910,15 @@ kafka.server.KafkaApisTest:
 - testReadUncommittedConsumerListOffsetLatest
 - testReassignmentAndReplicationBytesOutRateWhenNotReassigning
 - testReassignmentAndReplicationBytesOutRateWhenReassigning
+- testShareGroupDescribeFilterUnauthorizedTopics
 - testShareGroupDescribeRequestAuthorizationFailed
 - testShareGroupDescribeRequestAuthorizationFailedForOneGroup
 - testShareGroupDescribeReturnsUnsupportedVersion
 - testShareGroupDescribeSuccess
 - testShareGroupHeartbeatRequest
-- testShareGroupHeartbeatRequestAuthorizationFailed
 - testShareGroupHeartbeatRequestFutureFailed
+- testShareGroupHeartbeatRequestGroupAuthorizationFailed
+- testShareGroupHeartbeatRequestTopicAuthorizationFailed
 - testShareGroupHeartbeatReturnsUnsupportedVersion
 - testSizeOfThrottledPartitions
 - testStreamsGroupDescribe
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 9c0cd6ee354..ca9f5a2b2f1 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -246,6 +246,7 @@ org.apache.kafka.controller.QuorumFeaturesTest:
 - testLocalSupportedFeature
 - testReasonNotSupported
 org.apache.kafka.controller.ReplicationControlManagerTest:
+- testAlterPartitionDisallowReplicationFactorChange
 - testAlterPartitionHandleUnknownTopicIdOrName
 - testAlterPartitionShouldRejectBrokersWithStaleEpoch
 - testAlterPartitionShouldRejectFencedBrokers
@@ -266,6 +267,7 @@ org.apache.kafka.controller.ReplicationControlManagerTest:
 - testCreateTopicsWithValidateOnlyFlag
 - testDeleteTopics
 - testDeleteTopicsWithMutationQuotaExceeded
+- testDisallowReplicationFactorChangeNoEffectWhenCancelAlterPartition
 - testDuplicateTopicIdReplay
 - testElectPreferredLeaders
 - testElectUncleanLeaders_WithoutElr
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index a04fed7719c..ba54574bdab 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -688,6 +688,7 @@ 
org.apache.kafka.tools.reassign.ReassignPartitionsCommandTest:
 - testCancellationWithAddingReplicaInIsr
 - testCancellationWithBootstrapController
 - testCancellationWithBootstrapServer
+- testDisallowReplicationFactorChange
 - testGenerateAssignmentWithBootstrapServer
 - testHighWaterMarkAfterPartitionReassignment
 - testLogDirReassignment

Reply via email to