You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While etcd integration and clientv3/integration test its functionalities to ensure its correctness, e2e verifies etcdctl output on each command with various user inputs.
Most of the commands are already covered, but not all possible cases (e.g., endpoint health with auth enabled, TLS enabled).
Improve e2e test coverage by:
check what's missing/tested in e2e
add more tests to cover those missing cases
The text was updated successfully, but these errors were encountered:
While etcd
integration
andclientv3/integration
test its functionalities to ensure its correctness,e2e
verifiesetcdctl
output on each command with various user inputs.Most of the commands are already covered, but not all possible cases (e.g.,
endpoint health
with auth enabled, TLS enabled).Improve e2e test coverage by:
The text was updated successfully, but these errors were encountered: