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

Retry failed mutations on new session at least once #36

Closed
tjchambers opened this issue Nov 6, 2017 · 0 comments
Closed

Retry failed mutations on new session at least once #36

tjchambers opened this issue Nov 6, 2017 · 0 comments
Assignees

Comments

@tjchambers
Copy link
Collaborator

On failed mutation runs the mutator reverts to a single job (-j1) to retry the mutation run in case the failure is a concurrency issue. If THAT run fails it moves on.

If you rerun all mutations, the failed mutation runs try again, but they do so IMMEDIATELY with -j1 instead of retrying with more cores.

IMO the first time in a run that filed mutations are re-tried they should retry without the job parameter. The current workaround is to just delete the log file, which will start the mutation attempt over.

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

No branches or pull requests

1 participant