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

Parallelize integration tests using profiles support #3576

Closed
tstromberg opened this issue Jan 23, 2019 · 2 comments
Closed

Parallelize integration tests using profiles support #3576

tstromberg opened this issue Jan 23, 2019 · 2 comments
Labels
area/testing help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. r/2019q2 Issue was last reviewed 2019q2

Comments

@tstromberg
Copy link
Contributor

tstromberg commented Jan 23, 2019

Ensure that we don't break profiles support by running them simultaneously:

minikube start -p test1
minikube start -p test2
minikube ssh -p test1 hostname # assert that it says test1
minikube ssh -p test2 hostname # assert that it says test2
minikube delete -p test1
minikube delete -p test2
@tstromberg tstromberg added this to the v1.0.0-candidate milestone Jan 23, 2019
@tstromberg tstromberg added area/testing priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. labels Jan 23, 2019
@tstromberg tstromberg removed this from the v1.0.0-candidate milestone Feb 11, 2019
@tstromberg tstromberg added the r/2019q2 Issue was last reviewed 2019q2 label Apr 4, 2019
@tstromberg tstromberg added priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. and removed priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. labels May 22, 2019
@tstromberg tstromberg changed the title Add integration test that runs minikube with multiple simultaneous profiles Parallelize integration tests using profiles support May 22, 2019
@tstromberg
Copy link
Contributor Author

This can help to dig us out of integration test latency hell.

@tstromberg tstromberg added priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. and removed priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels May 30, 2019
@medyagh
Copy link
Member

medyagh commented Aug 14, 2019

Done !

@medyagh medyagh closed this as completed Aug 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. r/2019q2 Issue was last reviewed 2019q2
Projects
None yet
Development

No branches or pull requests

2 participants