From d8619f076b210a1ed5b5fea6e28a9ebf1e528557 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sun, 16 Oct 2022 17:00:23 +0200 Subject: [PATCH] Fixup shard index docs Closes #2547 --- docs/command-line.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/command-line.md b/docs/command-line.md index 1bae481b..21a0da4c 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -548,7 +548,8 @@ starting at 0. The tests in the set given by `--shard-index <#shard index to run>` will be executed. The default shard count is `1`, and the default index to run is `0`. -_It is an error to specify a shard index greater than the number of shards._ +_Shard index must be less than number of shards. As the name suggests, +it is treated as an index of the shard to run._ Sharding is useful when you want to split test execution across multiple processes, as is done with the [Bazel test sharding](https://docs.bazel.build/versions/main/test-encyclopedia.html#test-sharding).