C# Класс ChaosTest.ChaosService.ChaosService

This stateful service keeps inducing failovers and faults - chosen probabilistically - to the cluster, using ChaosTestScenario from Microsoft.ServiceFabric.Testability under the hood, hiding the fact that ChaosTestScenario runs in unit of iteration, giving the impression that the fault inducing is perennial.
Наследование: StatefulService
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ChaosService ( StatefulServiceContext context ) : System
GetEventsAsync ( ) : Task
StartAsync ( ) : Task

Starts the test.

StopAsync ( ) : Task

Защищенные методы

Метод Описание
CreateServiceReplicaListeners ( ) : IEnumerable
RunAsync ( CancellationToken runAsyncCancellationToken ) : Task

Приватные методы

Метод Описание
StoreEventAsync ( string eventString ) : Task

This method saves the description (eventString) and timestamp of the recentmost induced fault as a ChaosEntry in a Reliable Dictionary

TestScenarioProgressChanged ( object sender, ProgressChangedEventArgs e ) : void

This is the event-handler for the events coming into from ChaosTestScenario

Описание методов

ChaosService() публичный Метод

public ChaosService ( StatefulServiceContext context ) : System
context StatefulServiceContext
Результат System

CreateServiceReplicaListeners() защищенный Метод

protected CreateServiceReplicaListeners ( ) : IEnumerable
Результат IEnumerable

GetEventsAsync() публичный Метод

public GetEventsAsync ( ) : Task
Результат Task

RunAsync() защищенный Метод

protected RunAsync ( CancellationToken runAsyncCancellationToken ) : Task
runAsyncCancellationToken System.Threading.CancellationToken
Результат Task

StartAsync() публичный Метод

Starts the test.
public StartAsync ( ) : Task
Результат Task

StopAsync() публичный Метод

public StopAsync ( ) : Task
Результат Task