So all that's left on this is a use case writeup and the test, right?
On Fri, Jul 19, 2013 at 11:54 AM, Ryan Dietrich <r...@betterservers.com>wrote: > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/12752/ > Review request for cloudstack and Marcus Sorensen. > By Ryan Dietrich. > > *Updated July 19, 2013, 5:54 p.m.* > Changes > > Thanks for the code change mod Marcus! (changed the length call to the > regex, I verified in the database this was the exact format being used) > > *Repository: * cloudstack-git > Description > > I added "injectedjobid" to the BaseAsyncCmd class as a parameter. > If set, it will allow you to tell Cloudstack what the job id instead of it > choosing one. > A basic string length test is done to verify the variable passed in is > actually a UUID. > If it is not valid, it is ignored and the job generates it's own. > > Testing > > Updated marvin, updated the deploy vm test. Ran multiple async commands > manually, with and without injectedjobid present, no issues detected. > > Diffs (updated) > > - api/src/org/apache/cloudstack/api/BaseAsyncCmd.java (0e6f95d) > - server/src/com/cloud/api/ApiServer.java (95f17af) > - server/src/com/cloud/async/AsyncJobVO.java (41eccb4) > - test/integration/smoke/test_deploy_vm.py (425aeb7) > - tools/marvin/marvin/codegenerator.py (632b8c6) > - tools/marvin/marvin/integration/lib/base.py (161d03c) > > View Diff <https://reviews.apache.org/r/12752/diff/> >