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 73e76343b67 Update test catalog data for GHA workflow run 12209067791
73e76343b67 is described below
commit 73e76343b67c124d49061e12d16eaeda42ad249a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Dec 7 04:47:18 2024 +0000
Update test catalog data for GHA workflow run 12209067791
Commit:
https://github.com/apache/kafka/commit/e255433374454e07eb1b99632f73093b6033abc7
GitHub Run: https://github.com/apache/kafka/actions/runs/12209067791
---
test-catalog/core/tests.yaml | 38 --------------------------------------
test-catalog/storage/tests.yaml | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+), 38 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 322afc2eee9..6d0d3d7b74d 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1504,44 +1504,6 @@ kafka.integration.UncleanLeaderElectionTest:
- testUncleanLeaderElectionInvalidTopicOverride
kafka.log.BrokerCompressionTest:
- testBrokerSideCompression
-kafka.log.LocalLogTest:
-- testCreateAndDeleteSegment
-- testDeleteSegmentFilesAsync
-- testDeleteSegmentFilesSync
-- testFlushingNonExistentDir
-- testLogAppend
-- testLogCloseFailureWhenInMemoryBufferClosed
-- testLogCloseHandlers
-- testLogCloseHandlersIdempotent
-- testLogCloseIdempotent
-- testLogCloseSuccess
-- testLogDeleteDirName
-- testLogDeleteDirSuccessWhenEmptyAndFailureWhenNonEmpty
-- testLogDeleteSegmentsSuccess
-- testLogDirRenameToExistingDir
-- testLogDirRenameToNewDir
-- testLogFlush
-- testNewSegmentsAfterRoll
-- testNonActiveSegmentsFrom
-- testOffsetFromFile
-- testParseTopicPartitionName
-- testParseTopicPartitionNameForEmptyName
-- testParseTopicPartitionNameForExistingInvalidDir
-- testParseTopicPartitionNameForInvalidPartition
-- testParseTopicPartitionNameForMissingPartition
-- testParseTopicPartitionNameForMissingSeparator
-- testParseTopicPartitionNameForMissingTopic
-- testParseTopicPartitionNameForNull
-- testParseTopicPartitionNameWithPeriodForDeletedTopic
-- testRemoveAndDeleteSegmentsAsync
-- testRemoveAndDeleteSegmentsSync
-- testRollEmptyActiveSegment
-- testRollSegmentErrorWhenNextOffsetIsIllegal
-- testRollSegmentThatAlreadyExists
-- testTruncateFullyAndStartAt
-- testTruncateTo
-- testUpdateConfig
-- testWhenFetchOffsetHigherThanMaxOffset
kafka.log.LogCleanerIntegrationTest:
- testIsThreadFailed
- testMarksPartitionsAsOfflineAndPopulatesUncleanableMetrics
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index d0da159546e..a3eae512cb8 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -124,6 +124,44 @@
org.apache.kafka.storage.internals.checkpoint.PartitionMetadataFileTest:
- testRead
- testSetRecordWithDifferentTopicId
- testSetRecordWithSameTopicId
+org.apache.kafka.storage.internals.log.LocalLogTest:
+- testCreateAndDeleteSegment
+- testDeleteSegmentFilesAsync
+- testDeleteSegmentFilesSync
+- testFlushingNonExistentDir
+- testLogAppend
+- testLogCloseFailureWhenInMemoryBufferClosed
+- testLogCloseHandlers
+- testLogCloseHandlersIdempotent
+- testLogCloseIdempotent
+- testLogCloseSuccess
+- testLogDeleteDirName
+- testLogDeleteDirSuccessWhenEmptyAndFailureWhenNonEmpty
+- testLogDeleteSegmentsSuccess
+- testLogDirRenameToExistingDir
+- testLogDirRenameToNewDir
+- testLogFlush
+- testNewSegmentsAfterRoll
+- testNonActiveSegmentsFrom
+- testOffsetFromFile
+- testParseTopicPartitionName
+- testParseTopicPartitionNameForEmptyName
+- testParseTopicPartitionNameForExistingInvalidDir
+- testParseTopicPartitionNameForInvalidPartition
+- testParseTopicPartitionNameForMissingPartition
+- testParseTopicPartitionNameForMissingSeparator
+- testParseTopicPartitionNameForMissingTopic
+- testParseTopicPartitionNameForNull
+- testParseTopicPartitionNameWithPeriodForDeletedTopic
+- testRemoveAndDeleteSegmentsAsync
+- testRemoveAndDeleteSegmentsSync
+- testRollEmptyActiveSegment
+- testRollSegmentErrorWhenNextOffsetIsIllegal
+- testRollSegmentThatAlreadyExists
+- testTruncateFullyAndStartAt
+- testTruncateTo
+- testUpdateConfig
+- testWhenFetchOffsetHigherThanMaxOffset
org.apache.kafka.storage.internals.log.LogOffsetMetadataTest:
- testMessageOffsetOnly
- testOnOlderSegment