This is an automated email from the ASF dual-hosted git repository.
github-actions[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 83aaa85105b Update test catalog data for GHA workflow run 30965601462
83aaa85105b is described below
commit 83aaa85105b90528d5190a4874f815589e4aa09d
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 5 04:08:32 2026 +0000
Update test catalog data for GHA workflow run 30965601462
Commit:
https://github.com/apache/kafka/commit/89ccd6a1260130e1a5ea83a0aa98a7d397482ace
GitHub Run: https://github.com/apache/kafka/actions/runs/30965601462
---
test-catalog/clients/tests.yaml | 4 ++++
test-catalog/group-coordinator/tests.yaml | 1 +
test-catalog/share-coordinator/tests.yaml | 1 +
test-catalog/streams/integration-tests/tests.yaml | 8 ++++++++
4 files changed, 14 insertions(+)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index a55985a9596..d636c8ef41a 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -3907,6 +3907,10 @@ org.apache.kafka.common.internals.TopicTest:
- testTopicHasCollision
- testTopicHasCollisionChars
- testUnifyCollisionChars
+org.apache.kafka.common.internals.UnsupportedProtocolFieldExceptionTest:
+- testFieldConstructorFormatsMessage
+- testIsUnsupportedVersionException
+- testMessageConstructorPassesMessageThrough
org.apache.kafka.common.memory.GarbageCollectedMemoryPoolTest:
- testAllocationBound
- testAllocationNegative
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index 4f4611ce124..8388c5a613f 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -1721,6 +1721,7 @@
org.apache.kafka.coordinator.group.streams.topics.CopartitionedTopicsEnforcerTes
org.apache.kafka.coordinator.group.streams.topics.EndpointToPartitionsManagerTest:
- Should
- testEndpointToPartitionsExcludesPartitionsMissingFromSmallerSourceTopic
+- testEndpointToPartitionsWithStandbyAndWarmupTasksInSameSubtopology
- testEndpointToPartitionsWithStandbyTaskAssignments
org.apache.kafka.coordinator.group.streams.topics.InternalTopicManagerTest:
- testConfigureTopics
diff --git a/test-catalog/share-coordinator/tests.yaml
b/test-catalog/share-coordinator/tests.yaml
index 96e07e5a875..af92e3f44a8 100644
--- a/test-catalog/share-coordinator/tests.yaml
+++ b/test-catalog/share-coordinator/tests.yaml
@@ -107,6 +107,7 @@
org.apache.kafka.coordinator.share.ShareCoordinatorShardTest:
- testSubsequentWriteStateSnapshotEpochUpdatesSuccessfully
- testWriteFailsOnUninitializedPartition
- testWriteNullMetadataImage
+- testWriteStateDiscardsStartOffsetRegression
- testWriteStateFencedLeaderEpochError
- testWriteStateFencedStateEpochError
- testWriteStateInvalidLeaderEpochRequestData
diff --git a/test-catalog/streams/integration-tests/tests.yaml
b/test-catalog/streams/integration-tests/tests.yaml
index 597a87c2f95..2a30775b9c5 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -33,6 +33,7 @@ org.apache.kafka.streams.integration.EosIntegrationTest:
- shouldBeAbleToRunWithEosEnabled
- shouldBeAbleToRunWithTwoSubtopologies
- shouldBeAbleToRunWithTwoSubtopologiesAndMultiplePartitions
+- shouldBufferStateStoreWritesUntilCommitUnderEos
- shouldCheckpointRestoredOffsetsWhenClosingCleanDuringRestoring
- shouldCommitCorrectOffsetIfInputTopicIsTransactional
- shouldNotCommitActiveTasksWithPendingInputIfRevokedTaskDidNotMakeProgress
@@ -100,6 +101,13 @@
org.apache.kafka.streams.integration.HeadersStoreUpgradeIntegrationTest:
org.apache.kafka.streams.integration.HighAvailabilityTaskAssignorIntegrationTest:
- shouldScaleOutWithWarmupTasksAndInMemoryStores
- shouldScaleOutWithWarmupTasksAndPersistentStores
+org.apache.kafka.streams.integration.IQv1IsolationLevelIntegrationTest:
+- IN_MEMORY_KV
+- IN_MEMORY_SESSION
+- IN_MEMORY_WINDOW
+- PERSISTENT_KV
+- PERSISTENT_SESSION
+- PERSISTENT_WINDOW
org.apache.kafka.streams.integration.IQv2EndpointToPartitionsIntegrationTest:
- CLASSIC
- STREAMS