|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/regress.sgml,v 1.38 2004/03/15 16:06:43 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/regress.sgml,v 1.39 2004/03/15 16:11:42 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="regress"> |
4 | 4 | <title id="regress-title">Regression Tests</title> |
@@ -332,15 +332,14 @@ exclusion of those that don't. |
332 | 332 | <title>The <quote>random</quote> test</title> |
333 | 333 |
|
334 | 334 | <para> |
335 | | -There is at least one case in the<literal>random</literal> test |
336 | | -script that is intended to produce random results. Thiscauses |
337 | | -random to fail the regression test occasionally. Typing |
| 335 | +The<literal>random</literal> test script is intended to produce |
| 336 | +random results. In rare cases, thiscauses the random regression |
| 337 | +test to fail. Typing |
338 | 338 | <programlisting> |
339 | 339 | diff results/random.out expected/random.out |
340 | 340 | </programlisting> |
341 | 341 | should produce only one or a few lines of differences. You need |
342 | | - not worry unless the random test always fails in repeated |
343 | | - attempts. |
| 342 | + not worry unless the random test repeatedly fails. |
344 | 343 | </para> |
345 | 344 | </sect2> |
346 | 345 | </sect1> |
|