Thread

Commits

  1. doc: Mention requirement to --enable-tap-tests on section for TAP tests

  1. Mention --enable-tap-tests in the TAP section page

    Greg Sabino Mullane <htamfids@gmail.com> — 2021-07-01T14:03:10Z

    Quick patch to add mention of the need for compiling with
    --enable-tap-tests on the TAP section page
    
    https://www.postgresql.org/docs/current/regress-tap.html
    
    Searching about the TAP tests often leads to this page, but there is no
    easy link or mention of the fact that the sample invocations will not work
    without the special config flag.
    
    Cheers,
    Greg
    
  2. Re: Mention --enable-tap-tests in the TAP section page

    Michael Paquier <michael@paquier.xyz> — 2021-07-02T01:53:07Z

    On Thu, Jul 01, 2021 at 10:03:10AM -0400, Greg Sabino Mullane wrote:
    > Searching about the TAP tests often leads to this page, but there is no
    > easy link or mention of the fact that the sample invocations will not work
    > without the special config flag.
    
    This is mentioned on a different page, "Running the Tests", but for
    the set of extra tests.  Adding an extra reference on this page is a
    good idea.
    --
    Michael
    
  3. Re: Mention --enable-tap-tests in the TAP section page

    Andrew Dunstan <andrew@dunslane.net> — 2021-07-02T13:52:10Z

    On 7/1/21 9:53 PM, Michael Paquier wrote:
    > On Thu, Jul 01, 2021 at 10:03:10AM -0400, Greg Sabino Mullane wrote:
    >> Searching about the TAP tests often leads to this page, but there is no
    >> easy link or mention of the fact that the sample invocations will not work
    >> without the special config flag.
    > This is mentioned on a different page, "Running the Tests", but for
    > the set of extra tests.  Adding an extra reference on this page is a
    > good idea.
    
    
    
    
    Agreed.
    
    
    cheers
    
    
    andrew
    
    --
    Andrew Dunstan
    EDB: https://www.enterprisedb.com
    
    
    
    
    
  4. Re: Mention --enable-tap-tests in the TAP section page

    Michael Paquier <michael@paquier.xyz> — 2021-07-04T12:00:37Z

    On Fri, Jul 02, 2021 at 09:52:10AM -0400, Andrew Dunstan wrote:
    > Agreed.
    
    Applied.
    --
    Michael