Share via


Test-ServiceFabricApplication

Validates the health and availability of a Service Fabric application.

Syntax

Default (Default)

Test-ServiceFabricApplication
    [-ApplicationName] <Uri>
    [-MaxStabilizationTimeoutSec] <Int32>
    [-TimeoutSec <Int32>]
    [<CommonParameters>]

Description

The Test-ServiceFabricApplication cmdlet tests the availability and health of a Service Fabric application. This cmdlet verifies that all the services contained in the application are at the target replica set size and that the service health is good. This cmdlet also validates that all replicas belonging to each service are ready and not in an transitional state like InBuild (ServiceReplicaStatus). Use this cmdlet to verify that your application and its services are stable after inducing any fault into the system.

Before using this cmdlet, connect to the Service Fabric cluster.

Examples

Example 1: Validate an application

PS C:\> Test-ServiceFabricApplication -ApplicationName fabric:/AppName -MaxStabilizationTimeoutSec 240

This command tests all of the services in the specified application to make sure that they are stable within 240 seconds.

Parameters

-ApplicationName

Specifies the name of the application to validate.

Parameter properties

Type:Uri
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:True
Value from remaining arguments:False

-MaxStabilizationTimeoutSec

Specifies the maximum time-out period, in seconds, for the application to stabilize before failing the validate command.

Parameter properties

Type:Int32
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

-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

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

System.Uri

Outputs

System.Object