Update DrupalCHK mail code to send patches via XML-RPC to simpletest infrastructure
Robin Monks - October 2, 2007 - 12:25
| Project: | Test driven development infrastructure |
| Component: | Code |
| Category: | task |
| Priority: | critical |
| Assigned: | Robin Monks |
| Status: | closed |
Jump to:
Description
This has been completed now. It will XML-RPC each patch to testing.drupal.org, with method name 'drupalchk.loadNewPatch' and with the following variables:
issue - Node on d.o
patch - Path to patch on d.o
title - Issue title/subject
etc - A serialized array, containing a key for each issue field (reporter, assignee, component, category, priority, status, project, version and comments)
A server now needs to be created to receive this data into the testing harness, Rok is working on this.
Robin

#1
Completed. Rok will follow up with the CVS logs for where the new XML-RPC code was added to simpletestauto.
Robin
#2