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 759d3600304 Update test catalog data for GHA workflow run 20601503021
759d3600304 is described below
commit 759d3600304cf96bb4ff391a9f5f0e6bd76a7c3c
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 30 19:15:40 2025 +0000
Update test catalog data for GHA workflow run 20601503021
Commit:
https://github.com/apache/kafka/commit/32efc1cd09817b4eb1de19b789949abc0b7b9f89
GitHub Run: https://github.com/apache/kafka/actions/runs/20601503021
---
test-catalog/core/tests.yaml | 9 ---------
test-catalog/server/tests.yaml | 9 +++++++++
test-catalog/storage/tests.yaml | 5 +++++
3 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index e1b406336c3..8dc16f923d2 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1980,26 +1980,17 @@ kafka.server.KRaftClusterTest:
- testAbandonedFutureReplicaRecovered_mainReplicaInOfflineLogDir
- testAbandonedFutureReplicaRecovered_mainReplicaInOnlineLogDir
- testControllerFailover
-- testCreateClusterAndCreateTopicWithRemoteLogManagerInstantiation
-- testCreateClusterAndPerformReassignment
- testCreateClusterAndRestartControllerNode
-- testCreatePartitions
-- testDescribeKRaftVersion
-- testDescribeQuorumRequestToBrokers
-- testDescribeQuorumRequestToControllers
- testDirectToControllerCommunicationFailsOnOlderMetadataVersion
- testIncreaseNumIoThreads
-- testIncrementalAlterConfigs
- testOldBootstrapMetadataFile
- testOverlyLargeCreateTopics
- testRegisteredControllerEndpoints
-- testSetLog4jConfigurations
- testSingleControllerSingleBrokerCluster
- testSnapshotCount
- testStartupWithNonDefaultKControllerDynamicConfiguration
- testTimedOutHeartbeats
- testTopicDeletedAndRecreatedWhileBrokerIsDown
-- testUpdateMetadataVersion
kafka.server.KafkaApisTest:
- requiredAclsNotPresentWriteTxnMarkersThrowsAuthorizationException
- shouldAppendToLogOnWriteTxnMarkersWhenCorrectMagicVersion
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 3c573890797..f051f8e42ee 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -126,15 +126,24 @@ org.apache.kafka.server.KRaftClusterTest:
- testCreateClusterAndClose
- testCreateClusterAndCreateAndManyTopics
- testCreateClusterAndCreateListDeleteTopic
+- testCreateClusterAndCreateTopicWithRemoteLogManagerInstantiation
+- testCreateClusterAndPerformReassignment
- testCreateClusterAndRestartBrokerNode
- testCreateClusterAndWaitForBrokerInRunningState
- testCreateClusterWithAdvertisedHostAndPortDifferentFromSocketServer
- testCreateClusterWithAdvertisedPortZero
+- testCreatePartitions
- testDefaultClientQuotas
+- testDescribeKRaftVersion
+- testDescribeQuorumRequestToBrokers
+- testDescribeQuorumRequestToControllers
+- testIncrementalAlterConfigs
- testReconfigureControllerAuthorizer
- testReconfigureControllerClientQuotas
- testRemoteLogManagerInstantiation
+- testSetLog4jConfigurations
- testUnregisterBroker
+- testUpdateMetadataVersion
org.apache.kafka.server.LogManagerIntegrationTest:
- testIOExceptionOnLogSegmentCloseResultsInRecovery
- testRestartBrokerNoErrorIfMissingPartitionMetadata
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 4ac6a98cd9b..de44863b333 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -481,6 +481,10 @@
org.apache.kafka.storage.internals.log.RemoteIndexCacheTest:
- shouldThrowErrorWhenAccessedAfterCacheClose
- testCacheEntryExpiry
- testCacheEntryIsDeletedOnRemoval
+- testCacheTtlCanBeDisabled
+- testCacheTtlEviction
+- testCacheTtlRefreshOnAccess
+- testCacheTtlWithMultipleEntries
- testCleanerThreadShutdown
- testClearCacheAndIndexFilesWhenResizeCache
- testClose
@@ -504,6 +508,7 @@ org.apache.kafka.storage.internals.log.RemoteIndexCacheTest:
- testRemoveItem
- testRemoveMultipleItems
- testRemoveNonExistentItem
+- testSizeAndTimeBasedEviction
org.apache.kafka.storage.internals.log.TimeIndexTest:
- testAppend
- testEntry