Share via


Invoke-ServiceFabricChaosTestScenario

OBSOLETE. Please use Start-ServiceFabricChaos.

Invokes a test scenario to induce iterative failover and faults in a cluster.

Syntax

Default (Default)

Invoke-ServiceFabricChaosTestScenario
    [-TimeToRunMinute] <UInt32>
    [-MaxClusterStabilizationTimeoutSec] <UInt32>
    [-WaitTimeBetweenIterationsSec <UInt32>]
    [-WaitTimeBetweenFaultsSec <UInt32>]
    [-MaxConcurrentFaults <UInt32>]
    [-EnableMoveReplicaFaults]
    [-TimeoutSec <Int32>]
    [<CommonParameters>]

Description

This cmdlet is obsolete in favor of Start-ServiceFabricChaos.

Parameters

-EnableMoveReplicaFaults

Indicates that this cmdlet enables move replica faults.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-MaxClusterStabilizationTimeoutSec

Specifies the maximum time-out period, in seconds, for a cluster to stabilize after a fault before failing the test.

Parameter properties

Type:UInt32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:1
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-MaxConcurrentFaults

Specifies the maximum number of concurrent faults.

Parameter properties

Type:UInt32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TimeoutSec

Specifies the time-out period, in seconds, for the operation.

Parameter properties

Type:Int32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-TimeToRunMinute

Specifies the total time, in minutes, for the scenario to run.

Parameter properties

Type:UInt32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:0
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WaitTimeBetweenFaultsSec

Specifies the maximum wait time, in seconds, between consecutive faults. The larger the value the lower the concurrency.

Parameter properties

Type:UInt32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WaitTimeBetweenIterationsSec

Specifies the wait time, in seconds, for the duration between iterations.

Parameter properties

Type:UInt32
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

System.Object