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 46a3f5f068c Update test catalog data for GHA workflow run 24455590028
46a3f5f068c is described below
commit 46a3f5f068c25db7f92eb5c7dd3f25b907a9f973
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 15 16:36:39 2026 +0000
Update test catalog data for GHA workflow run 24455590028
Commit:
https://github.com/apache/kafka/commit/2299a06e3199b82969e42d91eab7c40f6a45a0e8
GitHub Run: https://github.com/apache/kafka/actions/runs/24455590028
---
test-catalog/clients/tests.yaml | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 5b49759001e..e06748e0cb2 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -5376,9 +5376,6 @@
org.apache.kafka.common.telemetry.internals.TelemetryMetricNamingConventionTest:
- testNullPrefix
- testStandardConsumerMetrics
- testStandardProducerMetrics
-org.apache.kafka.common.utils.AbstractIteratorTest:
-- testEmptyIterator
-- testIterator
org.apache.kafka.common.utils.AppInfoParserTest:
- testClientIdWontAddRepeatedly
- testRegisterAppInfoRegistersMetrics
@@ -5418,10 +5415,6 @@ org.apache.kafka.common.utils.ChunkedBytesStreamTest:
- testEndOfSourceForMethodSkip
- testEofErrorForMethodReadFully
- testInvalidInputsForMethodRead
-org.apache.kafka.common.utils.CircularIteratorTest:
-- testCycleCollection
-- testEmptyCollection
-- testNullCollection
org.apache.kafka.common.utils.ConfigUtilsTest:
- testConfigMapToRedactedStringForEmptyMap
- testConfigMapToRedactedStringWithSecrets
@@ -5433,10 +5426,6 @@ org.apache.kafka.common.utils.ExitTest:
- shouldExitImmediately
- shouldHaltImmediately
- shouldNotInvokeShutdownHookImmediately
-org.apache.kafka.common.utils.FixedOrderMapTest:
-- shouldForbidConditionalRemove
-- shouldForbidRemove
-- shouldMaintainOrderWhenAdding
org.apache.kafka.common.utils.JavaTest:
- testIsIBMJdk
- testIsIBMJdkSemeru
@@ -5448,9 +5437,6 @@ org.apache.kafka.common.utils.MockTimeTest:
- testAutoTickMs
- testWaitObjectConditionSatisfied
- testWaitObjectTimeout
-org.apache.kafka.common.utils.PrimitiveRefTest:
-- testIntRef
-- testLongRef
org.apache.kafka.common.utils.SanitizerTest:
- testJmxSanitize
- testSanitize
@@ -5547,6 +5533,9 @@
org.apache.kafka.common.utils.annotation.ApiKeyVersionsProviderTest:
- testProvideArgumentsWithDefaultRange
- testProvideArgumentsWithExplicitRange
- testToVersionTooNewThrowsException
+org.apache.kafka.common.utils.internals.AbstractIteratorTest:
+- testEmptyIterator
+- testIterator
org.apache.kafka.common.utils.internals.ByteUtilsTest:
- testBytesLexicographicCases
- testCorrectnessReadUnsignedVarint
@@ -5568,6 +5557,10 @@ org.apache.kafka.common.utils.internals.ByteUtilsTest:
- testVarlongSerde
- testWriteUnsignedIntLEToArray
- testWriteUnsignedIntLEToOutputStream
+org.apache.kafka.common.utils.internals.CircularIteratorTest:
+- testCycleCollection
+- testEmptyCollection
+- testNullCollection
org.apache.kafka.common.utils.internals.ExponentialBackoffManagerTest:
- testBackOffWithJitter
- testBackOffWithoutJitter
@@ -5579,6 +5572,10 @@
org.apache.kafka.common.utils.internals.ExponentialBackoffTest:
- testExponentialBackoff
- testExponentialBackoffWithInvalidJitter
- testExponentialBackoffWithoutJitter
+org.apache.kafka.common.utils.internals.FixedOrderMapTest:
+- shouldForbidConditionalRemove
+- shouldForbidRemove
+- shouldMaintainOrderWhenAdding
org.apache.kafka.common.utils.internals.ImplicitLinkedHashCollectionTest:
- testCollisions
- testEmptyListIterator
@@ -5608,6 +5605,9 @@
org.apache.kafka.common.utils.internals.ImplicitLinkedHashMultiCollectionTest:
- testManyInsertsAndDeletes
- testNullForbidden
- testTraversal
+org.apache.kafka.common.utils.internals.PrimitiveRefTest:
+- testIntRef
+- testLongRef
org.apache.kafka.common.utils.internals.ThreadUtilsTest:
- testThreadNameWithNumberDemon
- testThreadNameWithNumberNoDemon