Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ChaosTestScenarioParameters Class

Definition

Namespace:
System.Fabric.Testability.Scenario
Assembly:
System.Fabric.dll
Package:
Microsoft.ServiceFabric v11.4.268

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Caution

This class is deprecated. Please use System.Fabric.Chaos.DataStructures.ChaosParameters instead.

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

[System.Obsolete("This class is deprecated. Please use System.Fabric.Chaos.DataStructures.ChaosParameters instead.")]
[System.Serializable]
public class ChaosTestScenarioParameters : System.Fabric.Testability.Scenario.TestScenarioParameters
[<System.Obsolete("This class is deprecated. Please use System.Fabric.Chaos.DataStructures.ChaosParameters instead.")>]
[<System.Serializable>]
type ChaosTestScenarioParameters = class
 inherit TestScenarioParameters
Public Class ChaosTestScenarioParameters
Inherits TestScenarioParameters
Inheritance
ChaosTestScenarioParameters
Attributes

Constructors

Name Description
ChaosTestScenarioParameters(TimeSpan, Int64, Boolean, TimeSpan)

Initializes a new instance of the ChaosTestScenarioParameters class.

Properties

Name Description
MaxClusterStabilizationTimeout

The maximum amount of time to wait for the cluster to stabilize after a fault before failing 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)
WaitTimeBetweenIterations

Wait time between two iterations for a random duration bound by this value.

Applies to


Feedback

Was this page helpful?