Initial impl to support marking TE as zombie #794
Draft
GitHub Actions / Test Results
succeeded
Sep 25, 2025 in 0s
All 300 tests pass, 6 skipped in 7m 30s
306 tests 300 ✅ 7m 30s ⏱️
87 suites 6 💤
87 files 0 ❌
Results for commit 3a91985.
Annotations
Check notice on line 0 in .github
github-actions / Test Results
6 skipped tests found
There are 6 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
io.mantisrx.connector.iceberg.sink.writer.IcebergWriterStageTest ‑ shouldCloseOnTerminate()
io.mantisrx.connector.publish.core.QueryRegistryTest ‑ deregisterQueryTest()
io.mantisrx.connector.publish.core.QueryRegistryTest ‑ registerIdenticalQueryGetsDedupedTest()
io.mantisrx.connector.publish.core.QueryRegistryTest ‑ registerIdenticalQueryRemovalTest()
io.mantisrx.connector.publish.core.QueryRegistryTest ‑ registerQueryMultipleAppsRemovalTest()
io.mantisrx.publish.internal.discovery.MantisJobDiscoveryTest ‑ testJobDiscoveryFetchFailureHandlingAfterSuccess()
Check notice on line 0 in .github
github-actions / Test Results
306 tests found
There are 306 tests, see "Raw output" for the full list of tests.
Raw output
com.mantisrx.common.utils.LabelUtilsTest ‑ testAllPairsPresent
com.mantisrx.common.utils.LabelUtilsTest ‑ testAllPairsPresent2
com.mantisrx.common.utils.LabelUtilsTest ‑ testGenerate1Pair
com.mantisrx.common.utils.LabelUtilsTest ‑ testGenerate3Pairs
com.mantisrx.common.utils.LabelUtilsTest ‑ testGeneratePairMalformed
com.mantisrx.common.utils.LabelUtilsTest ‑ testGeneratePairNull
com.mantisrx.common.utils.LabelUtilsTest ‑ testGeneratePairPartialMalformed
com.mantisrx.common.utils.LabelUtilsTest ‑ testSerDe
com.mantisrx.common.utils.LabelUtilsTest ‑ testSomePairsPresent
com.mantisrx.common.utils.LabelUtilsTest ‑ testSomePairsPresent2
com.mantisrx.common.utils.LabelUtilsTest ‑ testSomePairsPresent3
io.mantisrx.common.AckTest ‑ testAckInstance
io.mantisrx.common.WorkerPortsTest ‑ shouldConstructValidWorkerPorts
io.mantisrx.common.WorkerPortsTest ‑ shouldNotConstructWorkerPorts
io.mantisrx.common.WorkerPortsTest ‑ shouldNotConstructWorkerPortsWithDuplicatePorts
io.mantisrx.common.WorkerPortsTest ‑ shouldNotConstructWorkerPortsWithInvalidPortRange
io.mantisrx.common.WorkerPortsTest ‑ testIfWorkerPortsIsSerializableByJson
io.mantisrx.common.WorkerPortsTest ‑ testWorkerPortsIsSerializableByJava
io.mantisrx.common.compression.CompressionUtilsTest ‑ shouldTokenizeWithEventsContainingPartialDelimiterMatches
io.mantisrx.common.compression.CompressionUtilsTest ‑ shouldTokenizeWithEventsContainingPartialDelimiterMatchesWithCustomDelimiter
io.mantisrx.common.compression.CompressionUtilsTest ‑ testCompression
io.mantisrx.common.compression.CompressionUtilsTest ‑ testDelimiterWiithPrefixMatchingEndOfMEssage
io.mantisrx.common.compression.CompressionUtilsTest ‑ testMultiline
io.mantisrx.common.properties.DynamicPropertyTest ‑ testAckInstance
io.mantisrx.common.properties.DynamicPropertyTest ‑ testStringDynamicProperty
io.mantisrx.connector.iceberg.sink.codecs.IcebergCodecsTest ‑ shouldEncodeAndDecodeDataFile()
io.mantisrx.connector.iceberg.sink.codecs.IcebergCodecsTest ‑ shouldEncodeAndDecodeRecord()
io.mantisrx.connector.iceberg.sink.committer.IcebergCommitterStageTest ‑ shouldCommitPeriodically()
io.mantisrx.connector.iceberg.sink.committer.IcebergCommitterStageTest ‑ shouldContinueOnCommitFailure()
io.mantisrx.connector.iceberg.sink.committer.IcebergCommitterStageTest ‑ shouldFailToInitializeWithMissingTable()
io.mantisrx.connector.iceberg.sink.committer.IcebergCommitterStageTest ‑ shouldInitializeWithExistingTable()
io.mantisrx.connector.iceberg.sink.writer.FixedIcebergWriterPoolTest ‑ shouldCloseWhenWriterExists()
io.mantisrx.connector.iceberg.sink.writer.FixedIcebergWriterPoolTest ‑ shouldFailToCloseWhenNoWriterExists()
io.mantisrx.connector.iceberg.sink.writer.FixedIcebergWriterPoolTest ‑ shouldFailToOpenNewWriterWhenMaximumPoolSizeExceeded()
io.mantisrx.connector.iceberg.sink.writer.FixedIcebergWriterPoolTest ‑ shouldFailToWriteWhenNoWriterExists()
io.mantisrx.connector.iceberg.sink.writer.FixedIcebergWriterPoolTest ‑ shouldGetFlushableWriters()
io.mantisrx.connector.iceberg.sink.writer.FixedIcebergWriterPoolTest ‑ shouldOpenNewWriter()
io.mantisrx.connector.iceberg.sink.writer.FixedIcebergWriterPoolTest ‑ shouldOpenWhenWriterExists()
io.mantisrx.connector.iceberg.sink.writer.FixedIcebergWriterPoolTest ‑ shouldWriteWhenWriterExists()
io.mantisrx.connector.iceberg.sink.writer.IcebergWriterStageTest ‑ shouldAddWriterOnNewPartition()
io.mantisrx.connector.iceberg.sink.writer.IcebergWriterStageTest ‑ shouldCloseAllWritersOnTimeThresholdWhenHighVolume()
io.mantisrx.connector.iceberg.sink.writer.IcebergWriterStageTest ‑ shouldCloseAllWritersOnTimeThresholdWhenLowVolume()
io.mantisrx.connector.iceberg.sink.writer.IcebergWriterStageTest ‑ shouldCloseOnSizeThreshold()
io.mantisrx.connector.iceberg.sink.writer.IcebergWriterStageTest ‑ shouldCloseOnTerminate()
io.mantisrx.connector.iceberg.sink.writer.IcebergWriterStageTest ‑ shouldCloseOnlyFlushableWritersOnSizeThreshold()
io.mantisrx.connector.iceberg.sink.writer.IcebergWriterStageTest ‑ shouldContinueOnWriteFailure()
io.mantisrx.connector.iceberg.sink.writer.IcebergWriterStageTest ‑ shouldFailToInitializeWithMissingTable()
io.mantisrx.connector.iceberg.sink.writer.IcebergWriterStageTest ‑ shouldInitializeWithExistingTable()
io.mantisrx.connector.iceberg.sink.writer.IcebergWriterStageTest ‑ shouldNoOpOnTimeThresholdWhenNoData()
io.mantisrx.connector.iceberg.sink.writer.IcebergWriterStageTest ‑ shouldNoOpWhenFailedToOpen()
io.mantisrx.connector.iceberg.sink.writer.IcebergWriterStageTest ‑ shouldNotCloseWhenUnderSizeThreshold()
io.mantisrx.connector.kafka.sink.MantisKafkaProducerConfigTest ‑ testDefaultKafkaProducerConfig
io.mantisrx.connector.kafka.sink.MantisKafkaProducerConfigTest ‑ testJobParamOverrides
io.mantisrx.connector.kafka.source.MantisKafkaConsumerConfigTest ‑ testDefaultConsumerConfig
io.mantisrx.connector.kafka.source.MantisKafkaConsumerConfigTest ‑ testJobParamOverrides
io.mantisrx.connector.kafka.source.MantisKafkaSourceConfigTest ‑ testDefaultConsumerConfig
io.mantisrx.connector.kafka.source.MantisKafkaSourceConfigTest ‑ testJobParamOverrides
io.mantisrx.connector.kafka.source.assignor.StaticPartitionAssignorTest ‑ invalidConsumerIndexTest
io.mantisrx.connector.kafka.source.assignor.StaticPartitionAssignorTest ‑ invalidTopicPartitionMapTest
io.mantisrx.connector.kafka.source.assignor.StaticPartitionAssignorTest ‑ invalidTotalConsumersTest
io.mantisrx.connector.kafka.source.assignor.StaticPartitionAssignorTest ‑ testStaticAssign1
io.mantisrx.connector.kafka.source.assignor.StaticPartitionAssignorTest ‑ testStaticAssign2
io.mantisrx.connector.kafka.source.assignor.StaticPartitionAssignorTest ‑ testStaticAssign3
io.mantisrx.connector.kafka.source.assignor.StaticPartitionAssignorTest ‑ testStaticAssignMoreConsumersThanPartitions
io.mantisrx.connector.publish.core.EventFilterTest ‑ basicEmptyEventFilterTest()
io.mantisrx.connector.publish.core.EventFilterTest ‑ basicFilterTest()
io.mantisrx.connector.publish.core.EventFilterTest ‑ missingClientIdFails()
io.mantisrx.connector.publish.core.EventFilterTest ‑ missingSubIdParamAlwaysPasses()
io.mantisrx.connector.publish.core.QueryRegistryTest ‑ deregisterQueryTest()
io.mantisrx.connector.publish.core.QueryRegistryTest ‑ registerIdenticalQueryGetsDedupedTest()
io.mantisrx.connector.publish.core.QueryRegistryTest ‑ registerIdenticalQueryRemovalTest()
io.mantisrx.connector.publish.core.QueryRegistryTest ‑ registerQueryForAnyLookupSpecificAppTest()
io.mantisrx.connector.publish.core.QueryRegistryTest ‑ registerQueryForAppLookupAnyTest()
io.mantisrx.connector.publish.core.QueryRegistryTest ‑ registerQueryMultipleAppsRemovalTest()
io.mantisrx.connector.publish.core.QueryRegistryTest ‑ registerQueryTest()
io.mantisrx.control.clutch.ClutchConfigurationTest ‑ shouldCreateClutchConfiguration
io.mantisrx.control.clutch.ClutchConfiguratorTest ‑ shouldCorrectlyBoundValues
io.mantisrx.control.clutch.ClutchConfiguratorTest ‑ shouldGetConfigWithoutException
io.mantisrx.control.clutch.ClutchConfiguratorTest ‑ shouldProduceValeusInSaneRange
io.mantisrx.control.clutch.ClutchConfiguratorTest ‑ testPercentileCalculation
io.mantisrx.control.clutch.ControlLoopTest ‑ shouldBeUnperturbedByOtherMetrics
io.mantisrx.control.clutch.ControlLoopTest ‑ shouldRemainInSteadyState
io.mantisrx.control.clutch.ControlLoopTest ‑ shouldScaleDown
io.mantisrx.control.clutch.ControlLoopTest ‑ shouldScaleUp
io.mantisrx.control.clutch.ControlLoopTest ‑ shouldScaleUpAndDown
io.mantisrx.control.clutch.ControlLoopTest ‑ shouldScaleUpAndDownWithValuesInDifferentRange
io.mantisrx.control.clutch.ExperimentalControlLoopTest ‑ shouldCallActuator
io.mantisrx.control.clutch.ExperimentalControlLoopTest ‑ shouldHandleScalingDisabledAndEnabled
io.mantisrx.control.clutch.ExperimentalControlLoopTest ‑ shouldIntegrateErrorDuringCoolDown
io.mantisrx.control.clutch.ExperimentalControlLoopTest ‑ shouldIntegrateErrorWithDecay
io.mantisrx.control.clutch.ExperimentalControlLoopTest ‑ testLagDerivativeInMetricComputer
io.mantisrx.control.controllers.IntegratorTest ‑ shouldIntegrateInputs
io.mantisrx.control.controllers.IntegratorTest ‑ shouldSupportDecay
io.mantisrx.control.controllers.IntegratorTest ‑ shouldSupportMinMax
io.mantisrx.control.controllers.PIDControllerTest ‑ shouldComputeSignal
io.mantisrx.discovery.proto.AppJobClustersMapTest ‑ testDeSerFromString
io.mantisrx.discovery.proto.AppJobClustersMapTest ‑ testSerDe
io.mantisrx.extensions.dynamodb.DynamoDBClientSingletonTest ‑ highAvailabilityServices
io.mantisrx.extensions.dynamodb.DynamoDBLeaderElectorTest ‑ becomesCurrentLeader
io.mantisrx.extensions.dynamodb.DynamoDBLeaderElectorTest ‑ givesUpLeadership
io.mantisrx.extensions.dynamodb.DynamoDBLeaderElectorTest ‑ respectsExistingLock
io.mantisrx.extensions.dynamodb.DynamoDBLeaderElectorTest ‑ restartsOnFailures
io.mantisrx.extensions.dynamodb.DynamoDBLeaderElectorTest ‑ shutdownAsLeader
io.mantisrx.extensions.dynamodb.DynamoDBLeaderElectorTest ‑ shutdownNotAsLeader
io.mantisrx.extensions.dynamodb.DynamoDBMasterMonitorSingletonTest ‑ getCurrentLeader
io.mantisrx.extensions.dynamodb.DynamoDBMasterMonitorSingletonTest ‑ monitorDoesNotReturnNull
io.mantisrx.extensions.dynamodb.DynamoDBMasterMonitorSingletonTest ‑ runShutdown
io.mantisrx.extensions.dynamodb.DynamoDBStoreTest ‑ testInsertAndDelete
io.mantisrx.extensions.dynamodb.DynamoDBStoreTest ‑ testInsertAndDeleteMoreThan25
io.mantisrx.extensions.dynamodb.DynamoDBStoreTest ‑ testInsertAndGetAllMoreThan25
io.mantisrx.extensions.dynamodb.DynamoDBStoreTest ‑ testInsertAndGetAllMoreThanLimit
io.mantisrx.extensions.dynamodb.DynamoDBStoreTest ‑ testUpsertAndGetAllPkMoreThanLimit
io.mantisrx.extensions.dynamodb.DynamoDBStoreTest ‑ testUpsertMoreThan25andGetAllPk
io.mantisrx.extensions.dynamodb.DynamoDBStoreTest ‑ testUpsertOrdered
io.mantisrx.publish.AbstractSubscriptionTrackerTest ‑ testDefaultStreamKeyAsStreamName()
io.mantisrx.publish.AbstractSubscriptionTrackerTest ‑ testDiscardSubscriptionsBeyondMax()
io.mantisrx.publish.AbstractSubscriptionTrackerTest ‑ testMaxSubscriptionCountChange()
io.mantisrx.publish.AbstractSubscriptionTrackerTest ‑ testSubscriptionUpdate()
io.mantisrx.publish.AbstractSubscriptionTrackerTest ‑ testUpdateMultipleStreams()
io.mantisrx.publish.AbstractSubscriptionTrackerTest ‑ testUpdateMultipleStreamsWithUnionSubscriptions()
io.mantisrx.publish.DefaultSubscriptionTrackerTest ‑ testSubsNotRefreshOnNoRegisteredStreams()
io.mantisrx.publish.DefaultSubscriptionTrackerTest ‑ testSubscriptionsFetchFailureHandling()
io.mantisrx.publish.DefaultSubscriptionTrackerTest ‑ testSubscriptionsResolveToMajorityAmongWorkers()
io.mantisrx.publish.EventDrainerTest ‑ shouldDrainAndNoopForNonexistentSubscribers()
io.mantisrx.publish.EventDrainerTest ‑ shouldDrainAndSendForExistingSubscribers()
io.mantisrx.publish.EventProcessorTest ‑ shouldHandleJava8Time()
io.mantisrx.publish.EventProcessorTest ‑ shouldMaskSensitiveFields()
io.mantisrx.publish.EventProcessorTest ‑ shouldReturnEmptyEventForStream()
io.mantisrx.publish.EventProcessorTest ‑ shouldReturnEnrichedEventForStream()
io.mantisrx.publish.StreamManagerTest ‑ testAddRemoveStreamSubscription()
io.mantisrx.publish.StreamManagerTest ‑ testAddRemoveStreamSubscription2()
io.mantisrx.publish.StreamManagerTest ‑ testAddRemoveStreamSubscriptionId()
io.mantisrx.publish.StreamManagerTest ‑ testAddStreamSubscription()
io.mantisrx.publish.StreamManagerTest ‑ testCreateStreamQueue()
io.mantisrx.publish.StreamManagerTest ‑ testInvalidSubscription()
io.mantisrx.publish.StreamManagerTest ‑ testStreamLimits()
io.mantisrx.publish.internal.discovery.MantisJobDiscoveryTest ‑ testJobDiscoveryFetch()
io.mantisrx.publish.internal.discovery.MantisJobDiscoveryTest ‑ testJobDiscoveryFetch4XXRespHandling()
io.mantisrx.publish.internal.discovery.MantisJobDiscoveryTest ‑ testJobDiscoveryFetchFailureHandlingAfterSuccess()
io.mantisrx.publish.internal.discovery.mantisapi.DefaultMantisApiClientTest ‑ simpleTest()
io.mantisrx.runtime.MachineDefinitionTest ‑ testMachineDefinition
io.mantisrx.runtime.core.MantisStreamImplTest ‑ testGraphApi
io.mantisrx.runtime.core.MantisStreamImplTest ‑ testTopSort
io.mantisrx.runtime.core.functions.FunctionCombinatorTest ‑ testKeyedFunction
io.mantisrx.runtime.core.functions.FunctionCombinatorTest ‑ testKeyedWindowWithReduce
io.mantisrx.runtime.core.functions.FunctionCombinatorTest ‑ testSimple
io.mantisrx.runtime.descriptor.DeploymentStrategyTest ‑ shouldNotRequireInheritInstanceCheck
io.mantisrx.runtime.descriptor.DeploymentStrategyTest ‑ shouldRequireInheritInstanceCheck
io.mantisrx.runtime.descriptor.DeploymentStrategyTest ‑ testSerialization
io.mantisrx.runtime.descriptor.DeploymentStrategyTest ‑ testSerializationBackCompat
io.mantisrx.runtime.descriptor.JobScalingRuleTest ‑ jobScalingRuleDeserialization
io.mantisrx.runtime.descriptor.JobScalingRuleTest ‑ jobScalingRuleDeserializationWithUnknownProperties
io.mantisrx.runtime.descriptor.JobScalingRuleTest ‑ jobScalingRuleSerialization
io.mantisrx.runtime.descriptor.JobScalingRuleTest ‑ jobScalingRuleSerializationWithEmptyScalingPolicies
io.mantisrx.runtime.descriptor.SchedulingInfoTest ‑ buildWithInheritInstanceTest
io.mantisrx.runtime.descriptor.SchedulingInfoTest ‑ testSerialization
io.mantisrx.runtime.descriptor.SchedulingInfoTest ‑ testSerializationWithSkuId
io.mantisrx.runtime.descriptor.StageScalingPolicyTest ‑ testDeserialization
io.mantisrx.runtime.descriptor.StageScalingPolicyTest ‑ testSerialization
io.mantisrx.runtime.loader.SubscriptionStateHandlerImplTest ‑ testSubscriptionState
io.mantisrx.runtime.loader.cgroups.TestCgroup ‑ testLongOverflow
io.mantisrx.runtime.loader.cgroups.TestCgroup ‑ testReadingMetrics
io.mantisrx.runtime.loader.cgroups.TestCgroup ‑ testReadingStatFiles
io.mantisrx.runtime.loader.cgroups.TestCpuAcctsSubsystemProcess ‑ testCgroupsV2
io.mantisrx.runtime.loader.cgroups.TestCpuAcctsSubsystemProcess ‑ testWhenCgroupsReturnsCorrectData
io.mantisrx.runtime.loader.cgroups.TestMemorySubsystemProcess ‑ testCgroupv2
io.mantisrx.runtime.loader.cgroups.TestMemorySubsystemProcess ‑ testHappyPath
io.mantisrx.runtime.loader.cgroups.TestNetworkSubsystemProcess ‑ testValidPath
io.mantisrx.runtime.parameter.ParametersTest ‑ testGet
io.mantisrx.runtime.parameter.ParametersTest ‑ testGetWithDefaultValue
io.mantisrx.runtime.parameter.SinkParameterTest ‑ testGenerateURI
io.mantisrx.runtime.parameter.SinkParameterTest ‑ testGenerateURI2
io.mantisrx.runtime.parameter.SinkParameterTest ‑ testGenerateURI3
io.mantisrx.runtime.parameter.SinkParameterTest ‑ testGenerateURI4
io.mantisrx.runtime.parameter.SourceJobParametersTest ‑ shouldChangeSecondTargetId
io.mantisrx.runtime.parameter.SourceJobParametersTest ‑ shouldChangeSecondTargetIdWithDefaults
io.mantisrx.runtime.parameter.SourceJobParametersTest ‑ shouldInsertDefaultClientIdIfNoneIsPresent
io.mantisrx.runtime.parameter.SourceJobParametersTest ‑ shouldNotChangeSingleSourceWithClientId
io.mantisrx.runtime.parameter.SourceJobParametersTest ‑ shouldNotImpactUnrelatedSource
io.mantisrx.runtime.parameter.SourceJobParametersTest ‑ shouldParseEmptyJson
io.mantisrx.runtime.parameter.SourceJobParametersTest ‑ shouldParseTargetInfoJson
io.mantisrx.runtime.parameter.TestSerialization ‑ testSerializationOfParameters
io.mantisrx.runtime.scheduler.MantisRxSingleThreadSchedulerTest ‑ testObserveOnAfterOnCompleteMantisRxScheduler
io.mantisrx.server.core.ExecuteStageRequestTest ‑ testIfExecuteStageRequestIsSerializableAndDeserializableFromJackson
io.mantisrx.server.core.ExecuteStageRequestTest ‑ testIfExecuteStageRequestIsSerializableAndDeserializableFromJacksonWhenJobProviderClassIsEmpty
io.mantisrx.server.core.ExecuteStageRequestTest ‑ testSerialization
io.mantisrx.server.core.JobSchedulingInfoTest ‑ testEquals
io.mantisrx.server.core.TimeBufferedWorkerOutlierTest ‑ testOutlier
io.mantisrx.server.core.WorkerAssignmentsTest ‑ testEquals
io.mantisrx.server.core.WorkerHostTest ‑ testEquals
io.mantisrx.server.core.WorkerOutlierTest ‑ testOutlier
io.mantisrx.server.core.WorkerOutlierTest ‑ testOutlierMultipleWorkers
io.mantisrx.server.core.domain.JobMetadataTest ‑ testGetJobArtifact
io.mantisrx.server.core.domain.WorkerIdTest ‑ testIfWorkerIdIsSerializableUsingJava
io.mantisrx.server.core.domain.WorkerIdTest ‑ testSerializationAndDeserialization
io.mantisrx.server.master.client.MantisMasterClientApiTest ‑ testGetScalerRuleInfoRetry
io.mantisrx.server.master.client.MantisMasterClientApiTest ‑ testGetSchedulingInfoRetry
io.mantisrx.server.master.client.MantisMasterClientApiTest ‑ testScaleStageRequestRetries
io.mantisrx.server.master.client.MantisMasterClientApiTest ‑ testScaleStageRequestRetriesNewMaster
io.mantisrx.server.master.client.MasterClientWrapperTest ‑ testNamedJobExists
io.mantisrx.server.master.resourcecluster.TaskExecutorHeartbeatTest ‑ testHeartbeat
io.mantisrx.server.master.resourcecluster.TaskExecutorRegistrationTest ‑ testDeserializationForV2
io.mantisrx.server.master.resourcecluster.TaskExecutorRegistrationTest ‑ testSchedulingAttributes
io.mantisrx.server.master.resourcecluster.TaskExecutorRegistrationTest ‑ testSerialization
io.mantisrx.server.master.resourcecluster.TaskExecutorRegistrationTest ‑ testTaskExecutorRegistrationDeserialization
io.mantisrx.server.worker.DataDroppedPayloadSetterTest ‑ testAggregateDropOperatorMetrics
io.mantisrx.server.worker.HeartbeatTest ‑ testSingleUsePayloads
io.mantisrx.server.worker.WorkerExecutionOperationsNetworkStageTest ‑ convertJobSchedulingInfoToWorkerMapInvalidInputTest
io.mantisrx.server.worker.WorkerExecutionOperationsNetworkStageTest ‑ convertJobSchedulingInfoToWorkerMapTest
io.mantisrx.server.worker.WorkerExecutionOperationsNetworkStageTest ‑ deferTest
io.mantisrx.server.worker.config.WorkerConfigurationTest ‑ testExcludeUnresolvedAttribute
io.mantisrx.server.worker.config.WorkerConfigurationTest ‑ testMoreThanOneKeyValuePair
io.mantisrx.server.worker.config.WorkerConfigurationTest ‑ testTaskExecutorAttributesWhenASingleValueKVPairIsPassed
io.mantisrx.server.worker.config.WorkerConfigurationTest ‑ testTaskExecutorAttributesWhenEmptyStringIsPassed
io.mantisrx.server.worker.jobmaster.AutoScaleMetricsConfigTest ‑ testAddSourceJobDropMetrics
io.mantisrx.server.worker.jobmaster.AutoScaleMetricsConfigTest ‑ testAddSourceJobDropMetricsEmptyString
io.mantisrx.server.worker.jobmaster.AutoScaleMetricsConfigTest ‑ testAddSourceJobDropMetricsThrowsException
io.mantisrx.server.worker.jobmaster.AutoScaleMetricsConfigTest ‑ testGenerateSourceJobMetricGroups
io.mantisrx.server.worker.jobmaster.AutoScaleMetricsConfigTest ‑ testGetAggregationAlgoForSourceJobMetrics
io.mantisrx.server.worker.jobmaster.JobAutoScalerTest ‑ testGetClutchConfigurationFromJson
io.mantisrx.server.worker.jobmaster.JobAutoScalerTest ‑ testScaleDown
io.mantisrx.server.worker.jobmaster.JobAutoScalerTest ‑ testScaleDownManagerDisabled
io.mantisrx.server.worker.jobmaster.JobAutoScalerTest ‑ testScaleDownNotLessThanMin
io.mantisrx.server.worker.jobmaster.JobAutoScalerTest ‑ testScaleUp
io.mantisrx.server.worker.jobmaster.JobAutoScalerTest ‑ testScaleUpOnDifferentScalingReasons
io.mantisrx.server.worker.jobmaster.JobAutoScalerTest ‑ testScalingResiliency
io.mantisrx.server.worker.jobmaster.SourceJobWorkerMetricsSubscriptionTest ‑ testGetResultsForAllSourceJobs
io.mantisrx.server.worker.jobmaster.SourceJobWorkerMetricsSubscriptionTest ‑ testGetSourceJobToClientMap
io.mantisrx.server.worker.jobmaster.WorkerMetricHandlerTest ‑ testDropDataMetricTriggersAutoScale
io.mantisrx.server.worker.jobmaster.WorkerMetricHandlerTest ‑ testKafkaLagAndUserDefinedTriggersAutoScale
io.mantisrx.server.worker.jobmaster.WorkerMetricHandlerTest ‑ testOutlierResubmitWorks
io.mantisrx.server.worker.jobmaster.WorkerMetricHandlerTest ‑ testSourceJobDropMetricTriggersAutoScale
io.mantisrx.server.worker.jobmaster.clutch.rps.RpsClutchConfigurationSelectorTest ‑ testApply
io.mantisrx.server.worker.jobmaster.clutch.rps.RpsClutchConfigurationSelectorTest ‑ testReturnSameConfigIfSetPointWithin5Percent
io.mantisrx.server.worker.jobmaster.clutch.rps.RpsClutchConfigurationSelectorTest ‑ testScalingPolicyFallback
io.mantisrx.server.worker.jobmaster.clutch.rps.RpsClutchConfigurationSelectorTest ‑ testSetPointDriftAdjust
io.mantisrx.server.worker.jobmaster.clutch.rps.RpsClutchConfigurationSelectorTest ‑ testSetPointQuantile
io.mantisrx.server.worker.jobmaster.clutch.rps.RpsMetricComputerTest ‑ testApply
io.mantisrx.server.worker.jobmaster.clutch.rps.RpsScaleComputerTest ‑ testApply
io.mantisrx.server.worker.jobmaster.clutch.rps.RpsScaleComputerTest ‑ testDefaultConfig
io.mantisrx.server.worker.jobmaster.control.actuators.MantisStageActuatorTest ‑ shouldCallScalerWhenInputChanged
io.mantisrx.server.worker.jobmaster.control.actuators.MantisStageActuatorTest ‑ shouldEchoCeilingOfInput
io.mantisrx.server.worker.jobmaster.control.actuators.MantisStageActuatorTest ‑ shouldReturnOriginalValueWhenScaleDownFails
io.mantisrx.server.worker.jobmaster.control.controllers.PIDControllerTest ‑ shouldControlCacheSizeToMaintainDesiredHitRate
io.mantisrx.server.worker.jobmaster.control.utils.ErrorComputerTest ‑ shouldComputeError
io.mantisrx.server.worker.jobmaster.control.utils.ErrorComputerTest ‑ shouldComputeInvertedError
io.mantisrx.server.worker.jobmaster.control.utils.ErrorComputerTest ‑ shouldTreatValuesWithinRopeAsZero
io.mantisrx.server.worker.jobmaster.control.utils.ErrorComputerTest ‑ shouldWorkWithAsymmetricalRope
io.mantisrx.server.worker.jobmaster.control.utils.IntegratorTest ‑ shouldBeginFromInitialSuppliedValue
io.mantisrx.server.worker.jobmaster.control.utils.IntegratorTest ‑ shouldIntegrateOverInput
io.mantisrx.server.worker.jobmaster.control.utils.IntegratorTest ‑ shouldRespectMaximumValue
io.mantisrx.server.worker.jobmaster.control.utils.IntegratorTest ‑ shouldRespectMinimumValue
io.mantisrx.server.worker.jobmaster.rules.CoordinatorActorTest ‑ testOnRuleRefreshRuleNoDefault
io.mantisrx.server.worker.jobmaster.rules.CoordinatorActorTest ‑ testOnRuleRefreshWithPerpetualRuleWithDefault
io.mantisrx.server.worker.jobmaster.rules.CustomRuleActorTest ‑ testHappyRun
io.mantisrx.server.worker.jobmaster.rules.CustomRuleActorTest ‑ testRunError
io.mantisrx.server.worker.jobmaster.rules.ScalerControllerActorTest ‑ testOnRuleRefreshFailedStart
io.mantisrx.server.worker.jobmaster.rules.ScalerControllerActorTest ‑ testOnRuleRefreshWithDesireSize
io.mantisrx.server.worker.jobmaster.rules.ScalerControllerActorTest ‑ testOnRuleRefreshWithDesireSizeOnly
io.mantisrx.server.worker.jobmaster.rules.ScalerControllerActorTest ‑ testOnRuleRefreshWithPerpetualRuleWithDefault
io.mantisrx.server.worker.jobmaster.rules.ScheduleRuleActorTest ‑ testBasicScheduleFromCron
io.mantisrx.server.worker.jobmaster.rules.ScheduleRuleActorTest ‑ testScheduleFromCronWithDuration
io.mantisrx.server.worker.jobmaster.rules.ScheduleRuleActorTest ‑ testScheduleWithDurationRecurring
io.mantisrx.test.containers.TestContainerHelloWorld ‑ testQuickSubmitJob
io.mantisrx.test.containers.TestContainerHelloWorld ‑ testRegularSubmitJob
io.reactivex.mantis.network.push.ConsistentHashingRouterTest ‑ shouldNotHaveHashCollisionsLargeJob()
io.reactivex.mantis.network.push.ConsistentHashingRouterTest ‑ shouldNotHaveHashCollisionsStageToStage()
io.reactivex.mantis.network.push.ConsistentHashingRouterTest ‑ shouldNotHaveHashCollisionsUsingKetamaExtended()
io.reactivex.mantis.network.push.TimedChunkerTest ‑ testBufferLength()
io.reactivex.mantis.network.push.TimedChunkerTest ‑ testMaxTime()
io.reactivex.mantis.network.push.TimedChunkerTest ‑ testProcessData()
io.reactivx.common.consistenthashing.ConsistentHashTest ‑ emptyNodeThrowsTest
io.reactivx.common.consistenthashing.ConsistentHashTest ‑ oneNodeTest
io.reactivx.common.consistenthashing.ConsistentHashTest ‑ twoNodeTest
io.reactivx.common.consistenthashing.ServerSlotManagerTest ‑ oneNodeTest
io.reactivx.common.consistenthashing.ServerSlotManagerTest ‑ threeNodeSameClientIdTest
io.reactivx.common.consistenthashing.ServerSlotManagerTest ‑ twoNodeDifferentClientIdTest
io.reactivx.common.consistenthashing.ServerSlotManagerTest ‑ twoNodeSameClientIdTest
io.reactivx.common.consistenthashing.ServerSlotManagerTest ‑ twoSameOneDifferentClientIdTest
io.reactivx.mantis.operators.OperatorGroupByTest ‑ innerEscapeCompleted
io.reactivx.mantis.operators.OperatorGroupByTest ‑ keySelectorThrows
io.reactivx.mantis.operators.OperatorGroupByTest ‑ normalBehavior
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testCompletionIfInnerNotSubscribed
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testEmpty
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testError
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testExceptionIfSubscribeToChildMoreThanOnce
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testFirstGroupsCompleteAndParentSlowToThenEmitFinalGroupsAndThenComplete
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testFirstGroupsCompleteAndParentSlowToThenEmitFinalGroupsWhichThenObservesOnAndDelaysAndThenCompletes
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testFirstGroupsCompleteAndParentSlowToThenEmitFinalGroupsWhichThenSubscribesOnAndDelaysAndThenCompletes
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testGroupBy
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testGroupByBackpressure
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testGroupByOnAsynchronousSourceAcceptsMultipleSubscriptions
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testGroupByWithElementSelector
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testGroupByWithElementSelector2
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testGroupedEventStream
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testGroupsWithNestedObserveOn
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testGroupsWithNestedSubscribeOn
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testIgnoringGroups
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testStaggeredCompletion
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testUnsubscribeOnNestedTakeAndAsyncInfiniteStream
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testUnsubscribeOnNestedTakeAndSyncInfiniteStream
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testUnsubscribeViaTakeOnGroupThenMergeAndTake
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testUnsubscribeViaTakeOnGroupThenTakeOnInner
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testgroupByBackpressure
io.reactivx.mantis.operators.OperatorGroupByTest ‑ testgroupByBackpressure2
io.reactivx.mantis.operators.OperatorGroupByTest ‑ valueSelectorThrows
Loading