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 4062a7ce117 Update test catalog data for GHA workflow run 24413277748
4062a7ce117 is described below

commit 4062a7ce117af4cad34141637d12e07d78dc6d76
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 14 20:41:47 2026 +0000

    Update test catalog data for GHA workflow run 24413277748
    
    Commit: 
https://github.com/apache/kafka/commit/b4c977544fdf3280f3097fc2ebe1c87c26479027
    GitHub Run: https://github.com/apache/kafka/actions/runs/24413277748
---
 test-catalog/clients/tests.yaml | 32 ++++++++++++++++----------------
 test-catalog/core/tests.yaml    |  2 ++
 test-catalog/streams/tests.yaml |  3 ---
 3 files changed, 18 insertions(+), 19 deletions(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 60ab2d23da0..5b49759001e 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -5433,17 +5433,6 @@ org.apache.kafka.common.utils.ExitTest:
 - shouldExitImmediately
 - shouldHaltImmediately
 - shouldNotInvokeShutdownHookImmediately
-org.apache.kafka.common.utils.ExponentialBackoffManagerTest:
-- testBackOffWithJitter
-- testBackOffWithoutJitter
-- testCanAttempt
-- testIncrementAttempt
-- testInitialState
-- testResetAttempts
-org.apache.kafka.common.utils.ExponentialBackoffTest:
-- testExponentialBackoff
-- testExponentialBackoffWithInvalidJitter
-- testExponentialBackoffWithoutJitter
 org.apache.kafka.common.utils.FixedOrderMapTest:
 - shouldForbidConditionalRemove
 - shouldForbidRemove
@@ -5477,11 +5466,6 @@ org.apache.kafka.common.utils.ShellTest:
 org.apache.kafka.common.utils.SystemTimeTest:
 - testWaitObjectConditionSatisfied
 - testWaitObjectTimeout
-org.apache.kafka.common.utils.ThreadUtilsTest:
-- testThreadNameWithNumberDemon
-- testThreadNameWithNumberNoDemon
-- testThreadNameWithoutNumberDemon
-- testThreadNameWithoutNumberNoDemon
 org.apache.kafka.common.utils.TimerTest:
 - testNonMonotonicUpdate
 - testTimeoutOverflow
@@ -5584,6 +5568,17 @@ org.apache.kafka.common.utils.internals.ByteUtilsTest:
 - testVarlongSerde
 - testWriteUnsignedIntLEToArray
 - testWriteUnsignedIntLEToOutputStream
+org.apache.kafka.common.utils.internals.ExponentialBackoffManagerTest:
+- testBackOffWithJitter
+- testBackOffWithoutJitter
+- testCanAttempt
+- testIncrementAttempt
+- testInitialState
+- testResetAttempts
+org.apache.kafka.common.utils.internals.ExponentialBackoffTest:
+- testExponentialBackoff
+- testExponentialBackoffWithInvalidJitter
+- testExponentialBackoffWithoutJitter
 org.apache.kafka.common.utils.internals.ImplicitLinkedHashCollectionTest:
 - testCollisions
 - testEmptyListIterator
@@ -5613,5 +5608,10 @@ 
org.apache.kafka.common.utils.internals.ImplicitLinkedHashMultiCollectionTest:
 - testManyInsertsAndDeletes
 - testNullForbidden
 - testTraversal
+org.apache.kafka.common.utils.internals.ThreadUtilsTest:
+- testThreadNameWithNumberDemon
+- testThreadNameWithNumberNoDemon
+- testThreadNameWithoutNumberDemon
+- testThreadNameWithoutNumberNoDemon
 org.apache.kafka.server.policy.AlterConfigPolicyTest:
 - testRequestMetadataEquals
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 8112f03d868..ec085e7205f 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2308,6 +2308,8 @@ kafka.server.OffsetDeleteRequestTest:
 - testOffsetDeleteWithOldConsumerGroupProtocol
 kafka.server.OffsetFetchRequestTest:
 - testCommittedOffsetsDeletedWhenTopicDeleted
+- testFetchOffsetWithDeletedTopicUsingTopicIds
+- testFetchOffsetWithDeletedTopicUsingTopicNames
 - testFetchOffsetWithRecreatedTopic
 - testGroupErrors
 - testMultiGroupsOffsetFetchWithNewConsumerGroupProtocol
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 7660fc94f1d..e5743b1cfd9 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -2684,9 +2684,6 @@ 
org.apache.kafka.streams.processor.internals.StoreChangelogReaderTest:
 - shouldRestoreFromPositionAndCheckForCompletion
 - shouldRestoreMultipleChangelogs
 - shouldRestoreToLimitInStandbyState
-- shouldSeekByTimestampForWindowedStoreWithoutCheckpoint
-- shouldSeekToBeginningForNonWindowedStoreWithoutCheckpoint
-- shouldSeekToBeginningWhenBrokerReturnsNullForOffsetsForTimes
 - shouldSupportUnregisterChangelogAfterCompletion
 - shouldSupportUnregisterChangelogBeforeCompletion
 - shouldSupportUnregisterChangelogBeforeInitialization

Reply via email to