PragmaticFlow/NBomber

[Test] fault tolerance for multiple ReportingSink/WorkerPlugin

Ouverte

#346 ouverte le 6 mai 2021

 (0 commentaire) (0 réaction) (0 personne assignée)CSS (118 forks)batch import
good first issuetest

Métriques du dépôt

Stars
 (1 926 étoiles)
Métriques de merge PR
 (Merge moyen 11h 10m) (1 PR mergée en 30 j)

Description

Test Init:

  • test that during TestInit, if some sink throws an exception - it will stop test execution
  • test that during TestInit, if some sink plugin throws an exception - it will stop test execution

Test Execution

  • test if you have multiple ReportingSinks and one failed during work it will not stop others
  • test if you have multiple WorkerPlugins and one failed during work it will not stop others

Test Stop:

  • test that during TestStop, if some sink fail, it will not stop others
  • test that during TestStop, if some plugin fail, it will not stop others

Guide contributeur