Re: TAP test breakage on MacOS X

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: TAP test breakage on MacOS X
Дата
Msg-id 12735.1414711804@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: TAP test breakage on MacOS X  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Ответы Re: TAP test breakage on MacOS X  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
Jim Nasby <Jim.Nasby@BlueTreble.com> writes:
> If our policy is that tests are there primarily for developers then I agree with you.

> If not, then would we be OK with make check being a no-op unless you'd configured with --enable-make-check?

> Making this something you have to enable will seriously limit the number of people running the TAP tests, simply
becausefew will know to enable them.
 

Well, TBH I have no problem with that at the moment, because as Robert has
pointed out the current TAP tests are of close to zero value.  The odds
that they'll find anything in the hands of Joe Random User are far lower
than the odds that they'll break Joe's build.

At some point down the road that value judgement might (hopefully will)
reverse, and then we could deal with it by making --enable-tap-tests the
default.  But even then there would be a place for --disable-tap-tests.
The current situation, where the only way to disable the TAP tests is to
not do make check-world, is utterly unacceptable given their low present
usefulness and lack of proven portability.

I opined before that we should rip those tests out of the 9.4 branch
altogether.  I'm willing to leave them there if we have an --enable
switch controlling them, though.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pg_background (and more parallelism infrastructure patches)
Следующее
От: Andres Freund
Дата:
Сообщение: Re: proposal: CREATE DATABASE vs. (partial) CHECKPOINT