Anton Moldovan

Results 69 issues of Anton Moldovan

AC - [ ] It should be canceled when Scenario execution reaches the end. - [ ] it should be available on Sceanrio.Create, ScenarioInit and ScenarioClean

5.6

AC: - example of [NBomber.Sinks.InfluxDB](https://github.com/PragmaticFlow/NBomber.Sinks.InfluxDB)

new feature

Reference: https://github.com/PragmaticFlow/NBomber/discussions/662 ```csharp NBomberRunner .RegisterScenarios(scenario1, scenario2) .WithLoadSimulations(loadSimulation, probablityDistribution: optional) ``` or ```csharp Scenario.Create("") .WithLoadSimulations() .WithProbability(3) ```

new feature
5.8

https://spectreconsole.net/widgets/barchart https://spectreconsole.net/widgets/breakdownchart

new feature

Links: - [NBomber Logger](http://localhost:3000/docs/nbomber/logger#storing-logs-in-databases) - [Loki](https://grafana.com/oss/loki) - [Serilog Sink](https://github.com/serilog-contrib/serilog-sinks-grafana-loki) - [Docker](https://grafana.com/docs/loki/latest/setup/install/docker)

5.7

https://docs.locust.io/en/stable/custom-load-shape.html https://k6.io/docs/javascript-api/k6-execution/ [Poisson Distributions](https://medium.com/sage-ai/load-testing-api-endpoints-simulating-real-world-api-traffic-with-poisson-distributions-b1e4fca7085d) ``` context.AddScenarioCopy() or context.SetScenarioCopy() context.ScenarioInfo.GetScenarioCopyCount() context.ScenarioInfo.GetFailsCount() ```

new feature
5.9

AC: - We need to support pause via Step.Pause(context, duration) - In statistics, pause instances should be displayed as a single row(per scenario) to show the sum of all pauses...

new feature

AC: - Http tracing should work for NBomber.HTTP via configuration parameter - https://stackoverflow.com/questions/18924996/logging-request-response-messages-when-using-httpclient - https://www.jordanbrown.dev/2021/02/06/2021/http-to-raw-string-csharp/

5.6

![image](https://github.com/PragmaticFlow/NBomber/assets/1080518/9e0efaee-2fda-4891-98d2-38098bb422f5)

bug
5.6

Workstation Name = It can contain region, machine size, etc Coordinator assignment number = sequential number for agents within the Agent Group [0..n]

new feature