Kenchu123 opened a new pull request #603:
URL: https://github.com/apache/submarine/pull/603


   ### What is this PR for?
   
   Setup operator e2e test framework
   Reference: 
[spark-on-k8s-operator](https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/tree/master/test/e2e)
   
   ### What type of PR is it?
   
   Feature
   
   ### Todos
   
   * [ ] - Submarine test case
   
   ### What is the Jira issue?
   
   https://issues.apache.org/jira/browse/SUBMARINE-850
   
   ### How should this be tested?
   
   ```bash
   # Step1: Build image "submarine-operator" to minikube's Docker 
   eval $(minikube docker-env)
   make image
   
   # Step2: Register Custom Resource Definition
   kubectl apply -f artifacts/examples/crd.yaml
   
   # Step3: Install go module
   cd ./test/e2e
   go mod tidy
   
   # Step4: Run test
   go test
   ```
   
   ### Screenshots (if appropriate)
   
   
https://user-images.githubusercontent.com/17617373/121552095-c2377a00-ca42-11eb-967e-263e6a7734a9.mov
   
   
   ### Questions:
   * Do the license files need updating? No
   * Are there breaking changes for older versions? No
   * Does this need new documentation? No
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to