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 at finish & bugfixes #51

Merged
merged 5 commits into from
Feb 6, 2024
Merged

Report at finish & bugfixes #51

merged 5 commits into from
Feb 6, 2024

Conversation

benjaminwood
Copy link
Contributor

This implements a new report_at_finish for debug purposes. We also discovered a few bugs in the process:

  1. A bug in the file correlator where test files were being correlated to test files 🔁
  2. A bug where the reconnect parameter would never be set upon reconnect.

We've also extended the max number of retries to 10.

benjaminwood and others added 4 commits February 2, 2024 17:24
This allows runners to report some additional data at the end of the run.
For example, we're using this to report the total amount of time spent
in before/after :all hooks in RSpec.

Co-authored-by: Nate Vick <nate.vick@hint.io>
Co-authored-by: Nate Vick <nate.vick@hint.io>
This is a bug and in some scenarios can produce a bunch of useless data
that slows things down.

Co-authored-by: Nate Vick <nate.vick@hint.io>
Co-authored-by: Nate Vick <nate.vick@hint.io>
@benjaminwood benjaminwood self-assigned this Feb 6, 2024
natevick
natevick previously approved these changes Feb 6, 2024
Ensure errors are handled so that it cannot prevent runner shutdown

Co-authored-by: Nate Vick <nate.vick@hint.io>
@benjaminwood benjaminwood merged commit cf5b5a4 into main Feb 6, 2024
4 checks passed
@benjaminwood benjaminwood deleted the report-at-finish branch February 6, 2024 17:53
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.

2 participants