dgraph-io / dgraph

The high-performance database for modern applications
https://dgraph.io
Other
20.4k stars 1.5k forks source link

Integrate Jepsen tests in Teamcity. #2282

Closed pawanrawal closed 5 years ago

pawanrawal commented 6 years ago

Initially we can just use Docker to run these tests as it's simpler to setup.

danielmai commented 5 years ago

Jepsen tests are now running in TeamCity using https://github.com/dgraph-io/dgraph/blob/5794bd6e6c0a4ef349a3ed4ec5935fa3782d8142/contrib/jepsen/main.go, which spins up a Jepsen cluster with Docker Compose and then runs the tests. The script can also be used to run Jepsen tests locally.