Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 79882 invoked from network); 23 Feb 2006 17:55:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Feb 2006 17:55:12 -0000 Received: (qmail 52346 invoked by uid 500); 23 Feb 2006 17:55:11 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 52111 invoked by uid 500); 23 Feb 2006 17:55:10 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 52102 invoked by uid 99); 23 Feb 2006 17:55:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2006 09:55:10 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [68.142.229.99] (HELO smtp106.sbc.mail.re2.yahoo.com) (68.142.229.99) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 23 Feb 2006 09:55:09 -0800 Received: (qmail 928 invoked from network); 23 Feb 2006 17:54:48 -0000 Received: from unknown (HELO ?127.0.0.1?) (ddebrunner@sbcglobal.net@71.131.187.123 with plain) by smtp106.sbc.mail.re2.yahoo.com with SMTP; 23 Feb 2006 17:54:47 -0000 Message-ID: <43FDF6E5.10707@apache.org> Date: Thu, 23 Feb 2006 09:54:45 -0800 From: Daniel John Debrunner User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en, de MIME-Version: 1.0 To: derby-dev@db.apache.org Subject: Re: Derby commit process References: <43FDE23B.60009@amberpoint.com> <43FDEFEF.9030701@sbcglobal.net> In-Reply-To: <43FDEFEF.9030701@sbcglobal.net> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Kathey Marsden wrote: > Bryan Pendleton wrote: > > >>In preparation for issuing my first commit, I tried to write up an >>overall >>summary of the Derby commit process as I understand it. Could you please >>give it a quick read and help me improve it? >> >>http://wiki.apache.org/db-derby/DerbyCommitProcess >> > > Thanks Bryan for writing this up. I only have a few comments, mostly > about things I have done differently in the past which may or may not be > correct: Thanks again Bryan, good write-up. > 1) " The committer applies the patch to the current trunk and verifies > that it applies cleanly and passes derbyall." > > I do not run derbyall for every patch, having assumed that the > contributor did that. I do run specific relevant tests and will usually > run derbynetmats for network server changes as it is not included in > derbyall if folks don't download JCC and sometimes J2ME/CDC/Foundation > or jdk131 if I think there will be impact.. You could modify the page to move the testing to the "Good practices" section, and say something like: - committer uses their judgement to run sufficient tests > > <>2)" The committer updates the JIRA entry to: > - mark the issue as resolved" > > I have always left this for the fixer to do, but maybe it makes more > sense for the committer to do it. I don't have any objection. Maybe > modify this to say: > - mark the issue as resolved if it has been fully resolved with the patch. I'd already modified the comment to be: mark the issue as resolved, if the issue is complete > > 4) I seem to remember Oyvind (Oyvind.Bakksjo@Sun.COM) had posted some > tips for committers/reviewers at one point , but I can't seem to find > them in the archives now. I added a PatchAdvice page, feel free to add to or modify it. You could add a ReviewAdvice page as well. > 5) Would a link to http://incubator.apache.org/guides/committer.html be > appropriate? Possibly, please add it if you think it helps, I added links the the DB guidelines. Dan.