Skip to content

Bump default-retries to 3 #754

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

Merged

Conversation

zmoazeni
Copy link
Contributor

fixes #753

There are some legitimate retries that can occur during testing. Namely
logic.ExpectProcess() (in applier.go). We'll look for a process that
does exist, but timing-wise doesn't have the state or info columns
populated.

Without this, the test will fail abruptly.

There are some legitimate retries that can occur during testing. Namely
`logic.ExpectProcess()` (in `applier.go`). We'll look for a process that
does exist, but timing-wise doesn't have the `state` or `info` columns
populated.

Without this, the test will fail abruptly.
Copy link
Contributor

@shlomi-noach shlomi-noach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good in testing

@shlomi-noach shlomi-noach merged commit b38814f into github:master Jun 10, 2019
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.

Intermittent failures in localtests
2 participants