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 48b331b5916 Update test catalog data for GHA workflow run 14743770683
48b331b5916 is described below
commit 48b331b591616c6211a91f4ebc984ed0263967f4
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 30 03:21:50 2025 +0000
Update test catalog data for GHA workflow run 14743770683
Commit:
https://github.com/apache/kafka/commit/431cffc93f2a9c1a178bd4caede1001d329ab10b
GitHub Run: https://github.com/apache/kafka/actions/runs/14743770683
---
test-catalog/clients/tests.yaml | 12 ++++++++++++
test-catalog/core/tests.yaml | 2 ++
test-catalog/group-coordinator/tests.yaml | 3 +++
test-catalog/streams/integration-tests/tests.yaml | 3 +++
test-catalog/streams/tests.yaml | 12 ++++++------
5 files changed, 26 insertions(+), 6 deletions(-)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 12a8e634278..4712fa2fc44 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2724,6 +2724,17 @@ org.apache.kafka.clients.producer.MockProducerTest:
- testManualCompletion
- testMetadataOnException
- testPartitioner
+org.apache.kafka.clients.producer.PreparedTxnStateTest:
+- testDefaultConstructor
+- testDeserializationFromString
+- testEqualsAndHashCode
+- testHandlingOfNullOrEmptyString
+- testHasTransaction
+- testInvalidFormatThrowsException
+- testInvalidProducerIdEpochCombinations
+- testMaxValues
+- testParameterizedConstructor
+- testRoundTripSerialization
org.apache.kafka.clients.producer.ProducerConfigTest:
- testAppendSerializerToConfig
- testAppendSerializerToConfigWithException
@@ -4221,6 +4232,7 @@ org.apache.kafka.common.requests.ProduceRequestTest:
- shouldNotBeFlaggedAsIdempotentWhenRecordsNotIdempotent
- shouldNotBeFlaggedAsTransactionalWhenNoRecords
- testBuildWithCurrentMessageFormat
+- testBuildWithCurrentMessageFormatWithoutTopicId
- testBuilderOldestAndLatestAllowed
- testMixedIdempotentData
- testMixedTransactionalData
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index e630c73c610..e645e23c6cf 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -464,7 +464,9 @@ kafka.api.PlaintextProducerSendTest:
- testValidBeforeAndAfterTimestampsWithinThreshold
- testWrongSerializer
kafka.api.ProducerSendWhileDeletionTest:
+- testSendWithRecreatedTopic
- testSendWithTopicDeletionMidWay
+- testSendWithTopicReassignmentIsMidWay
kafka.api.SaslClientsWithInvalidCredentialsTest:
- testConsumerWithAuthenticationFailure
- testKafkaAdminClientWithAuthenticationFailure
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index 82ab2387c3a..36a04d02bcc 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -1196,6 +1196,9 @@
org.apache.kafka.coordinator.group.streams.topics.CopartitionedTopicsEnforcerTes
-
shouldThrowAnExceptionWhenNumberOfPartitionsOfNonRepartitionTopicAndRepartitionTopicWithEnforcedNumOfPartitionsDoNotMatch
- shouldThrowIllegalStateExceptionIfNoPartitionsFoundForCoPartitionedTopic
-
shouldThrowTopicConfigurationExceptionIfPartitionCountsForCoPartitionedTopicsDontMatch
+org.apache.kafka.coordinator.group.streams.topics.EndpointToPartitionsManagerTest:
+- Should
+- testEndpointToPartitionsWithStandbyTaskAssignments
org.apache.kafka.coordinator.group.streams.topics.InternalTopicManagerTest:
- testConfigureTopics
- testConfigureTopicsSetsConfigurationExceptionWhenSourceTopicIsMissing
diff --git a/test-catalog/streams/integration-tests/tests.yaml
b/test-catalog/streams/integration-tests/tests.yaml
index 400870e5973..f5e2cf97969 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -61,6 +61,9 @@
org.apache.kafka.streams.integration.HandlingSourceTopicDeletionIntegrationTest:
org.apache.kafka.streams.integration.HighAvailabilityTaskAssignorIntegrationTest:
- shouldScaleOutWithWarmupTasksAndInMemoryStores
- shouldScaleOutWithWarmupTasksAndPersistentStores
+org.apache.kafka.streams.integration.IQv2EndpointToPartitionsIntegrationTest:
+- CLASSIC
+- STREAMS
org.apache.kafka.streams.integration.IQv2IntegrationTest:
- shouldFailNotStarted
- shouldFailStopped
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 00f0918575a..72b7a05a400 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -2,7 +2,7 @@ org.apache.kafka.streams.AutoOffsetResetTest:
- customDurationShouldMatchExpectedValue
- shouldThrowExceptionIfDurationIsNegative
- shouldThrowExceptionOnDurationForEarliestReset
-- shouldThrowExceptionOnDurationForLastetReset
+- shouldThrowExceptionOnDurationForLatestReset
- shouldThrowExceptionOnDurationForNoneReset
- twoInstancesCreatedAtTheSameTimeWithSameOptionsShouldBeEqual
org.apache.kafka.streams.KafkaStreamsTest:
@@ -282,6 +282,7 @@ org.apache.kafka.streams.StreamsConfigTest:
- shouldReturnTaskAssignorClass
- shouldSetAndGetDeserializationExceptionHandlerWhenOnlyNewConfigIsSet
- shouldSetAndGetProductionExceptionHandlerWhenOnlyNewConfigIsSet
+- shouldSetBalanceSubtopologyRackAwareAssignmentConfig
- shouldSetDefaultAcceptableRecoveryLag
- shouldSetDefaultBuiltInMetricsVersionIfNoneIsSpecified
- shouldSetDefaultMaxWarmupReplicas
@@ -292,6 +293,7 @@ org.apache.kafka.streams.StreamsConfigTest:
- shouldSetGroupProtocolToClassicByDefault
- shouldSetGroupProtocolToStreams
- shouldSetInternalLeaveGroupOnCloseConfigToFalseInConsumer
+- shouldSetMinTrafficRackAwareAssignmentConfig
- shouldSetRackAwareAssignmentTags
- shouldSpecifyCorrectKeySerdeClassOnError
- shouldSpecifyCorrectValueSerdeClassOnError
@@ -357,8 +359,6 @@ org.apache.kafka.streams.StreamsConfigTest:
- shouldUseOldProductionExceptionHandlerWhenOnlyOldConfigIsSet
- shouldUseStateStoreCacheMaxBytesWhenBothOldAndNewConfigsAreSet
- shouldUseStateStoreCacheMaxBytesWhenNewConfigIsSet
-- shouldtSetBalanceSubtopologyRackAwareAssignmentConfig
-- shouldtSetMinTrafficRackAwareAssignmentConfig
- testCaseInsensitiveSecurityProtocol
- testGetConsumerConfigs
- testGetGlobalConsumerConfigs
@@ -2165,8 +2165,8 @@
org.apache.kafka.streams.processor.internals.ProcessorContextTest:
- shouldNotAllowToScheduleSubMillisecondPunctuation
- shouldNotAllowToScheduleZeroMillisecondPunctuation
org.apache.kafka.streams.processor.internals.ProcessorMetadataTest:
-- shouldAddandGetKeyValueWithEmptyConstructor
-- shouldAddandGetKeyValueWithExistingMeta
+- shouldAddAndGetKeyValueWithEmptyConstructor
+- shouldAddAndGetKeyValueWithExistingMeta
- shouldDeserializeNull
- shouldNotUseCommitFlagForHashcodeAndEquals
- shouldSerializeAndDeserialize
@@ -3404,7 +3404,7 @@
org.apache.kafka.streams.processor.internals.assignment.RackAwareTaskAssignorTes
- shouldReturnFalseWhenRackMissingInProcess
- shouldReturnInvalidClientRackWhenRackDiffersInSameProcess
- shouldReturnInvalidClientRackWhenRackMissingInClientConsumer
-- shouldThrowIfMissingCallcanEnableRackAwareAssignor
+- shouldThrowIfMissingCallCanEnableRackAwareAssignor
- shouldThrowIfTaskInMultipleClients
- shouldThrowIfTaskMissingInClients
org.apache.kafka.streams.processor.internals.assignment.StandbyTaskAssignmentUtilsTest: