Downloads
Release notes
New in this version:
- Modified how pifr_server checks to ensure it has a result for all environments (should address at least one source of invalid failed=>@reason false negatives)
- Ensured that testbots do not clear their PIFT_TEST variable until after the send_response xmlrpc communication completes (should address one source of testbot reconfirmation failures)
- Support the D8 'langcode' install argument to allow for removal of 'testbot compatibility' code in Drupal 8.
- Fixed plurality in results summary messages.
- Added testbot ID and review timestamp to the review log
- Support for test files located in directories other than module root and /tests
- Check for empty --file argument on run-tests.sh before executing, to handle certain '0 tests passed' scenarios
- Only list relevant test cases in the review log, instead of all core test cases
- Fixed two 'undefined index' errors appearing in the watchdog logs
- Removed two call time pass-by-reference instances
- Exclude external (third-party) files from core coder review results
Git Release Notes:
Added in 6.x-2.8-rc1:
- #1395712 by jthorson: Exclude external files from core coder reviews
- #1338148 by rfay: Remove call time pass-by-reference instances from pfir_client.review.inc
- #1346010 by jthorson: Remove -p0 patch detection attempt
- #1347588 by jthorson: Fix undefined index error if no dependencies
- #1347590 by jthorson: fix undefined debug index in watchdog messages
- #1347594 by jthorson: Only list relevant test cases in review log
- #1233248 by jthorson: check for empty --file argument before executing run_tests.sh, check output for FATALs
- #1289502 by jthorson: Find tests in places other than module root and /test directories
- Issues #1410768, #1410688 by jthorson: Added testbot id and timestamp to review log
- #639232 by webchick, boombatower: Fix plurality in summary message
- #1352220 by jthorson: Support 'langcode' install argument for D8 compatibility
- #1347582 by jthorson: Delay clear_vars() op until after xmlrpc call completes
- #1361468 by jthorson: Modified pifr_server 'all environment' result check