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

Tweak an error message #775

Merged
merged 1 commit into from Aug 21, 2020
Merged

Tweak an error message #775

merged 1 commit into from Aug 21, 2020

Conversation

koic
Copy link
Contributor

@koic koic commented Aug 21, 2020

I have encountered the following error message in real world application development.

RuntimeError: Runtime log file 'tmp/parallel_runtime_rspec.log' does not
contain sufficient data to sort 578 test files, please update it.

I think that removing a runtime log file may be a faster solution. This PR adds a hint to options users should choose.

Checklist

  • Feature branch is up-to-date with master (if not - rebase it).
  • Added tests.
  • Added an entry to the Changelog if the new
    code introduces user-observable changes.
  • Update Readme.md when cli options are changed

@koic koic force-pushed the tweak_error_message branch 2 times, most recently from d939244 to a7004d4 Compare August 21, 2020 03:48
I have encountered the following error message in real world
application development.

```console
RuntimeError: Runtime log file 'tmp/parallel_runtime_rspec.log' does not
contain sufficient data to sort 578 test files, please update it.
```

I think that removing a runtime log file may be a faster solution.
This PR adds a hint to options users should choose.
@grosser grosser merged commit ab0f8eb into grosser:master Aug 21, 2020
@grosser
Copy link
Owner

grosser commented Aug 21, 2020

yeah, both are valid solutions 👍

@koic koic deleted the tweak_error_message branch August 21, 2020 15:55
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.

None yet

2 participants