From 81ccac20f09b586557349f5f2d86453fa6d1ffe6 Mon Sep 17 00:00:00 2001 From: "Kumar, Sachin" Date: Fri, 3 Jan 2025 20:49:41 +0530 Subject: [PATCH] Robustness: Improve the documentation Included the path of the makefile to build the failpoints Signed-off-by: Kumar, Sachin --- tests/robustness/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/robustness/README.md b/tests/robustness/README.md index f8915a85d0c..908acd442f5 100644 --- a/tests/robustness/README.md +++ b/tests/robustness/README.md @@ -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