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 b959f6b9d6b Update test catalog data for GHA workflow run 11739383957
b959f6b9d6b is described below
commit b959f6b9d6b6f3a0650007736f1e80b8c79ebbc0
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 8 11:54:52 2024 +0000
Update test catalog data for GHA workflow run 11739383957
Commit:
https://github.com/apache/kafka/commit/b9976437e11dee877f32376d18140641ef4ccbc7
GitHub Run: https://github.com/apache/kafka/actions/runs/11739383957
---
test-catalog/core/tests.yaml | 15 +++++----------
test-catalog/server-common/tests.yaml | 9 +++++++++
test-catalog/storage/tests.yaml | 5 +++++
3 files changed, 19 insertions(+), 10 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index b282cee4544..a80b7e05a1e 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -7,6 +7,8 @@ integration.kafka.api.PlaintextConsumerCallbackTest:
- testConsumerRebalanceListenerBeginningOffsetsOnPartitionsRevoked
- testGetPositionOfNewlyAssignedPartitionOnPartitionsAssignedCallback
- testSeekPositionAndPauseNewlyAssignedPartitionOnPartitionsAssignedCallback
+integration.kafka.server.DelayedFutureTest:
+- testDelayedFuture
kafka.KafkaConfigTest:
- testBrokerRoleNodeIdValidation
- testCombinedRoleNodeIdValidation
@@ -1992,6 +1994,7 @@ kafka.log.remote.RemoteLogManagerTest:
- testEpochEntriesAsByteBuffer
- testFailedCopyShouldDeleteTheDanglingSegment
- testFailedDeleteExpiredSegments
+- testFetchNextSegmentWithTxnIndex
- testFetchOffsetByTimestampWithTieredStorageDoesNotFetchIndexWhenExistsLocally
- testFetchQuotaManagerConfig
- testFetchRemoteLogSegmentMetadata
@@ -2000,6 +2003,8 @@ kafka.log.remote.RemoteLogManagerTest:
- testFindHighestRemoteOffsetWithUncleanLeaderElection
- testFindLogStartOffset
- testFindLogStartOffsetFallbackToLocalLogStartOffsetWhenRemoteIsEmpty
+- testFindNextSegmentWithTxnIndex
+- testFindNextSegmentWithTxnIndexTraversesNextEpoch
- testFindOffsetByTimestamp
- testFindOffsetByTimestampWithInvalidEpochSegments
- testFindOffsetByTimestampWithSegmentNotReady
@@ -2637,16 +2642,6 @@ kafka.server.DelayedFetchTest:
- testDivergingEpoch
- testFetchWithFencedEpoch
- testNotLeaderOrFollower
-kafka.server.DelayedOperationTest:
-- shouldCancelForKeyReturningCancelledOperations
-- shouldReturnNilOperationsOnCancelForKeyWhenKeyDoesntExist
-- testDelayedFuture
-- testLockInTryCompleteElseWatch
-- testRequestExpiry
-- testRequestPurge
-- testRequestSatisfaction
-- testSafeTryCompleteOrElse
-- testTryCompleteWithMultipleThreads
kafka.server.DelayedRemoteFetchTest:
- testErrorLogReadInfo
- testFetch
diff --git a/test-catalog/server-common/tests.yaml
b/test-catalog/server-common/tests.yaml
index 8f8ec372aed..259b7f06b5d 100644
--- a/test-catalog/server-common/tests.yaml
+++ b/test-catalog/server-common/tests.yaml
@@ -215,6 +215,15 @@ org.apache.kafka.server.network.EndpointReadyFuturesTest:
- testAddReadinessFutures
- testFailedReadinessFuture
- testImmediateCompletion
+org.apache.kafka.server.purgatory.DelayedOperationTest:
+- shouldCancelForKeyReturningCancelledOperations
+- shouldReturnNilOperationsOnCancelForKeyWhenKeyDoesntExist
+- testLockInTryCompleteElseWatch
+- testRequestExpiry
+- testRequestPurge
+- testRequestSatisfaction
+- testSafeTryCompleteOrElse
+- testTryCompleteWithMultipleThreads
org.apache.kafka.server.quota.QuotaUtilsTest:
- testBoundedThrottleTimeObservedRateAboveQuotaAboveLimit
- testBoundedThrottleTimeObservedRateAboveQuotaBelowLimit
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index ce3a44eccab..8a26477731e 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -308,6 +308,9 @@ org.apache.kafka.storage.internals.log.TransactionIndexTest:
- testCollectAbortedTransactions
- testDeleteIfExists
- testFlush
+- testIsEmptyWhenFileDoesNotExist
+- testIsEmptyWhenFileIsEmpty
+- testIsEmptyWhenFileIsNotEmpty
- testLastOffsetCannotDecrease
- testLastOffsetMustIncrease
- testPositionSetCorrectlyWhenOpened
@@ -338,6 +341,8 @@ org.apache.kafka.tiered.storage.integration.ListOffsetsTest:
- executeTieredStorageTest
org.apache.kafka.tiered.storage.integration.OffloadAndConsumeFromLeaderTest:
- executeTieredStorageTest
+org.apache.kafka.tiered.storage.integration.OffloadAndTxnConsumeFromLeaderTest:
+- executeTieredStorageTest
org.apache.kafka.tiered.storage.integration.PartitionsExpandTest:
- executeTieredStorageTest
org.apache.kafka.tiered.storage.integration.ReassignReplicaExpandTest: