From fc7683a2c85c86b1a2fcd8e9c0308d3e462feae2 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Tue, 15 Jul 2025 12:01:52 +0400 Subject: [PATCH] Add register_operation_count to snapshot.repository_analyze rest-api-spec (#131082) * Add register_operation_count to snapshot.repository_analyze * Remove mention of realistic experiments for consistency Co-authored-by: Yang Wang --------- Co-authored-by: Yang Wang --- .../rest-api-spec/api/snapshot.repository_analyze.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/snapshot.repository_analyze.json b/rest-api-spec/src/main/resources/rest-api-spec/api/snapshot.repository_analyze.json index 2578cd5684d6d..0b2bb66c709d7 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/snapshot.repository_analyze.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/snapshot.repository_analyze.json @@ -36,6 +36,10 @@ "type":"number", "description":"Number of operations to run concurrently during the test. Defaults to 10." }, + "register_operation_count":{ + "type":"number", + "description":"The minimum number of linearizable register operations to perform in total. Defaults to 10." + }, "read_node_count":{ "type":"number", "description":"Number of nodes on which to read a blob after writing. Defaults to 10."