We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3d1ad commit 93ca202Copy full SHA for 93ca202
docs/how-it-works.rst
@@ -29,8 +29,8 @@ The execution flow is:
29
corresponds to the position of that test in the original collection
30
list. This works because all nodes have the same collection list, and
31
saves bandwidth because the **controller** can now tell one of the
32
- workers to just *execute test index 3* index of passing the full test
33
- id.
+ workers to just *execute test index 3* instead of passing the full
+ test id.
34
35
4. If **dist-mode** is **each**: the **controller** just sends the full
36
list of test indexes to each node at this moment.
0 commit comments