REL_15_STABLE: pgbench tests randomly failing on CI, Windows only
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-09-04T03:18:40Z
Lists: pgsql-hackers
Hi, Somehow these tests have recently become unstable and have failed a few times: https://github.com/postgres/postgres/commits/REL_15_STABLE The failures are like: [22:32:26.722] # Failed test 'pgbench simple update stdout /(?^:builtin: simple update)/' [22:32:26.722] # at t/001_pgbench_with_server.pl line 119. [22:32:26.722] # 'pgbench (15.4) [22:32:26.722] # ' [22:32:26.722] # doesn't match '(?^:builtin: simple update)'
Commits
-
Don't spuriously report FD_SETSIZE exhaustion on Windows.
- 73cda80a30a5 12.17 landed
- 3895e9153e29 13.13 landed
- 1102f4ece30e 15.5 landed
- 0df88a68643b 14.10 landed
- 06ff06484283 16.1 landed
- 90ebcc32d982 17.0 landed
-
Doc: update documentation for creating custom scan paths.
- dea12a1fd4fd 15.4 cited