Commit 337903a
committed
Consider a failed process as a failed test in pg_regress
Commit 55de145 added reporting of child process failures, but the
test suite is still allowed to pass even if the process failed. Since
regress tests are higher level tests, a false positive is more likely
in this case so report failed test processes as failed tests.
Reported-by: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/82C46B5E-1821-4039-82C2-56BCA5992989@yesql.se
Discussion: https://postgr.es/m/20221122235636.4frx7hjterq6bmls@awork3.anarazel.de1 parent 78be04e commit 337903a
1 file changed
+25
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1697 | 1697 | | |
1698 | 1698 | | |
1699 | 1699 | | |
1700 | | - | |
| 1700 | + | |
1701 | 1701 | | |
1702 | 1702 | | |
| 1703 | + | |
1703 | 1704 | | |
1704 | 1705 | | |
1705 | 1706 | | |
1706 | 1707 | | |
1707 | | - | |
1708 | | - | |
1709 | | - | |
1710 | 1708 | | |
1711 | | - | |
1712 | | - | |
| 1709 | + | |
| 1710 | + | |
| 1711 | + | |
| 1712 | + | |
| 1713 | + | |
| 1714 | + | |
| 1715 | + | |
| 1716 | + | |
| 1717 | + | |
| 1718 | + | |
| 1719 | + | |
1713 | 1720 | | |
1714 | 1721 | | |
1715 | 1722 | | |
| |||
1778 | 1785 | | |
1779 | 1786 | | |
1780 | 1787 | | |
1781 | | - | |
| 1788 | + | |
1782 | 1789 | | |
1783 | 1790 | | |
1784 | 1791 | | |
| 1792 | + | |
1785 | 1793 | | |
1786 | 1794 | | |
1787 | 1795 | | |
1788 | | - | |
1789 | | - | |
| 1796 | + | |
| 1797 | + | |
| 1798 | + | |
| 1799 | + | |
| 1800 | + | |
| 1801 | + | |
| 1802 | + | |
| 1803 | + | |
| 1804 | + | |
| 1805 | + | |
1790 | 1806 | | |
1791 | 1807 | | |
1792 | | - | |
1793 | | - | |
1794 | | - | |
1795 | 1808 | | |
1796 | 1809 | | |
1797 | 1810 | | |
| |||
0 commit comments