|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/regress.sgml,v 1.37 2003/11/29 19:51:37 pgsql Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/regress.sgml,v 1.38 2004/03/15 16:06:43 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="regress">
|
4 | 4 | <title id="regress-title">Regression Tests</title>
|
@@ -334,17 +334,13 @@ exclusion of those that don't.
|
334 | 334 | <para>
|
335 | 335 | There is at least one case in the <literal>random</literal> test
|
336 | 336 | script that is intended to produce random results. This causes
|
337 |
| - random to fail the regression test once in a while (perhaps once |
338 |
| - in every five to ten trials). Typing |
| 337 | + random to fail the regression test occasionally. Typing |
339 | 338 | <programlisting>
|
340 | 339 | diff results/random.out expected/random.out
|
341 | 340 | </programlisting>
|
342 | 341 | should produce only one or a few lines of differences. You need
|
343 | 342 | not worry unless the random test always fails in repeated
|
344 |
| - attempts. (On the other hand, if the random test is |
345 |
| - <emphasis>never</emphasis> reported to fail even in many trials |
346 |
| - of the regression tests, you probably <emphasis>should</emphasis> |
347 |
| - worry.) |
| 343 | + attempts. |
348 | 344 | </para>
|
349 | 345 | </sect2>
|
350 | 346 | </sect1>
|
|