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 ee9128fa25d Update test catalog data for GHA workflow run 17775944900
ee9128fa25d is described below
commit ee9128fa25d0cb73b0c1b0640ee50e9f75e3f4e4
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 16 21:28:00 2025 +0000
Update test catalog data for GHA workflow run 17775944900
Commit:
https://github.com/apache/kafka/commit/8ba41a2d0dfac115422ff8eb485a7ce00dd7ff84
GitHub Run: https://github.com/apache/kafka/actions/runs/17775944900
---
test-catalog/core/tests.yaml | 25 +++++++++++++++++++++++++
test-catalog/streams/tests.yaml | 7 ++-----
2 files changed, 27 insertions(+), 5 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 6394127142a..766e474b9b5 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1601,6 +1601,10 @@ kafka.server.AutoTopicCreationManagerTest:
- testCreateStreamsInternalTopicsPassesPrincipal
- testCreateStreamsInternalTopicsWithEmptyTopics
- testCreateTxnTopic
+- testErrorCacheExpirationBasedEviction
+- testErrorCacheTTL
+- testGetTopicCreationErrorsWithMultipleTopics
+- testTopicCreationErrorCaching
- testTopicCreationWithMetadataContextNoRetryUponUnsupportedVersion
- testTopicCreationWithMetadataContextPassPrincipal
- testTopicCreationWithMetadataContextWhenPrincipalSerdeNotDefined
@@ -1912,6 +1916,26 @@ kafka.server.EdgeCaseRequestTest:
- testInvalidApiVersionRequest
- testMalformedHeaderRequest
- testProduceRequestWithNullClientId
+kafka.server.ExpiringErrorCacheTest:
+- testCapacityEnforcement
+- testCapacityWithDifferentTTLs
+- testClearOperation
+- testConcurrentPutAndGet
+- testConcurrentPutOperations
+- testConcurrentUpdates
+- testEmptyCache
+- testEvictionOrder
+- testExpiredEntriesCleanedOnPut
+- testExpiredEntryNotReturned
+- testGetMultipleTopics
+- testGetNonExistentTopic
+- testMixedExpiredAndValidEntries
+- testPutAndGet
+- testSingleEntryCache
+- testStaleEntriesInQueueHandledCorrectly
+- testUpdateDoesNotLeaveStaleEntries
+- testUpdateExistingEntry
+- testZeroTTL
kafka.server.FetchFromFollowerIntegrationTest:
- testFetchFromFollowerWithRoll
- testFetchFromLeaderWhilePreferredReadReplicaIsUnavailable
@@ -2267,6 +2291,7 @@ kafka.server.KafkaApisTest:
- testStreamsGroupHeartbeatRequestProtocolDisabledViaFeature
- testStreamsGroupHeartbeatRequestTopicAuthorizationFailed
- testStreamsGroupHeartbeatRequestWithAuthorizedTopology
+- testStreamsGroupHeartbeatRequestWithCachedTopicCreationErrors
- testStreamsGroupHeartbeatRequestWithInternalTopicsToCreate
- testStreamsGroupHeartbeatRequestWithInternalTopicsToCreateMissingCreateACL
- testStreamsGroupHeartbeatReturnsUnsupportedVersion
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index ce88911f099..03f49c0c2b2 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -3008,7 +3008,6 @@
org.apache.kafka.streams.processor.internals.TaskManagerTest:
-
shouldAssignActiveTaskInTasksRegistryToUpdateInputPartitionsWithStateUpdaterEnabled
- shouldAssignMultipleTasksInStateUpdater
- shouldAssignMultipleTasksInTasksRegistryWithStateUpdaterEnabled
-- shouldClassifyExistingTasksWithoutStateUpdater
- shouldCleanAndReviveCorruptedStandbyTasksBeforeCommittingNonCorruptedTasks
- shouldCloseActiveTasksAndIgnoreExceptionsOnUncleanShutdown
- shouldCloseActiveTasksAndPropagateExceptionsOnCleanShutdownWithAlos
@@ -3038,7 +3037,8 @@
org.apache.kafka.streams.processor.internals.TaskManagerTest:
- shouldComputeOffsetSumForNonRunningActiveTask
- shouldComputeOffsetSumForRestoringActiveTaskWithStateUpdater
- shouldComputeOffsetSumForRestoringStandbyTaskWithStateUpdater
-- shouldComputeOffsetSumForRunningStatefulTaskAndRestoringTaskWithStateUpdater
+- shouldComputeOffsetSumForRunningStatefulTask
+- shouldComputeOffsetSumForRunningStatefulTaskAndRestoringTask
- shouldComputeOffsetSumForStandbyTask
- shouldComputeOffsetSumForUnassignedTaskWeCanLock
- shouldComputeOffsetSumFromCheckpointFileForClosedTask
@@ -3091,7 +3091,6 @@
org.apache.kafka.streams.processor.internals.TaskManagerTest:
- shouldNotRevokeStandbyTaskInStateUpdaterOnRevocation
- shouldNotSendPurgeDataIfPreviousNotDone
- shouldNotSuspendActiveTaskWithoutRevokedInputPartitionsInStateUpdater
--
shouldNotUpdateExistingStandbyTaskIfStandbyIsReassignedWithSameInputPartitionWithoutStateUpdater
- shouldOnlyCommitRevokedStandbyTaskAndPropagatePrepareCommitException
- shouldPassUpIfExceptionDuringSuspend
- shouldPauseAllTopicsWithoutStateUpdaterOnRebalanceComplete
@@ -3115,7 +3114,6 @@
org.apache.kafka.streams.processor.internals.TaskManagerTest:
- shouldRemoveUnusedFailedActiveTaskFromStateUpdaterAndCloseDirty
- shouldRemoveUnusedFailedStandbyTaskFromStateUpdaterAndCloseDirty
- shouldRemoveUnusedStandbyTaskFromStateUpdaterAndCloseCleanly
-- shouldReportLatestOffsetAsOffsetSumForRunningTask
- shouldResumeActiveRunningTaskInTasksRegistryWithStateUpdaterEnabled
- shouldResumeActiveSuspendedTaskInTasksRegistryAndAddToStateUpdater
- shouldResumePollingForPartitionsWithAvailableSpaceForAllActiveTasks
@@ -3159,7 +3157,6 @@
org.apache.kafka.streams.processor.internals.TaskManagerTest:
- shouldTransmitProducerMetrics
- shouldTryToLockValidTaskDirsAtRebalanceStart
- shouldUnlockEmptyDirsAtRebalanceStart
--
shouldUpdateExistingStandbyTaskIfStandbyIsReassignedWithDifferentInputPartitionWithoutStateUpdater
- shouldUpdateInputPartitionOfActiveTaskInStateUpdater
- shouldUpdateInputPartitionsAfterRebalance
- shouldUpdateLagForAllActiveTasks