Patches that end in -Dx are no longer tested by the test bot
FYI: http://drupal.org/node/973432 Patches that end in -Dx (where x is any number) are no longer tested by the test bot. So, 973432-4.foo-D7.patch will *not* be tested anymore. This change was made to facilitate contrib testing, where the test bot was always ignoring D6 patches even if a contrib module supported D6 tests. The test bot currently uses the version the issue is pointing to so it can figure out what version to test against. If you want a patch tested, don't specify a version in the filename, just let the issue define that. If you want a patch that's not tested (since it's for a different version than the issue is pointing to), use -Dx. Enjoy, -Derek (dww)
On 11/29/2010 2:46 PM, Derek Wright wrote:
FYI:
Patches that end in -Dx (where x is any number) are no longer tested by the test bot. So, 973432-4.foo-D7.patch will *not* be tested anymore. This change was made to facilitate contrib testing, where the test bot was always ignoring D6 patches even if a contrib module supported D6 tests. The test bot currently uses the version the issue is pointing to so it can figure out what version to test against. If you want a patch tested, don't specify a version in the filename, just let the issue define that. If you want a patch that's not tested (since it's for a different version than the issue is pointing to), use -Dx.
That ends up being a rather cryptic way to say "Do not test". I predict this will be messed up a lot. =)
On Nov 29, 2010, at 7:52 PM, Earl Miles wrote:
That ends up being a rather cryptic way to say "Do not test". I predict this will be messed up a lot. =)
Agreed. I'm just passing on the info. This was the best that could be done via the tools available at this time. Once 7.0 ships, there's going to be a new round of changes to the test bot, and all this might change again. *shrug* -Derek (dww)
participants (2)
-
Derek Wright -
Earl Miles