From patchwork Wed Jul 20 05:10:49 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 2783 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id F29AD23F57 for ; Wed, 20 Jul 2011 05:10:51 +0000 (UTC) Received: from mail-qy0-f180.google.com (mail-qy0-f180.google.com [209.85.216.180]) by fiordland.canonical.com (Postfix) with ESMTP id BCAB6A18515 for ; Wed, 20 Jul 2011 05:10:51 +0000 (UTC) Received: by qyk30 with SMTP id 30so3445767qyk.11 for ; Tue, 19 Jul 2011 22:10:51 -0700 (PDT) Received: by 10.229.68.200 with SMTP id w8mr7104462qci.114.1311138651121; Tue, 19 Jul 2011 22:10:51 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.229.217.78 with SMTP id hl14cs103836qcb; Tue, 19 Jul 2011 22:10:50 -0700 (PDT) Received: by 10.216.137.91 with SMTP id x69mr6895654wei.93.1311138650256; Tue, 19 Jul 2011 22:10:50 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id f8si11122582wed.136.2011.07.19.22.10.49; Tue, 19 Jul 2011 22:10:50 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QjP3Z-0006EL-Er for ; Wed, 20 Jul 2011 05:10:49 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 6F8E62E8014 for ; Wed, 20 Jul 2011 05:10:49 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-scheduler X-Launchpad-Branch: ~linaro-validation/lava-scheduler/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 37 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-scheduler/trunk] Rev 37: mention the django ticket i filed Message-Id: <20110720051049.14865.95984.launchpad@loganberry.canonical.com> Date: Wed, 20 Jul 2011 05:10:49 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13405"; Instance="initZopeless config overlay" X-Launchpad-Hash: f524830f452e4ff98975ae740407ac759006317d ------------------------------------------------------------ revno: 37 committer: Michael-Doyle Hudson branch nick: trunk timestamp: Wed 2011-07-20 17:08:59 +1200 message: mention the django ticket i filed modified: lava_scheduler_daemon/dbjobsource.py --- lp:lava-scheduler https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk You are subscribed to branch lp:lava-scheduler. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-scheduler/trunk/+edit-subscription === modified file 'lava_scheduler_daemon/dbjobsource.py' --- lava_scheduler_daemon/dbjobsource.py 2011-07-20 04:58:48 +0000 +++ lava_scheduler_daemon/dbjobsource.py 2011-07-20 05:08:59 +0000 @@ -60,6 +60,7 @@ # operations have been made to the database. But Django is # stupi^Wconservative and assumes the queries that have been # issued might have been modifications. + # See https://code.djangoproject.com/ticket/16491. transaction.rollback() return None