forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc7578fa
committed
Fix some failures with connection tests on Windows hosts
The truncation of the log file, that this set of tests relies on to makesure that a connection attempt matches with its expected backend logpattern, fails, as reported by buildfarm member fairywren. Instead of atruncation, do a rotation of the log file and restart the node. Thiswill ensure that the connection attempt data is unique for each test.Discussion:https://postgr.es/m/YG05nCI8x8B+Ad3G@paquier.xyz1 parente717a9a commitc7578fa
1 file changed
+22
-2
lines changedLines changed: 22 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1920 | 1920 |
| |
1921 | 1921 |
| |
1922 | 1922 |
| |
1923 |
| - | |
| 1923 | + | |
| 1924 | + | |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
| 1930 | + | |
| 1931 | + | |
| 1932 | + | |
| 1933 | + | |
1924 | 1934 |
| |
1925 | 1935 |
| |
1926 | 1936 |
| |
| |||
1994 | 2004 |
| |
1995 | 2005 |
| |
1996 | 2006 |
| |
1997 |
| - | |
| 2007 | + | |
| 2008 | + | |
| 2009 | + | |
| 2010 | + | |
| 2011 | + | |
| 2012 | + | |
| 2013 | + | |
| 2014 | + | |
| 2015 | + | |
| 2016 | + | |
| 2017 | + | |
1998 | 2018 |
| |
1999 | 2019 |
| |
2000 | 2020 |
| |
|
0 commit comments
Comments
(0)