Add resource intensiveness as a reason to not running tests by default
Nazir Bilal Yavuz <byavuz81@gmail.com>
From: Nazir Bilal Yavuz <byavuz81@gmail.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-09-07T11:09:35Z
Lists: pgsql-hackers
Attachments
- v1-0001-Update-the-reasons-of-tests-not-running-by-defaul.patch (text/x-diff) patch v1-0001
Hi, With f47ed79cc8, the test suite doesn't run 'wal_consistency_checking' as default because it is resource intensive; but regress docs doesn't state resource intensiveness as a reason for not running tests by default. So, I created a patch for updating the docs. Any kind of feedback would be appreciated. Regards, Nazir Bilal Yavuz Microsoft
Commits
-
doc: Extend documentation of PG_TEST_EXTRA
- bae47d78673e 16.0 landed
- 87d6e0127aca 15.5 landed
- 6fe3cefde4b4 17.0 landed