1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-01 01:04:50 +03:00

Update random regression test text to be clearer.

This commit is contained in:
Bruce Momjian 2004-03-15 16:11:42 +00:00
parent 48c9fbd35c
commit 221c0adaa8

View File

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