Re: stats.sql fails during installcheck on mac
От | Tom Lane |
---|---|
Тема | Re: stats.sql fails during installcheck on mac |
Дата | |
Msg-id | 674368.1744324584@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | stats.sql fails during installcheck on mac (Sami Imseih <samimseih@gmail.com>) |
Ответы |
Re: stats.sql fails during installcheck on mac
|
Список | pgsql-hackers |
Sami Imseih <samimseih@gmail.com> writes: > When running "make installcheck" on my mac, I ran into a failure: > @@ -1459,7 +1459,7 @@ > OR :io_sum_wal_normal_after_fsyncs > :io_sum_wal_normal_before_fsyncs; > ?column? > ---------- > - t > + f > (1 row) Hmm, that's a little nasty, because it's not showing up in the buildfarm. It appears from a little testing that the issue only manifests if you have fsync = on, which we generally don't on buildfarm animals. That concerns me independently of this specific failure, because it calls into question how realistic our testing of things like fsync statistics really is. Anyway, back to the patch: there are multiple places in stats.sql that are effectively disabling tests if fsync = off, not only this one. Why does only this one need the exception? Should we be rethinking or tightening some of the others? regards, tom lane
В списке pgsql-hackers по дате отправления: