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 d1d48b09b2d Update test catalog data for GHA workflow run 13859569848
d1d48b09b2d is described below
commit d1d48b09b2da310896614139998dfa187eb8dc20
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 14 17:29:34 2025 +0000
Update test catalog data for GHA workflow run 13859569848
Commit:
https://github.com/apache/kafka/commit/f50a17fa8d2dbecc69891e2310763d64fe97175b
GitHub Run: https://github.com/apache/kafka/actions/runs/13859569848
---
test-catalog/core/tests.yaml | 4 ----
test-catalog/metadata/tests.yaml | 5 +++--
test-catalog/server-common/tests.yaml | 1 +
test-catalog/streams/integration-tests/tests.yaml | 3 +++
test-catalog/streams/tests.yaml | 2 ++
test-catalog/test-common/test-common-runtime/tests.yaml | 3 +++
6 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 7d60aa0927e..8f288cdccd2 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3815,12 +3815,8 @@ kafka.tools.StorageToolTest:
- testVersionMappingWithNoReleaseVersion
- testVersionMappingWithValidReleaseVersion
kafka.utils.CoreUtilsTest:
-- testAbs
-- testGenerateUuidAsBase64
- testInLock
-- testReadBytes
- testSwallow
-- testUrlSafeBase64EncodeUUID
kafka.utils.LoggingTest:
- testLog4jControllerIsRegistered
- testLogName
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index ca9f5a2b2f1..03977969616 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -115,14 +115,14 @@ org.apache.kafka.controller.FeatureControlManagerTest:
- testCannotUpgradeToLowerVersion
- testCannotUseSafeDowngradeIfMetadataChanged
- testCreateFeatureLevelRecords
+- testMetadataVersion
- testReplay
+- testReplayKraftVersionFeatureLevel
- testReplayRecords
- testUnsafeDowngradeIsTemporarilyDisabled
- testUpdateFeatures
- testUpdateFeaturesErrorCases
- testUpgradeElrFeatureLevel
-org.apache.kafka.controller.LogReplayTrackerTest:
-- testEmpty
org.apache.kafka.controller.OffsetControlManagerTest:
- testAbortTransactionRecordNotAllowedInSnapshot
- testActivate
@@ -409,6 +409,7 @@ org.apache.kafka.image.DelegationTokenImageTest:
- testImage1WithInvalidIBP
- testImage2RoundTrip
org.apache.kafka.image.FeaturesDeltaTest:
+- testReplayKraftVersionFeatureLevel
- testReplayWithUnsupportedFeatureLevel
org.apache.kafka.image.FeaturesImageTest:
- testApplyDelta1
diff --git a/test-catalog/server-common/tests.yaml
b/test-catalog/server-common/tests.yaml
index 62f9956c9c1..b3b7e4d56a9 100644
--- a/test-catalog/server-common/tests.yaml
+++ b/test-catalog/server-common/tests.yaml
@@ -45,6 +45,7 @@ org.apache.kafka.server.common.FeatureTest:
- testValidateWithNonExistentLatestProduction
org.apache.kafka.server.common.FinalizedFeaturesTest:
- testKRaftModeFeatures
+- testSetFinalizedLevel
org.apache.kafka.server.common.KRaftVersionTest:
- tesVotersRecordVersion
- testBootstrapMetadataVersion
diff --git a/test-catalog/streams/integration-tests/tests.yaml
b/test-catalog/streams/integration-tests/tests.yaml
index fb18d166202..d21b2382512 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -26,6 +26,7 @@ org.apache.kafka.streams.integration.EosIntegrationTest:
-
shouldCheckpointRestoredOffsetsWhenClosingCleanDuringRestoringStateUpdaterDisabled
-
shouldCheckpointRestoredOffsetsWhenClosingCleanDuringRestoringStateUpdaterEnabled
- shouldCommitCorrectOffsetIfInputTopicIsTransactional
+- shouldNotCommitActiveTasksWithPendingInputIfRevokedTaskDidNotMakeProgress
- shouldNotViolateEosIfOneTaskFails
- shouldNotViolateEosIfOneTaskFailsWithState
- shouldNotViolateEosIfOneTaskGetsFencedUsingIsolatedAppInstances
@@ -208,6 +209,8 @@
org.apache.kafka.streams.integration.QueryableStateIntegrationTest:
- shouldRejectWronglyTypedStore
org.apache.kafka.streams.integration.RangeQueryIntegrationTest:
- testStoreConfig
+org.apache.kafka.streams.integration.RebalanceIntegrationTest:
+- shouldCommitAllTasksIfRevokedTaskTriggerPunctuation
org.apache.kafka.streams.integration.RegexSourceIntegrationTest:
- shouldAddStateStoreToRegexDefinedSource
- testMultipleConsumersCanReadFromPartitionedTopic
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index f441f075760..fcf23c51e7a 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -2969,6 +2969,8 @@
org.apache.kafka.streams.processor.internals.TaskManagerTest:
- shouldNotAttemptToCommitInHandleCorruptedDuringARebalance
- shouldNotCommitActiveAndStandbyTasksWhileRebalanceInProgress
- shouldNotCommitCreatedTasksOnRevocationOrClosure
+- shouldNotCommitIfNoRevokedTasksNeedCommitting
+- shouldNotCommitIfNoRevokedTasksNeedCommittingWithEOSv2
-
shouldNotCommitNonCorruptedRestoringActiveTasksAndCommitRunningStandbyTasksWithStateUpdaterDisabled
-
shouldNotCommitNonCorruptedRestoringActiveTasksAndNotCommitRunningStandbyTasksWithStateUpdaterEnabled
- shouldNotCommitNonRunningNonCorruptedTasks
diff --git a/test-catalog/test-common/test-common-runtime/tests.yaml
b/test-catalog/test-common/test-common-runtime/tests.yaml
index 9579b5bfdda..901cacb6910 100644
--- a/test-catalog/test-common/test-common-runtime/tests.yaml
+++ b/test-catalog/test-common/test-common-runtime/tests.yaml
@@ -11,6 +11,9 @@ org.apache.kafka.common.test.KafkaClusterThreadFactoryTest:
org.apache.kafka.common.test.TestKitNodeTest:
- testListenerName
- testSecurityProtocol
+org.apache.kafka.common.test.junit.ClusterTestBeforeEachTest:
+- testDefault
+- testNoAutoStart
org.apache.kafka.common.test.junit.ClusterTestExtensionsTest:
- testBrokerRestart
- testClusterAliveBrokers