This repository has been archived by the owner on Jan 9, 2020. It is now read-only.
forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 118
[INTEGRATION_TESTS] Latency before effective tests starts #572
Comments
This is because you are building docker images with the new build of the spark distribution that the images are using. If you are merely modifying the integration tests you can go into the integration tests folder and comment out the docker build logic as you would just reuse existing images. The time to bring up the mini kube instance is also a bottle-neck. However we have a PR that is addressing this, by persisting the minkube |
Thx @ifilonenko I guess you are referring to the Are you referring to the |
Can this be closed? |
closed |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On my env, once the minikube is launched, I have to wait
some
minutes before the first test method starts. 1 CPU is used during that time by maven of VBox.Is this expected or do I have to fix something on my env?
The text was updated successfully, but these errors were encountered: