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 6198edd0eb4 Update test catalog data for GHA workflow run 23754379720
6198edd0eb4 is described below
commit 6198edd0eb4bdf370f6b136a6ea95f6cc32cffe5
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 30 21:43:36 2026 +0000
Update test catalog data for GHA workflow run 23754379720
Commit:
https://github.com/apache/kafka/commit/a35d6492fbf8068cdb025419178434cbae3a991b
GitHub Run: https://github.com/apache/kafka/actions/runs/23754379720
---
test-catalog/clients/tests.yaml | 92 ++++++++++++++++++++--------------------
test-catalog/metadata/tests.yaml | 7 +++
test-catalog/server/tests.yaml | 2 +
3 files changed, 55 insertions(+), 46 deletions(-)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 8da3c34ddc9..962f20a70bb 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -5376,23 +5376,6 @@ org.apache.kafka.common.utils.ByteBufferOutputStreamTest:
- testWriteDirectByteBuffer
org.apache.kafka.common.utils.ByteBufferUnmapperTest:
- testUnmap
-org.apache.kafka.common.utils.ByteUtilsTest:
-- testCorrectnessReadUnsignedVarint
-- testCorrectnessWriteUnsignedVarint
-- testDouble
-- testInvalidVarint
-- testInvalidVarlong
-- testReadInt
-- testReadUnsignedInt
-- testReadUnsignedIntLEFromArray
-- testReadUnsignedIntLEFromInputStream
-- testSizeOfUnsignedVarint
-- testSizeOfVarlong
-- testUnsignedVarintSerde
-- testVarintSerde
-- testVarlongSerde
-- testWriteUnsignedIntLEToArray
-- testWriteUnsignedIntLEToOutputStream
org.apache.kafka.common.utils.BytesTest:
- testBytesLexicographicCases
- testIncrement
@@ -5443,35 +5426,6 @@ org.apache.kafka.common.utils.FixedOrderMapTest:
- shouldForbidConditionalRemove
- shouldForbidRemove
- shouldMaintainOrderWhenAdding
-org.apache.kafka.common.utils.ImplicitLinkedHashCollectionTest:
-- testCollisions
-- testEmptyListIterator
-- testEnlargement
-- testEquals
-- testFindContainsRemoveOnEmptyCollection
-- testInsertDelete
-- testInsertingTheSameObjectMultipleTimes
-- testListIteratorCreation
-- testListIteratorRemove
-- testListIteratorTraversal
-- testListViewGet
-- testListViewModification
-- testManyInsertsAndDeletes
-- testMoveToEnd
-- testNullForbidden
-- testRemovals
-- testSameKeysDifferentValues
-- testSetViewGet
-- testSetViewModification
-- testSort
-- testTraversal
-org.apache.kafka.common.utils.ImplicitLinkedHashMultiCollectionTest:
-- testEnlargement
-- testFindFindAllContainsRemoveOnEmptyCollection
-- testInsertDelete
-- testManyInsertsAndDeletes
-- testNullForbidden
-- testTraversal
org.apache.kafka.common.utils.JavaTest:
- testIsIBMJdk
- testIsIBMJdkSemeru
@@ -5587,5 +5541,51 @@
org.apache.kafka.common.utils.annotation.ApiKeyVersionsProviderTest:
- testProvideArgumentsWithDefaultRange
- testProvideArgumentsWithExplicitRange
- testToVersionTooNewThrowsException
+org.apache.kafka.common.utils.internals.ByteUtilsTest:
+- testCorrectnessReadUnsignedVarint
+- testCorrectnessWriteUnsignedVarint
+- testDouble
+- testInvalidVarint
+- testInvalidVarlong
+- testReadInt
+- testReadUnsignedInt
+- testReadUnsignedIntLEFromArray
+- testReadUnsignedIntLEFromInputStream
+- testSizeOfUnsignedVarint
+- testSizeOfVarlong
+- testUnsignedVarintSerde
+- testVarintSerde
+- testVarlongSerde
+- testWriteUnsignedIntLEToArray
+- testWriteUnsignedIntLEToOutputStream
+org.apache.kafka.common.utils.internals.ImplicitLinkedHashCollectionTest:
+- testCollisions
+- testEmptyListIterator
+- testEnlargement
+- testEquals
+- testFindContainsRemoveOnEmptyCollection
+- testInsertDelete
+- testInsertingTheSameObjectMultipleTimes
+- testListIteratorCreation
+- testListIteratorRemove
+- testListIteratorTraversal
+- testListViewGet
+- testListViewModification
+- testManyInsertsAndDeletes
+- testMoveToEnd
+- testNullForbidden
+- testRemovals
+- testSameKeysDifferentValues
+- testSetViewGet
+- testSetViewModification
+- testSort
+- testTraversal
+org.apache.kafka.common.utils.internals.ImplicitLinkedHashMultiCollectionTest:
+- testEnlargement
+- testFindFindAllContainsRemoveOnEmptyCollection
+- testInsertDelete
+- testManyInsertsAndDeletes
+- testNullForbidden
+- testTraversal
org.apache.kafka.server.policy.AlterConfigPolicyTest:
- testRequestMetadataEquals
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 576b9bf0415..718f8e64bf8 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -97,6 +97,8 @@ org.apache.kafka.controller.ConfigurationControlManagerTest:
- testMaybeGenerateElrSafetyRecords
- testRejectMinIsrChangeWhenElrEnabled
- testReplay
+- testReplayFiltersInvalidConfigs
+- testValidateAlterConfigWithInvalidExistingConfigs
org.apache.kafka.controller.EventPerformanceMonitorTest:
- testDefaultPeriodNs
- testDoNotLogFastEvent
@@ -428,6 +430,8 @@ org.apache.kafka.image.ClusterImageTest:
- testImage3RoundTrip
org.apache.kafka.image.ConfigurationsImageTest:
- testApplyDelta1
+- testConfigurationDeltaFiltering
+- testConfigurationDeltaWithoutFiltering
- testEmptyImageRoundTrip
- testImage1RoundTrip
- testImage2RoundTrip
@@ -508,6 +512,7 @@ org.apache.kafka.image.loader.MetadataBatchLoaderTest:
- testUnexpectedAbortTransaction
- testUnexpectedBeginTransaction
- testUnexpectedEndTransaction
+- testUnsupportedConfigFilteredInBatch
org.apache.kafka.image.loader.MetadataLoaderTest:
- testCatchingUpState
- testCreateAndClose
@@ -523,6 +528,8 @@ org.apache.kafka.image.loader.MetadataLoaderTest:
- testReloadSnapshot
- testRemovePublisher
- testSnapshotDuringTransaction
+- testUnsupportedConfigFilteredInCommit
+- testUnsupportedConfigFilteredInSnapshot
org.apache.kafka.image.loader.metrics.MetadataLoaderMetricsTest:
- testAvgIdleRatio
- testFinalizedFeatureLevelMetrics
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 094e4495542..734a3411e1b 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -262,6 +262,8 @@ org.apache.kafka.server.config.AbstractKafkaConfigTest:
- testPopulateSynonymsOnEmptyMap
- testPopulateSynonymsOnMapWithoutBrokerId
- testPopulateSynonymsOnMapWithoutNodeId
+org.apache.kafka.server.config.DefaultSupportedConfigCheckerTest:
+- testIsSupported
org.apache.kafka.server.config.DelegationTokenManagerConfigsTest:
- testDefaults
- testInvalidProperty