@@ -285,88 +285,88 @@ make check-world PG_TEST_EXTRA='kerberos ldap ssl load_balance libpq_encryption'
285
285
</varlistentry>
286
286
287
287
<varlistentry>
288
- <term><literal>regress_dump_restore </literal></term>
288
+ <term><literal>libpq_encryption </literal></term>
289
289
<listitem>
290
290
<para>
291
- Runs an additional test suite in
292
- <filename>src/bin/pg_upgrade/t/002_pg_upgrade.pl</filename> which
293
- cycles the regression database through <command>pg_dump</command>/
294
- <command>pg_restore</command>. Not enabled by default because it
295
- is resource intensive.
291
+ Runs the test <filename>src/interfaces/libpq/t/005_negotiate_encryption.pl</filename>.
292
+ This opens TCP/IP listen sockets. If <varname>PG_TEST_EXTRA</varname>
293
+ also includes <literal>kerberos</literal>, additional tests that require
294
+ an MIT Kerberos installation are enabled.
296
295
</para>
297
296
</listitem>
298
297
</varlistentry>
299
298
300
299
<varlistentry>
301
- <term><literal>sepgsql </literal></term>
300
+ <term><literal>load_balance </literal></term>
302
301
<listitem>
303
302
<para>
304
- Runs the test suite under <filename>contrib/sepgsql </filename>. This
305
- requires an SELinux environment that is set up in a specific way; see
306
- <xref linkend="sepgsql-regression"/> .
303
+ Runs the test <filename>src/interfaces/libpq/t/004_load_balance_dns.pl </filename>.
304
+ This requires editing the system <filename>hosts</filename> file and
305
+ opens TCP/IP listen sockets .
307
306
</para>
308
307
</listitem>
309
308
</varlistentry>
310
309
311
310
<varlistentry>
312
- <term><literal>ssl </literal></term>
311
+ <term><literal>oauth </literal></term>
313
312
<listitem>
314
313
<para>
315
- Runs the test suite under <filename>src/test/ssl</filename>. This opens TCP/IP listen sockets.
314
+ Runs the test suite under <filename>src/test/modules/oauth_validator</filename>.
315
+ This opens TCP/IP listen sockets for a test server running HTTPS.
316
316
</para>
317
317
</listitem>
318
318
</varlistentry>
319
319
320
320
<varlistentry>
321
- <term><literal>load_balance </literal></term>
321
+ <term><literal>regress_dump_restore </literal></term>
322
322
<listitem>
323
323
<para>
324
- Runs the test <filename>src/interfaces/libpq/t/004_load_balance_dns.pl</filename>.
325
- This requires editing the system <filename>hosts</filename> file and
326
- opens TCP/IP listen sockets.
324
+ Runs an additional test suite in
325
+ <filename>src/bin/pg_upgrade/t/002_pg_upgrade.pl</filename> which
326
+ cycles the regression database through <command>pg_dump</command>/
327
+ <command>pg_restore</command>. Not enabled by default because it
328
+ is resource intensive.
327
329
</para>
328
330
</listitem>
329
331
</varlistentry>
330
332
331
333
<varlistentry>
332
- <term><literal>libpq_encryption </literal></term>
334
+ <term><literal>sepgsql </literal></term>
333
335
<listitem>
334
336
<para>
335
- Runs the test <filename>src/interfaces/libpq/t/005_negotiate_encryption.pl</filename>.
336
- This opens TCP/IP listen sockets. If <varname>PG_TEST_EXTRA</varname>
337
- also includes <literal>kerberos</literal>, additional tests that require
338
- an MIT Kerberos installation are enabled.
337
+ Runs the test suite under <filename>contrib/sepgsql</filename>. This
338
+ requires an SELinux environment that is set up in a specific way; see
339
+ <xref linkend="sepgsql-regression"/>.
339
340
</para>
340
341
</listitem>
341
342
</varlistentry>
342
343
343
344
<varlistentry>
344
- <term><literal>wal_consistency_checking </literal></term>
345
+ <term><literal>ssl </literal></term>
345
346
<listitem>
346
347
<para>
347
- Uses <literal>wal_consistency_checking=all</literal> while running
348
- certain tests under <filename>src/test/recovery</filename>. Not
349
- enabled by default because it is resource intensive.
348
+ Runs the test suite under <filename>src/test/ssl</filename>. This opens TCP/IP listen sockets.
350
349
</para>
351
350
</listitem>
352
351
</varlistentry>
353
352
354
353
<varlistentry>
355
- <term><literal>xid_wraparound </literal></term>
354
+ <term><literal>wal_consistency_checking </literal></term>
356
355
<listitem>
357
356
<para>
358
- Runs the test suite under <filename>src/test/modules/xid_wraparound</filename>.
359
- Not enabled by default because it is resource intensive.
357
+ Uses <literal>wal_consistency_checking=all</literal> while running
358
+ certain tests under <filename>src/test/recovery</filename>. Not
359
+ enabled by default because it is resource intensive.
360
360
</para>
361
361
</listitem>
362
362
</varlistentry>
363
363
364
364
<varlistentry>
365
- <term><literal>oauth </literal></term>
365
+ <term><literal>xid_wraparound </literal></term>
366
366
<listitem>
367
367
<para>
368
- Runs the test suite under <filename>src/test/modules/oauth_validator </filename>.
369
- This opens TCP/IP listen sockets for a test server running HTTPS .
368
+ Runs the test suite under <filename>src/test/modules/xid_wraparound </filename>.
369
+ Not enabled by default because it is resource intensive .
370
370
</para>
371
371
</listitem>
372
372
</varlistentry>
0 commit comments