PragmaticFlow/NBomber
[Test] fault tolerance for multiple ReportingSink/WorkerPlugin
开放
#346 创建于 2021年5月6日
good first issuetest
仓库指标
- 星标
- (1,926 个星标)
- PR 合并指标
- (平均合并 11小时 10分钟) (30 天内合并 1 个 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