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

Fix buggy ownership logic for Pods in Deployment awaiter #311

Merged
merged 4 commits into from
Dec 4, 2018

Commits on Dec 3, 2018

  1. Fix buggy ownership logic for Pods in Deployment awaiter

    The Deployment awaiter was erroneously overwriting aggregated
    Pod errors if they had the same name due to buggy ownership checking.
    Fixed the ownership logic and the relevant tests.
    lblackstone committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    938c803 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Add nil check

    lblackstone committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    26c9e70 View commit details
    Browse the repository at this point in the history
  2. Bump Travis timeout

    lblackstone committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    056e9b7 View commit details
    Browse the repository at this point in the history
  3. Bump timeout to 60

    lblackstone committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    4795d4f View commit details
    Browse the repository at this point in the history