Skip to content
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

Merged
merged 2 commits into from
Sep 22, 2016
Merged

Update README.md #51

merged 2 commits into from
Sep 22, 2016

Conversation

damtur
Copy link
Contributor

@damtur damtur commented Sep 22, 2016

Adding a new - easier way of running tests for fargo.

@@ -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.
Copy link
Contributor

@seh seh Sep 22, 2016

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
Copy link
Contributor

@seh seh Sep 22, 2016

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.
Copy link
Contributor

@seh seh Sep 22, 2016

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/

Copy link
Contributor Author

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
Copy link
Contributor

@seh seh left a 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.

@damtur
Copy link
Contributor Author

damtur commented Sep 22, 2016

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.

@damtur damtur merged commit 9e19e95 into master Sep 22, 2016
@damtur damtur deleted the UpdateReadme branch September 22, 2016 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants