How does one get a patch tested in core and attached to an issue queue (with the pretty red or green styling)?

Is it automatically done when you attach a patch? Or do you have to have an account to the qa.drupal.org server?

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

Patches uploaded on issues are automatically tested if they meet the right conditions which include:

  • not excluded based on name (described in description on upload field)
  • project has testing active
  • patch is again d6-8 banch

For core, testing is enabled; if you upload a patch against Drupal 7, for example, it will automatically be tested. For other projects, it can be enabled if you are a maintainer by looking at the "Issue" settings tab, there is a checkbox to enable testing.

link|improve this answer
Thanks! Is there a drupal node for this ? – chrisjlee Feb 17 at 5:45
1  
drupal.org/node/332678 which also lists the issue status which I forgot. I wrote the qa system by the way so if you have any questions about it feel free to ping me in IRC – boombatower Feb 17 at 5:48
Of course there's a drupal node lol. Very nice thank you! – chrisjlee Feb 17 at 5:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.