Parallel regress tests (was Re: FOREIGN KEY and shift/reduce)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Parallel regress tests (was Re: FOREIGN KEY and shift/reduce)
Дата
Msg-id 23950.944589174@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] FOREIGN KEY and shift/reduce  (wieck@debis.com (Jan Wieck))
Ответы Re: [HACKERS] Parallel regress tests (was Re: FOREIGN KEY and shift/reduce)  (Peter Eisentraut <e99re41@DoCS.UU.SE>)
Список pgsql-hackers
wieck@debis.com (Jan Wieck) writes:
>     I'm thinking about another enhancement to the regression test
>     now.  Something where at least two sessions can  run  queries
>     in  a  predefined  order. Otherwise, something like the above
>     cannot be checked during regression.

Yes, we could really use something like that.

>     I'm not sure how that can be done with a standard shell,  and
>     that's  a  must.   Maybe something using named pipes and so -
>     will play around a little.

Would probably be more portable to write a little bit of C code that
opens several libpq connections and reads a script file with interleaved
commands to send to the different connections.  OTOH, by the time you
got done, it might have much of psql in it (certainly at least the
display code).

Peter, in your slicing and dicing of psql, did you end up with anything
that might make this a feasible approach?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] When is 7.0 going Beta?
Следующее
От: Ed Loehr
Дата:
Сообщение: Re: [HACKERS] Raising funds for PostgreSQL