| От | Fabien COELHO |
|---|---|
| Тема | BUG - broken "make check" if different options |
| Дата | |
| Msg-id | alpine.DEB.2.10.1407261024180.13352@sto обсуждение исходный текст |
| Ответы |
Re: BUG - broken "make check" if different options
|
| Список | pgsql-hackers |
As I was investing playing around with blocksize, I noticed that some test cases under "make check" vary depending on compilation parameters, as they: - do not order the result of queries, thus are not deterministic [join, with] - output query plans which differ depending on some parameters [updatable_views, union, select_views] Thus "make check" fails. sh> ./configure --blocksize=4 sh> make sh> make check ... 5 of 144 tests failed. Adding some "ORDER BY" should solve the first issue, but ISTM that testing the output of query plans is a lost case for determinism, so maybe these test cases should be ignored/skipped when parameters are different. -- Fabien.
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера