https://github.com/onsi/etcd-issues
https://github.com/onsi/etcd-issues
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/onsi/etcd-issues
- Owner: onsi
- Created: 2014-07-22T00:14:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-22T00:16:04.000Z (almost 12 years ago)
- Last Synced: 2024-12-29T09:28:48.876Z (over 1 year ago)
- Language: Go
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ETCD Issues
A place to write tests to validate etcd issues.
To run. Make sure you have `etcd` on your path. Then:
```bash
go get github.com/onsi/ginkgo/ginkgo
go get -t github.com/onsi/etcd-issues
cd $GOPATH/github.com/onsi/etcd-issues
ginkgo
```