kevin85421 commented on a change in pull request #221: SUBMARINE-423. Update the E2E test document URL: https://github.com/apache/submarine/pull/221#discussion_r390984116
########## File path: docs/development/IntegrationTest.md ########## @@ -12,17 +12,13 @@ limitations under the License. See accompanying LICENSE file. --> -# IntegrationTest +# Integration Test +## Introduction +1. Now, Apache Submarine supports two kinds of integration tests, `test-e2e` and `test-k8s`, and these two modules can be found in the [submarine/submarine-test](https://github.com/apache/submarine/tree/master/submarine-test) directory. -Submarine now supports two kinds of integration tests. +2. Currently, there are some differences between `test-e2e` and `test-k8s` in operation mode. To elaborate, `test-e2e` needs to deploy Apache Submarine locally, while `test-k8s` deploys Apache Submarine via k8s. -They are in the project's `submarine/submarine-test` directory, There are two modules, `e2e` and `test-k8s`. - -There are currently some differences between `test-e2e` and `test-k8s` in operation mode. - -Among them, `test-e2e` needs to deploy submarine locally, while `test-k8s` uses k8s to deploy submarine. - -These two different test methods can be applied to different test scenarios. (In the future, these two test methods may be combined or adjusted) +3. These two different test methods can be applied to different test scenarios. (In the future, these two test methods may be combined or adjusted) Review comment: Thank you for your review. I have changed "test methods" to "test modules". ---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
