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

Report end time at the end of the test #51

Closed
damies13 opened this issue Dec 18, 2019 · 2 comments
Closed

Report end time at the end of the test #51

damies13 opened this issue Dec 18, 2019 · 2 comments
Labels
enhancement New feature or request fix pending Fix for issue available in branch, pending merge to master Manager Issue Affects the Manager
Milestone

Comments

@damies13
Copy link
Owner

Describe the solution you'd like

And also test end time in the console?

image

@damies13 damies13 added enhancement New feature or request Manager Issue Affects the Manager labels Dec 18, 2019
@damies13
Copy link
Owner Author

damies13 commented Dec 18, 2019

I thought I had done that, but when I checked the code, it only happens if you used one of the auto-run modes, I guess I need to implement this for manual run as well.

This is the code that detects the end of a test:

if base.run_end > 0 and base.run_end < int(time.time()) and base.total_robots < 1 and not base.posttest:

Unfortunately it is inside an if clause that is triggered by the -r auto-run command line switch

damies13 added a commit that referenced this issue Dec 17, 2020
but not sure of the impact yet....
@damies13
Copy link
Owner Author

Fix Merged into Release v0.6.2

@damies13 damies13 added this to the v0.6.2 milestone Dec 18, 2020
@damies13 damies13 added the fix pending Fix for issue available in branch, pending merge to master label Dec 18, 2020
@damies13 damies13 modified the milestones: v0.6.2, Leave Pre-release Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fix pending Fix for issue available in branch, pending merge to master Manager Issue Affects the Manager
Projects
None yet
Development

No branches or pull requests

1 participant