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

Add e2e test cases of managing etcd cluster #19

Open
ahrtr opened this issue Jan 6, 2025 · 1 comment
Open

Add e2e test cases of managing etcd cluster #19

ahrtr opened this issue Jan 6, 2025 · 1 comment
Assignees
Labels
help wanted Extra attention is needed test

Comments

@ahrtr
Copy link
Member

ahrtr commented Jan 6, 2025

We need to add e2e test cases to verify the etcd-operator's functionalities of managing etcd clusters:

  • create & delete 1 member etcd cluster
  • create & delete 3 member etcd cluster
  • scale in & out etcd cluster
  • sanity test against the etcd cluster
    • read & write k/v
    • member list
    • health check

Kubebuilder automatically generates e2e test using ginkgo, but personally I am not a big fan of ginkgo. It creates some syntax sugars on top of golang standard test, and organize the test in a hierarchical structure. When the test file gets bigger and bigger, it will become more and more unreadable.

So it would be great if we can add the e2e test case just using the golang standard test utilities.

@ahrtr ahrtr added the test label Jan 6, 2025
@ahrtr ahrtr added the help wanted Extra attention is needed label Jan 6, 2025
@abdurrehman107
Copy link

I can take this up guys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed test
Projects
None yet
Development

No branches or pull requests

2 participants