-
Notifications
You must be signed in to change notification settings - Fork 42
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 #40
Comments
@ahrtr is there a doc explains what is needed here ? |
ok i can take this 👍🏽 please assign me |
Is this still relevant? I see there are now integration tests defined in /integration/** being run with each PR/merge, e.g. https://github.com/etcd-io/gofail/actions/runs/12990996684/job/36227475614 . Is the goal of this task to simply add one there that exercises the http REST endpoints? |
thanks @bhuber iiuc, this should test all REST endpoints, yes |
Thanks for the quick response @Elbehery . Mind if I take a crack at it? |
yes please 👍🏽 |
just assigned u 👍🏽 |
This fixes etcd-io#40 Signed-off-by: Bennet Huber <[email protected]>
This fixes etcd-io#40 Signed-off-by: Bennet Huber <[email protected]>
@Elbehery I submitted a PR, but it looks like nobody's been assigned to review it. https://github.com/kubernetes/community/blob/master/contributors/guide/owners.md#the-code-review-process suggests reviewers should be assigned automatically, so not sure what's happened here. Any tips on how to proceed? |
Currently there is only unit test. It would be great if we have an e2e test suite, and it's supposed to be triggered on each PR or commits on master.
The text was updated successfully, but these errors were encountered: