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

hack/scripts-dev/docker-dns: add "certs-gateway" test case #8962

Merged
merged 2 commits into from
Dec 1, 2017

Conversation

gyuho
Copy link
Contributor

@gyuho gyuho commented Dec 1, 2017

Address #8502.
Separate out from #8954.

/cc @fanminshi

--endpoints=https://m1.etcd.local:2379 \
endpoint health --cluster

sleep 2s
Copy link
Member

Choose a reason for hiding this comment

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

remove sleep here? since once etcd is ready. client should just work right?

--endpoints=https://m1.etcd.local:2379,https://m2.etcd.local:22379,https://m3.etcd.local:32379 \
put abc def

sleep 2s
Copy link
Member

Choose a reason for hiding this comment

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

same here

--endpoints=https://m1.etcd.local:2379,https://m2.etcd.local:22379,https://m3.etcd.local:32379 \
get abc

sleep 2s
Copy link
Member

Choose a reason for hiding this comment

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

same here?

--endpoints=127.0.0.1:23790 \
put ghi jkl

sleep 2s
Copy link
Member

Choose a reason for hiding this comment

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

same?

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
@gyuho
Copy link
Contributor Author

gyuho commented Dec 1, 2017

@fanminshi Removed all sleeps. PTAL. Thanks.

@fanminshi
Copy link
Member

lgtm

@gyuho gyuho merged commit d0ee3e3 into etcd-io:master Dec 1, 2017
@gyuho gyuho deleted the test-scripts-5 branch December 1, 2017 23:51
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