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 91dc4e7b7cd Update test catalog data for GHA workflow run 28133706546
91dc4e7b7cd is described below

commit 91dc4e7b7cd573f5ccbebf68b69348fa7276dd14
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 25 01:43:30 2026 +0000

    Update test catalog data for GHA workflow run 28133706546
    
    Commit: 
https://github.com/apache/kafka/commit/db8f66ae36c9964f096d8f7fca37e09d4c6da1f4
    GitHub Run: https://github.com/apache/kafka/actions/runs/28133706546
---
 test-catalog/core/tests.yaml    | 27 ---------------------------
 test-catalog/server/tests.yaml  | 26 ++++++++++++++++++++++++++
 test-catalog/streams/tests.yaml |  5 +++++
 3 files changed, 31 insertions(+), 27 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 067f9fe233a..c3bcd538f95 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1222,21 +1222,6 @@ kafka.server.BrokerLifecycleManagerTest:
 - testSuccessfulRegistration
 kafka.server.BrokerMetricNamesTest:
 - testMetrics
-kafka.server.ClientQuotaManagerTest:
-- testClientIdNotSanitized
-- testExpireQuotaSensors
-- testExpireThrottleTimeSensor
-- testMaxValueInQuotaWindowWithNonDefaultQuotaWindow
-- testQuotaConfigPrecedence
-- testQuotaTypesEnabledUpdatesWithCustomCallback
-- testQuotaTypesEnabledUpdatesWithDefaultCallback
-- testQuotaViolation
-- testSetAndRemoveDefaultUserQuota
-- testSetAndRemoveUserClientQuota
-- testSetAndRemoveUserQuota
-- testUserQuotaParsingWithDefaultClientIdQuota
-kafka.server.ClientRequestQuotaManagerTest:
-- testRequestPercentageQuotaViolation
 kafka.server.ConfigAdminManagerTest:
 - testContainsDuplicates
 - testCopyWithoutPreprocessedForIncremental
@@ -1406,13 +1391,6 @@ kafka.server.ControllerConfigurationValidatorTest:
 - testValidClientMetricsConfig
 - testValidGroupConfig
 - testValidTopicConfig
-kafka.server.ControllerMutationQuotaManagerTest:
-- testControllerMutationQuotaViolation
-- testNewPermissiveQuotaForReturnsStrictQuotaWhenQuotaIsEnabled
-- testNewPermissiveQuotaForReturnsUnboundedQuotaWhenQuotaIsDisabled
-- testNewStrictQuotaForReturnsStrictQuotaWhenQuotaIsEnabled
-- testNewStrictQuotaForReturnsUnboundedQuotaWhenQuotaIsDisabled
-- testThrottleTime
 kafka.server.ControllerMutationQuotaTest:
 - testPermissiveCreatePartitionsRequest
 - testPermissiveCreateTopicsRequest
@@ -2085,8 +2063,6 @@ kafka.server.OffsetFetchRequestTest:
 kafka.server.OffsetsForLeaderEpochRequestTest:
 - testCurrentEpochValidation
 - testOffsetsForLeaderEpochErrorCodes
-kafka.server.PermissiveControllerMutationQuotaTest:
-- testControllerMutationQuotaViolation
 kafka.server.RemoteLeaderEndPointTest:
 - testBrokerEpochSupplier
 - testFetchEarliestLocalOffset
@@ -2345,8 +2321,6 @@ 
kafka.server.StreamsGroupHeartbeatRequestTest$WithAssignmentBatchingDisabledTest
 - 
testStreamsGroupHeartbeatIsInaccessibleWhenDisabledByStaticGroupCoordinatorProtocolConfig
 - testStreamsGroupHeartbeatIsInaccessibleWhenOffsetTopicNotExist
 - testStreamsGroupHeartbeatWithInvalidAPIVersion
-kafka.server.StrictControllerMutationQuotaTest:
-- testControllerMutationQuotaViolation
 kafka.server.SyncGroupRequestTest:
 - testSyncGroupWithOldConsumerGroupProtocol
 kafka.server.TierStateMachineTest:
@@ -2913,7 +2887,6 @@ kafka.utils.LoggingTest:
 - testLog4jControllerIsRegistered
 - testLogName
 - testLogNameOverride
-- testLoggerLevelIsResolved
 unit.kafka.server.AllocateProducerIdsRequestTest:
 - testAllocateProducersIdSentToController
 - testAllocateProducersIdSentToNonController
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 495370169ec..8ae56611586 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -401,6 +401,8 @@ org.apache.kafka.server.config.DynamicConfigTest:
 - testGroupIsRemovedWhenDynamicConfigsAreRemoved
 org.apache.kafka.server.config.MinInSyncReplicasConfigTest:
 - testDefaultKafkaConfig
+org.apache.kafka.server.logger.LoggingControllerTest:
+- testLoggerLevelIsResolved
 org.apache.kafka.server.metrics.BrokerServerMetricsTest:
 - testIgnoredStaticVoters
 - testLastAppliedRecordOffset
@@ -470,6 +472,19 @@ org.apache.kafka.server.purgatory.DelayedProduceTest:
 - testTryCompleteWhenAllPartitionsHaveEnoughReplicas
 - testTryCompleteWhenReplicasNotCaughtUp
 - testTryCompleteWhenValidationReturnsError
+org.apache.kafka.server.quota.ClientQuotaManagerTest:
+- testClientIdNotSanitized
+- testExpireQuotaSensors
+- testExpireThrottleTimeSensor
+- testMaxValueInQuotaWindowWithNonDefaultQuotaWindow
+- testQuotaConfigPrecedence
+- testQuotaTypesEnabledUpdatesWithCustomCallback
+- testQuotaTypesEnabledUpdatesWithDefaultCallback
+- testQuotaViolation
+- testSetAndRemoveDefaultUserQuota
+- testSetAndRemoveUserClientQuota
+- testSetAndRemoveUserQuota
+- testUserQuotaParsingWithDefaultClientIdQuota
 org.apache.kafka.server.quota.ClientQuotasRequestTest:
 - testAlterClientQuotasBadIp
 - testAlterClientQuotasInvalidEntityCombination
@@ -483,6 +498,8 @@ org.apache.kafka.server.quota.ClientQuotasRequestTest:
 - testDescribeClientQuotasInvalidFilterCombination
 - testDescribeClientQuotasMatchExact
 - testDescribeClientQuotasMatchPartial
+org.apache.kafka.server.quota.ClientRequestQuotaManagerTest:
+- testRequestPercentageQuotaViolation
 org.apache.kafka.server.quota.ClientSensorsTest:
 - testConstructorPreservesInputOrder
 - testConstructorThrowsExceptionWhenBothSensorsAreNull
@@ -490,6 +507,15 @@ org.apache.kafka.server.quota.ClientSensorsTest:
 - testConstructorThrowsExceptionWhenThrottleTimeSensorIsNull
 - testConstructorWithEmptyMap
 - testConstructorWithValidParameters
+org.apache.kafka.server.quota.ControllerMutationQuotaManagerTest:
+- testControllerMutationQuotaViolation
+- testNewPermissiveQuotaForReturnsStrictQuotaWhenQuotaIsEnabled
+- testNewPermissiveQuotaForReturnsUnboundedQuotaWhenQuotaIsDisabled
+- testNewStrictQuotaForReturnsStrictQuotaWhenQuotaIsEnabled
+- testNewStrictQuotaForReturnsUnboundedQuotaWhenQuotaIsDisabled
+- testPermissiveControllerMutationQuotaViolation
+- testStrictControllerMutationQuotaViolation
+- testThrottleTime
 org.apache.kafka.server.quota.ReplicationQuotaManagerTest:
 - shouldExceedQuotaThenReturnBackBelowBoundAsTimePasses
 - shouldSupportWildcardThrottledReplicas
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 04ac7cf3f80..5571f109e22 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -3982,14 +3982,18 @@ 
org.apache.kafka.streams.state.internals.AbstractTransactionBufferTest:
 - commitClearsPendingWritesAndBytes
 - commitFlushesTombstoneToBase
 - commitFlushesWritesToBase
+- concurrentOwnerWritesAndNonOwnerReadsAreConsistent
 - getStagedTombstoneReturnsEmptyOptional
 - getStagedValueReturnsOptionalOfValue
 - getUnstaggedKeyReturnsNull
 - isEmptyAndZeroBytesOnFreshBuffer
 - isNotEmptyAfterStage
 - nonOwnerAllSnapshotsAtCreationTime
+- nonOwnerAllSurvivesConcurrentOwnerCommit
 - nonOwnerRangeSnapshotsAtCreationTime
 - nonOwnerThreadCanReadStagedEntry
+- ownerStageDuringOwnAllIterationDoesNotThrow
+- ownerStageDuringOwnRangeIterationDoesNotThrow
 - rangeExclusiveUpperBound
 - rangeInclusiveUpperBound
 - rangeNullBothBoundsWithReverseReturnsSameAsAllReverse
@@ -6283,6 +6287,7 @@ 
org.apache.kafka.streams.state.internals.RocksDBTransactionBufferTest:
 - shouldCommitRangeDeleteWithOverridingPut
 - shouldCommitStagedWritesToRocksDB
 - shouldCommitWritesAcrossCFsAtomically
+- shouldHandleConcurrentStageDeleteRangeAndNonOwnerReads
 - shouldHideDeletedRangeFromPointReads
 - shouldHideDeletedRangeFromScans
 - shouldMergeStagedWritesInAllScan

Reply via email to