← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~benji/launchpad/bug-1011793 into lp:launchpad

 

Benji York has proposed merging lp:~benji/launchpad/bug-1011793 into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~benji/launchpad/bug-1011793/+merge/109871

Bug 1011793 is about a test failing when run in parallel because the
"logs" directory doesn't exist.  It turns out that the "logs" directory
gets created as a side effect of starting Launchpad or running
particular tests.

Instead, this branch simply creates the directory so development and
test environments won't have to depend on side effects.  The code to
create the log directory -- especially for production -- has been left
alone because creating the directory as needed makes the most sense in
that situation.

-- 
https://code.launchpad.net/~benji/launchpad/bug-1011793/+merge/109871
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~benji/launchpad/bug-1011793 into lp:launchpad.
=== added directory 'logs'

Follow ups