You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@submarine.apache.org by GitBox <gi...@apache.org> on 2021/08/27 05:56:16 UTC

[GitHub] [submarine] Kenchu123 opened a new pull request #724: SUBMARINE-893. Add submarine-operator e2e test case for create/delete submarine

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


   ### What is this PR for?
   <!-- A few sentences describing the overall goals of the pull request's commits.
   First time? Check out the contributing guide - https://submarine.apache.org/contribution/contributions.html
   -->
   
   Add submarine-operator e2e test case `TestSubmitSubmarineCustomResourceYaml`:
   
   1. Create a test namespace
   2. Create a submarine custom resource
   2. Wait for the submarine to be in `RUNNING` state
   3. Delete the submarine custom resource
   4. Delete the test namespace
   
   ### What type of PR is it?
   [Featur]
   
   ### Todos
   
   
   ### What is the Jira issue?
   <!-- * Open an issue on Jira https://issues.apache.org/jira/browse/SUBMARINE/
   * Put link here, and add [SUBMARINE-*Jira number*] in PR title, eg. `SUBMARINE-23. PR title`
   -->
   
   https://issues.apache.org/jira/browse/SUBMARINE-893
   
   ### How should this be tested?
   <!--
   * First time? Setup Travis CI as described on https://submarine.apache.org/contribution/contributions.html#continuous-integration
   * Strongly recommended: add automated unit tests for any new or changed behavior
   * Outline any manual steps to test the PR here.
   -->
   
   ```bash
   # Add -v to see additional log
   # Add -count=1 to run the next time, otherwise, go will use the cache result.
   go test ./test/e2e
   ```
   
   ### Screenshots (if appropriate)
   
   
   https://user-images.githubusercontent.com/17617373/131078695-a00b936c-b81a-4ced-a784-961d9ecdbf0d.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.

To unsubscribe, e-mail: commits-unsubscribe@submarine.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [submarine] asfgit closed pull request #724: SUBMARINE-893. Add submarine-operator e2e test case for create/delete submarine

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #724:
URL: https://github.com/apache/submarine/pull/724


   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@submarine.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [submarine] Kenchu123 commented on pull request #724: SUBMARINE-893. Add submarine-operator e2e test case for create/delete submarine

Posted by GitBox <gi...@apache.org>.
Kenchu123 commented on pull request #724:
URL: https://github.com/apache/submarine/pull/724#issuecomment-913098438


   @MortalHappiness @kevin85421 Can you help me review this PR ?


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@submarine.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org