← Back to team overview

launchpad-reviewers team mailing list archive

Re: [Merge] lp:~wgrant/launchpad/builderinteractor-c-b-b into lp:launchpad

 

Review: Approve code

656	+ bq = build.queueBuild()
657	+ bq.markAsBuilding(builder)
658	+ interactor = BuilderInteractor(builder, slave)
659	+ d = interactor._startBuild(bq, BufferLogger())

This block is repeated twice in the same test, I'd prefer to see it refactored into a method like the one you replaced. Other than that, this branch looks great.
-- 
https://code.launchpad.net/~wgrant/launchpad/builderinteractor-c-b-b/+merge/182290
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.


References