This is an automated email from the ASF dual-hosted git repository. alexstocks pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push: new a0d39f9 Minor grammar fix new 21e657d Merge pull request #163 from AnEmortalKid/patch-1 a0d39f9 is described below commit a0d39f900d6db440aa41317705f1d9bb137ce279 Author: Jan Monterrubio <janmonterru...@gmail.com> AuthorDate: Wed May 13 08:31:12 2020 -0500 Minor grammar fix quick grammar fix --- java/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/java/README.md b/java/README.md index f88c00a..2bf2d6e 100644 --- a/java/README.md +++ b/java/README.md @@ -15,15 +15,15 @@ To compile all samples, run the following command in the top directory of this p mvn clean package ``` -You may need to read each individual README under the sub directories if it has to understand how to build and run. +You may need to read each individual README under the sub directories if you have to understand how to build and run. ## Integration Test -This project is also used for integration test for dubbo. +This project is also used for integration tests for dubbo. **How to build and run a integration test** -Most of integration tests will reply on a home-brew maven plugin to perform correctly when dubbo service is deployed in docker environment. This maven plugin is provided in 'dubbo-maven-address-plugin' module and should be installed before running any integration test: +Most of the integration tests will rely on a home-brew maven plugin to perform correctly when dubbo service is deployed in docker environment. This maven plugin is provided in 'dubbo-maven-address-plugin' module and should be installed before running any integration test: ```bash cd dubbo-maven-address-plugin @@ -43,7 +43,7 @@ If docker container fails to startup successfully in any case, you can use *-Ddo mvn -Ddocker.showLogs -Pdubbo-integration-test clean verify ``` -Pls. note integration test relies on docker environment, make sure docker environment is available before run it. +Pls. note integration tests rely on a Docker environment, make sure the docker environment is available before running them. > The test may not stable enough at this moment, please enable failure skip to > run the whole test suite > ```bash --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org