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

commit eec3fff73e1a79383b73beaaa3189681285cf053
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 11 08:12:14 2024 +0000

    Update test catalog data for GHA workflow run 11771930090
    
    Commit: 
https://github.com/apache/kafka/commit/7e5ffd3403c953e8fc80dfa89b6ca5601f3e64a2
    GitHub Run: https://github.com/apache/kafka/actions/runs/11771930090
---
 test-catalog/trogdor/tests.yaml | 107 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 107 insertions(+)

diff --git a/test-catalog/trogdor/tests.yaml b/test-catalog/trogdor/tests.yaml
new file mode 100644
index 00000000000..43d4d64e2ce
--- /dev/null
+++ b/test-catalog/trogdor/tests.yaml
@@ -0,0 +1,107 @@
+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.ThrottleTest:
+- testThrottle
+org.apache.kafka.trogdor.workload.TimeIntervalTransactionsGeneratorTest:
+- testCommitsTransactionAfterIntervalPasses
+org.apache.kafka.trogdor.workload.TopicsSpecTest:
+- testMaterialize
+- testPartitionNumbers
+- testPartitionsSpec

Reply via email to