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 ee073de1f50 Update test catalog data for GHA workflow run 13037738314
ee073de1f50 is described below

commit ee073de1f503c14e85f8f332db9f1543100d8c6c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 29 20:57:30 2025 +0000

    Update test catalog data for GHA workflow run 13037738314
    
    Commit: 
https://github.com/apache/kafka/commit/a3b34c131517d5aa6c15660a977640802e070d54
    GitHub Run: https://github.com/apache/kafka/actions/runs/13037738314
---
 test-catalog/clients/tests.yaml            | 1 +
 test-catalog/coordinator-common/tests.yaml | 3 +++
 test-catalog/core/tests.yaml               | 4 +++-
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 13bd5eac01d..045b5808bb4 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2423,6 +2423,7 @@ org.apache.kafka.clients.producer.KafkaProducerTest:
 - testTopicNotExistingInMetadata
 - testTopicRefreshInMetadata
 - testTransactionV2Produce
+- testTransactionV2ProduceWithConcurrentTransactionError
 - testTransactionalMethodThrowsWhenSenderClosed
 - testUnSubscribingNonExisingMetricsDoesntCauseError
 - 
testUnsubscribingCustomMetricWithSameNameAsExistingMetricDoesntAffectProducerMetric
diff --git a/test-catalog/coordinator-common/tests.yaml 
b/test-catalog/coordinator-common/tests.yaml
index a3d97c4fc73..899f801f40a 100644
--- a/test-catalog/coordinator-common/tests.yaml
+++ b/test-catalog/coordinator-common/tests.yaml
@@ -97,6 +97,9 @@ org.apache.kafka.coordinator.common.runtime.HdrHistogramTest:
 - testHistogramDataReset
 - testLatestHistogramRace
 - testMax
+- testRecordLimit
+org.apache.kafka.coordinator.common.runtime.KafkaMetricHistogramTest:
+- testStats
 org.apache.kafka.coordinator.common.runtime.MultiThreadedEventProcessorTest:
 - testCreateAndClose
 - testEventsAreDrainedWhenClosed
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 96ddef59a92..5cd385ef6be 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3263,6 +3263,7 @@ kafka.server.ReplicaManagerTest:
 - testClearPurgatoryOnBecomingFollower
 - testDefaultReplicaSelector
 - testDelayedFetchIncludesAbortedTransactions
+- testDelayedShareFetchPurgatoryOperationExpiration
 - testDeleteRecordsInternalTopicDeleteAllowed
 - testDeleteRecordsInternalTopicDeleteDisallowed
 - testDeltaFollowerRemovedTopic
@@ -3334,7 +3335,8 @@ kafka.server.ReplicaManagerTest:
 - testTransactionVerificationGuardOnMultiplePartitions
 - testTransactionVerificationWhenNotLeader
 - testUnknownReplicaSelector
-- testVerificationErrorConversions
+- testVerificationErrorConversionsTV1
+- testVerificationErrorConversionsTV2
 - testVerificationForTransactionalPartitionsOnly
 kafka.server.ReplicationQuotaManagerTest:
 - shouldExceedQuotaThenReturnBackBelowBoundAsTimePasses

Reply via email to