Skip to content

Commit

Permalink
etc: remove unused script and update readme
Browse files Browse the repository at this point in the history
Fixes #106
  • Loading branch information
IgorPerikov authored and fanminshi committed Mar 8, 2018
1 parent a1ece0e commit 5ceec9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 119 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,10 @@ The current major version is zero (0.y.z). Anything may change at any time. The

## Running tests

The project is to be tested against a three node `etcd` setup, launched by the [scripts/run_etcd_docker.sh](etc/scripts/run_etcd_docker.sh) shell script:

```
./etc/scripts/run_etcd_docker.sh
```

The project is to be tested against a three node `etcd` setup, which automatically launched via Testcontainers framework.
For more info and prerequisites visit [official website](https://www.testcontainers.org/)
It should work on either macOS or Linux.

Note: Make sure you don't have a default `etcd` running on your system! The script uses the default port `2379` for the first node, which fails to launch if that port is already taken.

```sh
$ mvn test
...
Expand Down
111 changes: 0 additions & 111 deletions etc/scripts/run_etcd_docker.sh

This file was deleted.

0 comments on commit 5ceec9c

Please sign in to comment.