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

🏃E2e delete resources #1915

Merged
merged 7 commits into from
Dec 23, 2019

Commits on Dec 20, 2019

  1. Add DeleteCluster test to e2e framework

    Signed-off-by: Warren Fernandes <[email protected]>
    Warren Fernandes committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    c71f7ee View commit details
    Browse the repository at this point in the history
  2. Generate random kind cluster name for docker e2e

    Signed-off-by: Warren Fernandes <[email protected]>
    Warren Fernandes committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    386bc95 View commit details
    Browse the repository at this point in the history
  3. Add docker e2e test for cluster deletion

    Update ginkgo/gomega dependencies
    Remove usage of OneNodeClusterInput
    Bump test/e2e module to go 1.13
    Refactor MultiNodeControlplaneClusterInput
    Refactor CleanUp to assert artifacts are deleted
    
    Signed-off-by: Warren Fernandes <[email protected]>
    Warren Fernandes committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    3efd98f View commit details
    Browse the repository at this point in the history
  4. Use To(Succeed()) for asserting func calls

    Signed-off-by: Warren Fernandes <[email protected]>
    Warren Fernandes committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    1a1bdea View commit details
    Browse the repository at this point in the history
  5. Use pointer receiver for ControlPlaneCluster

    Signed-off-by: Warren Fernandes <[email protected]>
    Warren Fernandes committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    9d72db7 View commit details
    Browse the repository at this point in the history
  6. Assert provider artifacts deleted in provider e2e tests

    Signed-off-by: Warren Fernandes <[email protected]>
    Warren Fernandes committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    42a5f42 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Refactor for minor changes based on feedback.

    Signed-off-by: Warren Fernandes <[email protected]>
    Warren Fernandes committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    65df9d9 View commit details
    Browse the repository at this point in the history