Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Invoke-ServiceFabricChaosTestScenario
- Module:
- ServiceFabric Module
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
-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
-MaxConcurrentFaults
Specifies the maximum number of concurrent faults.
Parameter properties
| Type: | UInt32 |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
-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
-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
-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
-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
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.
