-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added scenario retries info params #2496
Added scenario retries info params #2496
Conversation
Signed-off-by: Piotr Nestorow <piotr.nestorow@systemverification.com>
@sriv |
yes, looks like a reasonable change proposal. |
Signed-off-by: Piotr Nestorow <piotr.nestorow@systemverification.com>
Benchmark Results
Notes
See Workflow log for more details. |
Signed-off-by: Piotr Nestorow <piotr.nestorow@systemverification.com>
Signed-off-by: Piotr Nestorow <piotr.nestorow@systemverification.com>
@PiotrNestor Thank you for contributing to gauge. Your pull request has been labeled as a release candidate 🎉🎉. Merging this PR will trigger a release. Please bump up the version as part of this PR.Instructions to bump the version can found at CONTRIBUTING.md If the CONTRIBUTING.md file does not exist or does not include instructions about bumping up the version, please looks previous commits in git history to see what changes need to be done. |
@sriv
Support for scenario retries data in ExecutionInfo.
This provides scenario execution retries information in the hooks context.
This is used to decide if:
Some other notes related to '--max-retries-count'
Related updates in:
https://github.com/system-verification/gauge-proto/tree/retries-info-in-context
https://github.com/system-verification/gauge-csharp-lib/tree/retries-info-in-context
https://github.com/system-verification/gauge-dotnet/tree/retries-info-in-context
The updated 'gauge' runner tested with unmodified plugin runners and reporters. These work OK