mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	doc: Tell about "vcregress taptest" for regression tests on Windows
There was no mention of this command in the documentation, and it is useful to run the TAP tests of a target source directory. Author: Yugo Nagata Discussion: https://postgr.es/m/20230925153204.926d685d347ee1c8f527090c@sraoss.co.jp Backpatch-through: 11
This commit is contained in:
		@@ -463,12 +463,19 @@ $ENV{CONFIG}="Debug";
 | 
				
			|||||||
<userinput>vcregress isolationcheck</userinput>
 | 
					<userinput>vcregress isolationcheck</userinput>
 | 
				
			||||||
<userinput>vcregress bincheck</userinput>
 | 
					<userinput>vcregress bincheck</userinput>
 | 
				
			||||||
<userinput>vcregress recoverycheck</userinput>
 | 
					<userinput>vcregress recoverycheck</userinput>
 | 
				
			||||||
 | 
					<userinput>vcregress taptest</userinput>
 | 
				
			||||||
</screen>
 | 
					</screen>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   To change the schedule used (default is parallel), append it to the
 | 
					   To change the schedule used (default is parallel), append it to the
 | 
				
			||||||
   command line like:
 | 
					   command line like:
 | 
				
			||||||
<screen>
 | 
					<screen>
 | 
				
			||||||
<userinput>vcregress check serial</userinput>
 | 
					<userinput>vcregress check serial</userinput>
 | 
				
			||||||
 | 
					</screen>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   <command>vcregress taptest</command> can be used to run the TAP tests
 | 
				
			||||||
 | 
					   of a target directory, like:
 | 
				
			||||||
 | 
					<screen>
 | 
				
			||||||
 | 
					<userinput>vcregress taptest src\bin\initdb\</userinput>
 | 
				
			||||||
</screen>
 | 
					</screen>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   For more information about the regression tests, see
 | 
					   For more information about the regression tests, see
 | 
				
			||||||
@@ -476,9 +483,10 @@ $ENV{CONFIG}="Debug";
 | 
				
			|||||||
  </para>
 | 
					  </para>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <para>
 | 
					  <para>
 | 
				
			||||||
   Running the regression tests on client programs, with
 | 
					   Running the regression tests on client programs with
 | 
				
			||||||
   <command>vcregress bincheck</command>, or on recovery tests, with
 | 
					   <command>vcregress bincheck</command>, on recovery tests with
 | 
				
			||||||
   <command>vcregress recoverycheck</command>, requires an additional Perl module
 | 
					   <command>vcregress recoverycheck</command>, or TAP tests specified with
 | 
				
			||||||
 | 
					   <command>vcregress taptest</command> requires an additional Perl module
 | 
				
			||||||
   to be installed:
 | 
					   to be installed:
 | 
				
			||||||
   <variablelist>
 | 
					   <variablelist>
 | 
				
			||||||
    <varlistentry>
 | 
					    <varlistentry>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user