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 8422260a5eb Update test catalog data for GHA workflow run 21160989285
8422260a5eb is described below
commit 8422260a5ebc09088a26d45d839e4f764ba7a0b4
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 20 08:09:16 2026 +0000
Update test catalog data for GHA workflow run 21160989285
Commit:
https://github.com/apache/kafka/commit/b8500e4d8af08be5c8fe55cef65085cbcccaba81
GitHub Run: https://github.com/apache/kafka/actions/runs/21160989285
---
test-catalog/core/tests.yaml | 2 --
test-catalog/server/tests.yaml | 3 ++-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index aa82aa89f39..b81e012c3ef 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2741,8 +2741,6 @@ kafka.server.StrictControllerMutationQuotaTest:
- testControllerMutationQuotaViolation
kafka.server.SyncGroupRequestTest:
- testSyncGroupWithOldConsumerGroupProtocol
-kafka.server.ThrottledChannelExpirationTest:
-- testCallbackInvocationAfterExpiration
kafka.server.TierStateMachineTest:
- testFencedOffsetResetAfterMovedToRemoteTier
- testFollowerFetchMovedToTieredStore
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 293d8015dc1..3f45af60de4 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -260,7 +260,8 @@ org.apache.kafka.server.quota.ClientSensorsTest:
- testConstructorThrowsExceptionWhenThrottleTimeSensorIsNull
- testConstructorWithEmptyMap
- testConstructorWithValidParameters
-org.apache.kafka.server.quota.ThrottledChannelTest:
+org.apache.kafka.server.quota.ThrottledChannelExpirationTest:
+- testCallbackInvocationAfterExpiration
- testThrottledChannelDelay
org.apache.kafka.server.replica.ReplicaTest:
- testFenceStaleUpdates