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

test: Replace managed etcd test with generic etcd test #11544

Merged
merged 2 commits into from May 15, 2020

Commits on May 15, 2020

  1. test: Replace managed etcd test with etcd test

    The managed etcd feature is being deprecated soon. The test has been
    unreliable due to etcd operator not being able to bring up etcd clusters
    reliably. We want to ensure test coverage for the etcd backing though.
    Convert the managed etcd test to a more generic test which uses
    stateless etcd for a reliable outcome.
    
    Fixes: #11181
    
    Signed-off-by: Thomas Graf <thomas@cilium.io>
    tgraf committed May 15, 2020
    Copy the full SHA
    abe5ae0 View commit details
    Browse the repository at this point in the history
  2. test: Remove leftover etcd operator related code

    Signed-off-by: Thomas Graf <thomas@cilium.io>
    tgraf committed May 15, 2020
    Copy the full SHA
    b3431dc View commit details
    Browse the repository at this point in the history