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 test: easy way to bring the testenv up and down #937

Closed
mflendrich opened this issue Nov 2, 2020 · 1 comment
Closed

E2E test: easy way to bring the testenv up and down #937

mflendrich opened this issue Nov 2, 2020 · 1 comment

Comments

@mflendrich
Copy link
Contributor

per #869 (review)

Bringing an environment online from scratch isn't particularly quick (around 3 minutes before it starts actually running tests for me). That's probably unavoidable, but keeping an existing environment online has its own challenges, as there's no single step to run one test only: you must set up environment variables, port-forwards, and run scripts all by hand. There's furthermore no built-in means to tear an environment down (running ./kind delete cluster --name test-cluster; docker rm -f $(docker ps -a -q); docker rmi $(docker images -a -q) appears good enough).

May be as simple as documenting usage of scripts under /test/integration/util.

@mflendrich
Copy link
Contributor Author

Obsoleted by Kong/keps#11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant