Re: sidewinder has one failure

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: sidewinder has one failure
Дата
Msg-id CAA4eK1L8wLNd9dSJjXdJh0aZdTNP+S7jg=QXN6JYUj3YdcA7hw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: sidewinder has one failure  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sun, Jan 5, 2020 at 8:30 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Noah Misch <noah@leadboat.com> writes:
>
> > I generally favor keeping the test, but feel free to decide it's too hard.
>
> I remain dubious that it's worth the trouble, or indeed that the test
> would prove anything of interest.
>

I think we don't have any tests which test operating on many spill
files which this test does leaving aside the part of the test which
tests max open descriptors.  We do have some tests related to spill
files in contrib/spill/test_decoding/spill.sql, but I don't see any
which tests with this many open spill files.  Now, maybe it is not
important to test that, but I think we should wait till we find out
why this test failed on 'tern' and that too only in v10.  It might
turn out that it has revealed some actual code issue(either in what
got committed or some base code).  In either case, it might turn out
to be useful.  So, we might decide to remove setting
max_files_per_process, but leave the test as it is.  I am also not
sure what is the right thing to do here, but it is clear that if we
remove this test we won't be able to figure what went wrong on 'tern'.

-- 
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com



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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: Commit fest manager for 2020-01
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: logical decoding : exceeded maxAllocatedDescs for .spill files