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 9025372a7ba Update test catalog data for GHA workflow run 25234603288
9025372a7ba is described below

commit 9025372a7baa8ebec79d9d336d2af4b68aa63474
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat May 2 00:53:36 2026 +0000

    Update test catalog data for GHA workflow run 25234603288
    
    Commit: 
https://github.com/apache/kafka/commit/2e0596d9848e743039ae0cafd1a3cd01d79a4666
    GitHub Run: https://github.com/apache/kafka/actions/runs/25234603288
---
 test-catalog/clients/tests.yaml | 24 ++++++++++++------------
 test-catalog/core/tests.yaml    |  6 ------
 test-catalog/server/tests.yaml  |  7 +++++++
 3 files changed, 19 insertions(+), 18 deletions(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 54ec127091c..aea14d16a61 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -5388,10 +5388,6 @@ 
org.apache.kafka.common.telemetry.internals.TelemetryMetricNamingConventionTest:
 - testNullPrefix
 - testStandardConsumerMetrics
 - testStandardProducerMetrics
-org.apache.kafka.common.utils.AppInfoParserTest:
-- testClientIdWontAddRepeatedly
-- testRegisterAppInfoRegistersMetrics
-- testUnregisterAppInfoUnregistersMetrics
 org.apache.kafka.common.utils.ByteBufferInputStreamTest:
 - testReadUnsignedIntFromInputStream
 org.apache.kafka.common.utils.ByteBufferOutputStreamTest:
@@ -5410,19 +5406,11 @@ org.apache.kafka.common.utils.BytesTest:
 - wrapEmptyArrayProducesEmptyBytes
 - wrapReturnsBytesBackedBySameArray
 - wrapReturnsNullForNullInput
-org.apache.kafka.common.utils.ConfigUtilsTest:
-- testConfigMapToRedactedStringForEmptyMap
-- testConfigMapToRedactedStringWithSecrets
-- testGetBoolean
 org.apache.kafka.common.utils.MockTimeTest:
 - testAdvanceClock
 - testAutoTickMs
 - testWaitObjectConditionSatisfied
 - testWaitObjectTimeout
-org.apache.kafka.common.utils.SecurityUtilsTest:
-- testAddCustomSecurityProvider
-- testParseKafkaPrincipalWithNonUserPrincipalType
-- testPrincipalNameCanContainSeparator
 org.apache.kafka.common.utils.SystemTimeTest:
 - testWaitObjectConditionSatisfied
 - testWaitObjectTimeout
@@ -5510,6 +5498,10 @@ 
org.apache.kafka.common.utils.annotation.ApiKeyVersionsProviderTest:
 org.apache.kafka.common.utils.internals.AbstractIteratorTest:
 - testEmptyIterator
 - testIterator
+org.apache.kafka.common.utils.internals.AppInfoParserTest:
+- testClientIdWontAddRepeatedly
+- testRegisterAppInfoRegistersMetrics
+- testUnregisterAppInfoUnregistersMetrics
 org.apache.kafka.common.utils.internals.ByteBufferUnmapperTest:
 - testUnmap
 org.apache.kafka.common.utils.internals.ByteUtilsTest:
@@ -5552,6 +5544,10 @@ 
org.apache.kafka.common.utils.internals.CircularIteratorTest:
 - testCycleCollection
 - testEmptyCollection
 - testNullCollection
+org.apache.kafka.common.utils.internals.ConfigUtilsTest:
+- testConfigMapToRedactedStringForEmptyMap
+- testConfigMapToRedactedStringWithSecrets
+- testGetBoolean
 org.apache.kafka.common.utils.internals.Crc32CTest:
 - testValue
 org.apache.kafka.common.utils.internals.ExitTest:
@@ -5615,6 +5611,10 @@ org.apache.kafka.common.utils.internals.PrimitiveRefTest:
 org.apache.kafka.common.utils.internals.SanitizerTest:
 - testJmxSanitize
 - testSanitize
+org.apache.kafka.common.utils.internals.SecurityUtilsTest:
+- testAddCustomSecurityProvider
+- testParseKafkaPrincipalWithNonUserPrincipalType
+- testPrincipalNameCanContainSeparator
 org.apache.kafka.common.utils.internals.ShellTest:
 - testAttemptToRunNonExistentProgram
 - testEchoHello
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index e795e8af324..e0a048a5087 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2322,12 +2322,6 @@ kafka.server.OffsetsForLeaderEpochRequestTest:
 - testOffsetsForLeaderEpochErrorCodes
 kafka.server.PermissiveControllerMutationQuotaTest:
 - testControllerMutationQuotaViolation
-kafka.server.ProduceRequestTest:
-- testCorruptLz4ProduceRequest
-- testProduceToNonReplica
-- testProduceWithInvalidTimestamp
-- testSimpleProduceRequest
-- testZSTDProduceRequest
 kafka.server.RaftClusterSnapshotTest:
 - testSnapshotsGenerated
 kafka.server.RemoteLeaderEndPointTest:
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 3c1f2ef1e24..b93a0376cf3 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -371,6 +371,13 @@ org.apache.kafka.server.replica.ReplicaTest:
 - testResetReplicaStateWhenNewLeaderIsElectedAndReplicaIsInSync
 - testResetReplicaStateWhenNewLeaderIsElectedAndReplicaIsNotInSync
 - testUpdateFetchState
+org.apache.kafka.server.requests.ProduceRequestTest:
+- testCorruptLz4ProduceRequest
+- testProduceToNonReplica
+- testProduceWithTimestampTooNew
+- testProduceWithTimestampTooOld
+- testSimpleProduceRequest
+- testZSTDProduceRequest
 org.apache.kafka.server.share.CachedSharePartitionTest:
 - testCachedSharePartitionEqualsAndHashCode
 org.apache.kafka.server.share.fetch.DelayedShareFetchKeyTest:

Reply via email to