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

Mitigate context deadline exceeded issue #775

Merged
merged 1 commit into from
May 10, 2021
Merged

Mitigate context deadline exceeded issue #775

merged 1 commit into from
May 10, 2021

Commits on May 7, 2021

  1. Mitigate context deadline exceeded issue

    With the default implementation of `repo.List`, the timeout seems to be rather
    short and there are intermittent context deadline exceeded errors when running
    the unit tests under load, or when repeating them over and over again.
    
    Mitigate the error by switching to the list function that accepts a context. It
    was added recently and privides the possibility to define a different timeout.
    
    Refactor related code to make it more compact by removing superfluous returns.
    HeavyWombat committed May 7, 2021
    Configuration menu
    Copy the full SHA
    3fcf13f View commit details
    Browse the repository at this point in the history