An open API service indexing awesome lists of open source software.

https://github.com/onsi/etcd-issues


https://github.com/onsi/etcd-issues

Last synced: 6 months ago
JSON representation

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
```