-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update README.md #51
Update README.md #51
Conversation
@@ -11,16 +11,20 @@ c.GetApps() // returns a map[String]fargo.Application | |||
# Testing | |||
|
|||
Tests can be executed using docker container. See the below section to build and start | |||
all the required containers. Once fargo container is running: | |||
all the required containers. Once eureka containers are running, and fargo container is built. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Capitalize "Eureka" as a proper noun.
- s/Once Eureka/Once the Eureka/
- s/container is built./image is built,/
For the last one, did you mean to say that once the containers are running and the fargo image is built, then you can run the command that follows?
``` | ||
docker run --rm -v "$PWD":/go/src/github.com/hudl/fargo -w /go/src/github.com/hudl/fargo hudloss/fargo:master go test -v ./... | ||
``` | ||
Note: If you are running bash for windows add `MSYS_NO_PATHCONV=1 ` at the beggining |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Capitalize "Windows" as a proper noun.
- s/beggining/beginning./
|
||
The tests may need to be run a couple of times to allow changes to propagate | ||
between the two eureka servers. If the tests are failing, try running them again | ||
approximately 30 seconds later. | ||
|
||
If you are adding new packages to godep you may want to update hudloss/fargo image first. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- s/update hudloss/update the hudloss/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, all updated.
Typos fixing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This reads correctly to me, but I can't say that I've tried to actually put the instructions to use.
Well docker and testing is working. Right now we have a bigger problem - tests are failing on master. I'm trying to figure out why, but since I'm not very familiar with whole code it might take a while. |
Adding a new - easier way of running tests for fargo.