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: add more etcdctl tests #4351

Merged
merged 1 commit into from
Jan 30, 2016
Merged

e2e: add more etcdctl tests #4351

merged 1 commit into from
Jan 30, 2016

Conversation

gyuho
Copy link
Contributor

@gyuho gyuho commented Jan 30, 2016

For #4259.

@gyuho gyuho mentioned this pull request Jan 30, 2016
6 tasks
args := []string{"../bin/etcdctl", "--endpoint", endpoint}
if noSync {
args = append(args, "--no-sync")
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is repeated for every etcdctl function; fold into etcdctlPrefixArgs like cURLPrefixArgs

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok I will simplify them. Thanks

@heyitsanthony
Copy link
Contributor

overall looks OK

@gyuho
Copy link
Contributor Author

gyuho commented Jan 30, 2016

@heyitsanthony Just fixed. PTAL. Thanks!

@heyitsanthony
Copy link
Contributor

lgtm

gyuho added a commit that referenced this pull request Jan 30, 2016
e2e: add more etcdctl tests
@gyuho gyuho merged commit f549dab into etcd-io:master Jan 30, 2016
@gyuho
Copy link
Contributor Author

gyuho commented Jan 30, 2016

Thanks!

@gyuho gyuho deleted the e2e branch January 31, 2016 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants