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 04c1fc5c54e Update test catalog data for GHA workflow run 14573350176 04c1fc5c54e is described below commit 04c1fc5c54ea1abf21cc31e9c0125182787f105b Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Apr 21 15:03:07 2025 +0000 Update test catalog data for GHA workflow run 14573350176 Commit: https://github.com/apache/kafka/commit/a04c2fed0474509e7818b8da35b60a524f1c0354 GitHub Run: https://github.com/apache/kafka/actions/runs/14573350176 --- test-catalog/clients/tests.yaml | 6 ++++++ test-catalog/core/tests.yaml | 6 +----- test-catalog/storage/tests.yaml | 19 ++++++++++++++----- 3 files changed, 21 insertions(+), 10 deletions(-) diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml index 82e342f6098..cf37387d369 100644 --- a/test-catalog/clients/tests.yaml +++ b/test-catalog/clients/tests.yaml @@ -5161,5 +5161,11 @@ org.apache.kafka.common.utils.UtilsTest: - utf8ByteArraySerde - utf8ByteBufferSerde - writeToBuffer +org.apache.kafka.common.utils.annotation.ApiKeyVersionsProviderTest: +- testFromVersionTooOldThrowsException +- testInvalidRangeThrowsExceptionFromGreaterThanTo +- testProvideArgumentsWithDefaultRange +- testProvideArgumentsWithExplicitRange +- testToVersionTooNewThrowsException org.apache.kafka.server.policy.AlterConfigPolicyTest: - testRequestMetadataEquals diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml index a63df0134c2..552789f4cbc 100644 --- a/test-catalog/core/tests.yaml +++ b/test-catalog/core/tests.yaml @@ -1184,10 +1184,6 @@ kafka.log.LogManagerTest: - testGetNonExistentLog - testHandlingExceptionsDuringShutdown - testInvalidLogDirNotFailLogManager -- testIsStrayKraftMissingTopicId -- testIsStrayKraftReplicaInImage -- testIsStrayKraftReplicaInImageWithRemoteReplicas -- testIsStrayKraftReplicaWithEmptyImage - testLeastLoadedAssignment - testLoadDirectoryIds - testLoadLogRenameLogThatShouldBeStray @@ -1204,7 +1200,6 @@ kafka.log.LogManagerTest: - testTopicConfigChangeStopCleaningIfCompactIsRemoved - testTopicConfigChangeUpdatesLogConfig - testTwoLogManagersUsingSameDirFails -- testWaitForAllToComplete kafka.log.UnifiedLogTest: - followerShouldSaveEpochInformationFromReplicatedMessagesToTheEpochCache - shouldApplyEpochToMessageOnAppendIfLeader @@ -3261,6 +3256,7 @@ kafka.utils.SchedulerTest: - testMockSchedulerPeriodicTask - testNonPeriodicTask - testNonPeriodicTaskWhenPeriodIsZero +- testPendingTaskSize - testPeriodicTask - testReentrantTaskInMockScheduler - testRestart diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml index f96d99a7895..78bf7a63862 100644 --- a/test-catalog/storage/tests.yaml +++ b/test-catalog/storage/tests.yaml @@ -107,6 +107,7 @@ org.apache.kafka.server.log.remote.storage.RemoteLogManagerTest: - testBuildFilteredLeaderEpochMap - testCandidateLogSegmentsSkipsActiveSegment - testCandidateLogSegmentsSkipsSegmentsAfterLastStableOffset +- testConfigure - testCopyLogSegmentToRemoteForStaleTopic - testCopyLogSegmentsToRemoteShouldCopyExpectedLogSegment - testCopyQuota @@ -141,9 +142,9 @@ org.apache.kafka.server.log.remote.storage.RemoteLogManagerTest: - testGetClassLoaderAwareRemoteStorageManager - testGetLeaderEpochCheckpoint - testIdempotentClose -- testLeadershipChangesWithoutRemoteLogManagerConfiguring - testLogStartOffsetUpdatedOnStartup - testMetricsUpdateOnCopyLogSegmentsFailure +- testMonitorableRemoteLogStorageManager - testOnLeadershipChangeWillInvokeHandleLeaderOrFollowerPartitions - testRLMOpsWhenMetadataIsNotReady - testRLMShutdownDuringQuotaExceededScenario @@ -166,7 +167,6 @@ org.apache.kafka.server.log.remote.storage.RemoteLogManagerTest: - testRemoteSizeTime - testRemoteStorageManagerWithUserDefinedConfigs - testRemoveMetricsOnClose -- testStartup - testStopPartitionsWithDeletion - testStopPartitionsWithoutDeletion - testTierLagResetsToZeroOnBecomingFollower @@ -249,6 +249,12 @@ org.apache.kafka.storage.internals.log.LocalLogTest: - testTruncateTo - testUpdateConfig - testWhenFetchOffsetHigherThanMaxOffset +org.apache.kafka.storage.internals.log.LogManagerTest: +- testIsStrayKraftMissingTopicId +- testIsStrayKraftReplicaInImage +- testIsStrayKraftReplicaInImageWithRemoteReplicas +- testIsStrayKraftReplicaWithEmptyImage +- testWaitForAllToComplete org.apache.kafka.storage.internals.log.LogOffsetMetadataTest: - testMessageOffsetOnly - testOnOlderSegment @@ -418,6 +424,7 @@ org.apache.kafka.storage.internals.log.ProducerStateManagerTest: - testVerificationStateEntryExpiration - updateProducerTransactionState org.apache.kafka.storage.internals.log.RemoteIndexCacheTest: +- shouldThrowErrorWhenAccessedAfterCacheClose - testCacheEntryExpiry - testCacheEntryIsDeletedOnRemoval - testCleanerThreadShutdown @@ -426,16 +433,18 @@ org.apache.kafka.storage.internals.log.RemoteIndexCacheTest: - testCloseIsIdempotent - testConcurrentCacheDeletedFileExists - testConcurrentReadWriteAccessForCache -- testConcurrentRemoveReadForCache +- testConcurrentRemoveReadForCache1 +- testConcurrentRemoveReadForCache2 - testCorrectnessForCacheAndIndexFilesWhenResizeCache - testCorruptCacheIndexFileExistsButNotInCache +- testDeleteInvalidIndexFilesOnInit +- testFetchIndexAccessibleWhenMarkedForCleanup - testFetchIndexForMissingTransactionIndex - testFetchIndexFromRemoteStorage -- testGetIndexAfterCacheClose - testIndexFileAlreadyExistOnDiskButNotInCache - testIndexFileNameAndLocationOnDisk - testMultipleIndexEntriesExecutionInCorruptException -- testPositionForNonExistingIndexFromRemoteStorage +- testPositionForNonExistentEntry - testRSMReturnCorruptedIndexFile - testReloadCacheAfterClose - testRemoveItem