你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FailoverTestScenarioParameters Class

Definition

Caution

FailoverTestScenario and FailoverTestScenarioParameters are deprecated. Please use Chaos instead https://docs.microsoft.com/azure/service-fabric/service-fabric-controlled-chaos

This class defines all the test parameters to configure the FailoverTestScenario.

[System.Obsolete("FailoverTestScenario and FailoverTestScenarioParameters are deprecated.  Please use Chaos instead https://docs.microsoft.com/azure/service-fabric/service-fabric-controlled-chaos")]
[System.Serializable]
public class FailoverTestScenarioParameters : System.Fabric.Testability.Scenario.TestScenarioParameters
[<System.Obsolete("FailoverTestScenario and FailoverTestScenarioParameters are deprecated.  Please use Chaos instead https://docs.microsoft.com/azure/service-fabric/service-fabric-controlled-chaos")>]
[<System.Serializable>]
type FailoverTestScenarioParameters = class
    inherit TestScenarioParameters
Public Class FailoverTestScenarioParameters
Inherits TestScenarioParameters
Inheritance
FailoverTestScenarioParameters
Attributes

Constructors

FailoverTestScenarioParameters(PartitionSelector, TimeSpan, TimeSpan)

Constructor for the FailoverTestScenarioParameters.

Properties

MaxServiceStabilizationTimeout

The maximum amount of time to wait for the service to stabilize after a fault before failing the test.

PartitionSelector

The PartitionSelector which gives the partition that needs to be targeted for the test.

TimeToRun

Total time for which the scenario will run before ending.

(Inherited from TestScenarioParameters)
WaitTimeBetweenFaults

The maximum wait time between consecutive faults: the larger the value, the lower the concurrency (of faults).

(Inherited from TestScenarioParameters)

Applies to