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 a2e23394925 Update test catalog data for GHA workflow run 12201683824
a2e23394925 is described below

commit a2e233949258298ff114d45ae266d780766b221a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 6 18:55:59 2024 +0000

    Update test catalog data for GHA workflow run 12201683824
    
    Commit: 
https://github.com/apache/kafka/commit/c9209892053a8c75e532e4d857e7800f63cc6455
    GitHub Run: https://github.com/apache/kafka/actions/runs/12201683824
---
 test-catalog/group-coordinator/tests.yaml |   2 +
 test-catalog/trogdor/tests.yaml           | 107 ++++++++++++++++++++++++++++++
 2 files changed, 109 insertions(+)

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 61a64eb48ed..c1f3d82a337 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -686,6 +686,7 @@ 
org.apache.kafka.coordinator.group.modern.consumer.ConsumerGroupTest:
 - testAsDescribedGroup
 - testAsListedGroup
 - testClassicMembersSupportedProtocols
+- testComputeSubscribedRegularExpressions
 - testComputeSubscribedTopicNames
 - testComputeSubscribedTopicNamesWithoutDeletedMembers
 - testCreateGroupTombstoneRecords
@@ -708,6 +709,7 @@ 
org.apache.kafka.coordinator.group.modern.consumer.ConsumerGroupTest:
 - testRemoveStaticMember
 - testStateTransitionMetrics
 - testSubscribedRegularExpressionCount
+- testSubscriptionType
 - testUpdateAndRemoveRegularExpression
 - testUpdateInvertedAssignment
 - testUpdateMember
diff --git a/test-catalog/trogdor/tests.yaml b/test-catalog/trogdor/tests.yaml
index b78edc38121..0057774cb02 100644
--- a/test-catalog/trogdor/tests.yaml
+++ b/test-catalog/trogdor/tests.yaml
@@ -1,3 +1,110 @@
+org.apache.kafka.trogdor.agent.AgentTest:
+- testAgentCreateWorkers
+- testAgentExecWithNormalExit
+- testAgentExecWithTimeout
+- testAgentFinishesTasks
+- testAgentGetStatus
+- testAgentGetUptime
+- testAgentProgrammaticShutdown
+- testAgentStartShutdown
+- testCreateExpiredWorkerIsNotScheduled
+- testDestroyWorkers
+- testKiboshFaults
+- testWorkerCompletions
+org.apache.kafka.trogdor.basic.BasicPlatformTest:
+- testCreateBasicPlatform
+org.apache.kafka.trogdor.common.JsonSerializationTest:
+- testDeserializationDoesNotProduceNulls
+org.apache.kafka.trogdor.common.JsonUtilTest:
+- testObjectFromCommandLineArgument
+- testOpenBraceComesFirst
+org.apache.kafka.trogdor.common.StringExpanderTest:
+- testExpansions
+- testNoExpansionNeeded
+org.apache.kafka.trogdor.common.StringFormatterTest:
+- testDateString
+- testDurationString
+- testPrettyPrintGrid
+org.apache.kafka.trogdor.common.TopologyTest:
+- testAgentNodeNames
+org.apache.kafka.trogdor.common.WorkerUtilsTest:
+- testAddConfigsToPropertiesAddsAllConfigs
+- testClientConfigOverwritesBothDefaultAndCommonConfigs
+- testCommonConfigOverwritesDefaultProps
+- testCreateNonExistingTopicsWithZeroTopicsDoesNothing
+- testCreateOneTopic
+- testCreateRetriesOnTimeout
+- testCreateTopicsFailsIfAtLeastOneTopicExists
+- testCreateZeroTopicsDoesNothing
+- testCreatesNotExistingTopics
+- testCreatesOneTopicVerifiesOneTopic
+- testExistingTopicsMustHaveRequestedNumberOfPartitions
+- testExistingTopicsNotCreated
+- testGetMatchingTopicPartitionsCorrectlyMatchesExactTopicName
+- testGetMatchingTopicPartitionsCorrectlyMatchesTopics
+- testVerifyTopics
+org.apache.kafka.trogdor.coordinator.CoordinatorClientTest:
+- testPrettyPrintTaskInfo
+org.apache.kafka.trogdor.coordinator.CoordinatorTest:
+- testAgentFailureAndTaskExpiry
+- testCoordinatorStatus
+- testCoordinatorUptime
+- testCreateTask
+- testNetworkPartitionFault
+- testTaskCancellation
+- testTaskDestruction
+- testTaskDistribution
+- testTaskRequest
+- testTaskRequestWithFutureStartMsDoesNotGetRun
+- testTaskRequestWithOldStartMsGetsUpdated
+- testTasksRequest
+- testTasksRequestMatches
+- testWorkersExitingAtDifferentTimes
+org.apache.kafka.trogdor.rest.RestExceptionMapperTest:
+- testToExceptionClassNotFoundException
+- testToExceptionNotFoundException
+- testToExceptionRuntimeException
+- testToExceptionSerializationException
+- testToResponseClassNotFoundException
+- testToResponseInvalidRequestException
+- testToResponseInvalidTypeIdException
+- testToResponseJsonMappingException
+- testToResponseNotFound
+- testToResponseSerializationException
+- testToResponseUnknownException
+org.apache.kafka.trogdor.task.TaskSpecTest:
+- testTaskSpecSerialization
+org.apache.kafka.trogdor.workload.ConsumeBenchSpecTest:
+- testInvalidTopicNameRaisesExceptionInMaterialize
+- testMaterializeTopicsWithNoPartitions
+- testMaterializeTopicsWithSomePartitions
+org.apache.kafka.trogdor.workload.ExternalCommandWorkerTest:
+- testProcessForceKillTimeout
+- testProcessNotFound
+- testProcessStop
+- testProcessWithFailedExit
+- testProcessWithNormalExit
+org.apache.kafka.trogdor.workload.HistogramTest:
+- testHistogramAverage
+- testHistogramPercentiles
+- testHistogramSamples
+org.apache.kafka.trogdor.workload.PayloadGeneratorTest:
+- testConstantPayloadGenerator
+- testNullPayloadGenerator
+- testPayloadIterator
+- testRandomComponentPayloadGenerator
+- testRandomComponentPayloadGeneratorErrors
+- testSequentialPayloadGenerator
+- testUniformRandomPayloadGenerator
+- testUniformRandomPayloadGeneratorPaddingBytes
 org.apache.kafka.trogdor.workload.ShareConsumeBenchSpecTest:
 - testExpandTopicNames
 - testInvalidNameRaisesException
+org.apache.kafka.trogdor.workload.ThrottleTest:
+- testThrottle
+org.apache.kafka.trogdor.workload.TimeIntervalTransactionsGeneratorTest:
+- testCommitsTransactionAfterIntervalPasses
+org.apache.kafka.trogdor.workload.TopicsSpecTest:
+- testMaterialize
+- testPartitionNumbers
+- testPartitionsSpec

Reply via email to