@@ -196,11 +196,10 @@ appropriately before running "make".
196
196
variable to "1" or "0", respectively.
197
197
198
198
--stress::
199
- --stress=<N>::
200
199
Run the test script repeatedly in multiple parallel jobs until
201
200
one of them fails. Useful for reproducing rare failures in
202
201
flaky tests. The number of parallel jobs is, in order of
203
- precedence: <N>, or the value of the GIT_TEST_STRESS_LOAD
202
+ precedence: the value of the GIT_TEST_STRESS_LOAD
204
203
environment variable, or twice the number of available
205
204
processors (as shown by the 'getconf' utility), or 8.
206
205
Implies `--verbose -x --immediate` to get the most information
@@ -211,10 +210,13 @@ appropriately before running "make".
211
210
'.stress-<nr>' suffix, and the trash directory of the failed
212
211
test job is renamed to end with a '.stress-failed' suffix.
213
212
213
+ --stress-jobs=<N>::
214
+ Override the number of parallel jobs. Implies `--stress`.
215
+
214
216
--stress-limit=<N>::
215
217
When combined with --stress run the test script repeatedly
216
218
this many times in each of the parallel jobs or until one of
217
- them fails, whichever comes first.
219
+ them fails, whichever comes first. Implies `--stress`.
218
220
219
221
You can also set the GIT_TEST_INSTALLED environment variable to
220
222
the bindir of an existing git installation to test that installation.
0 commit comments