Skip to content

Commit

Permalink
Robustness: Improve the documentation
Browse files Browse the repository at this point in the history
Included the path of the makefile to build the failpoints

Signed-off-by: Kumar, Sachin <[email protected]>
  • Loading branch information
Kumar, Sachin authored and Kumar, Sachin committed Jan 3, 2025
1 parent fce823a commit 81ccac2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/robustness/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ Etcd provides strict serializability for KV operations and eventual consistency

## Running locally

1. Build etcd with failpoints
1. Build etcd with failpoints. Please make sure that you are at the root directory of the repository before performing below steps.
```bash
make gofail-enable
make -f tests/robustness/makefile.mk gofail-enable
make build
make gofail-disable
make -f tests/robustness/makefile.mk gofail-disable
```
2. Run the tests
2. Run the tests from the root directory of the repository only.

```bash
make test-robustness
Expand Down

0 comments on commit 81ccac2

Please sign in to comment.