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

Make integration tests shorter and more stable #1790

Merged

Commits on Mar 14, 2019

  1. Those tests rely on a remote service

    Signed-off-by: David Gageot <david@gageot.net>
    dgageot committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    0cd091c View commit details
    Browse the repository at this point in the history
  2. Add more logs in integration tests

    Signed-off-by: David Gageot <david@gageot.net>
    dgageot committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    e187ea3 View commit details
    Browse the repository at this point in the history
  3. Watch for pods to be ready and deployments to stabilize

    Signed-off-by: David Gageot <david@gageot.net>
    dgageot committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    458bd8a View commit details
    Browse the repository at this point in the history
  4. Avoid a test hanging forever

    Signed-off-by: David Gageot <david@gageot.net>
    dgageot committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    d259c9b View commit details
    Browse the repository at this point in the history
  5. Print k8s pods if a poller times out

    Signed-off-by: David Gageot <david@gageot.net>
    dgageot committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    88b4e68 View commit details
    Browse the repository at this point in the history
  6. Use the same code/config as other samples

    This makes it faster to build on the CI
    
    Signed-off-by: David Gageot <david@gageot.net>
    dgageot committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    e89b7db View commit details
    Browse the repository at this point in the history
  7. Use smaller image

    Signed-off-by: David Gageot <david@gageot.net>
    dgageot committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    73e417e View commit details
    Browse the repository at this point in the history
  8. Remove unnecessary context

    Signed-off-by: David Gageot <david@gageot.net>
    dgageot committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    ee4959f View commit details
    Browse the repository at this point in the history
  9. Add missing annotated-skaffold.yaml

    Signed-off-by: David Gageot <david@gageot.net>
    dgageot committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    7ac21c4 View commit details
    Browse the repository at this point in the history
  10. Improve the README for examples

    Signed-off-by: David Gageot <david@gageot.net>
    dgageot committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    85b3c9c View commit details
    Browse the repository at this point in the history
  11. Let’s make Travis build 25s faster

    Signed-off-by: David Gageot <david@gageot.net>
    dgageot committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    cffc32d View commit details
    Browse the repository at this point in the history
  12. Shorter test output on AppVeyor

    Signed-off-by: David Gageot <david@gageot.net>
    dgageot committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    6291a91 View commit details
    Browse the repository at this point in the history
  13. Use Go 1.11 on AppVeyor and Kokoro too

    Also update the development guide
    
    Signed-off-by: David Gageot <david@gageot.net>
    dgageot committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    a12895a View commit details
    Browse the repository at this point in the history
  14. Get timings for each Travis step

    Signed-off-by: David Gageot <david@gageot.net>
    dgageot committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    1a80a53 View commit details
    Browse the repository at this point in the history