PragmaticFlow/NBomber

[Test] fault tolerance for multiple ReportingSink/WorkerPlugin

Open

#346 opened on 2021年5月6日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)CSS (118 forks)batch import
good first issuetest

Repository metrics

Stars
 (1,926 stars)
PR merge metrics
 (平均マージ 11h 10m) (30d で 1 merged PR)

説明

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

コントリビューターガイド