Skip to content
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

Fix to writer fails with IndexError: list index out of range where timer has fired after the test has finished #55

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

dave00galloway
Copy link

If a timer completes after the test run time has ended, then result generation fails. This change allows the report to be generated anyway, and will either list timers that could not be graphed, or graph them anyway.

a new config option (defaulted to True) allows the user to control wheter to report results from after the test run finished, or to list these as "Invalid Timers" at the end of the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant