Return-Path: Delivered-To: apmail-incubator-couchdb-dev-archive@locus.apache.org Received: (qmail 5481 invoked from network); 2 Nov 2008 21:56:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2008 21:56:05 -0000 Received: (qmail 78362 invoked by uid 500); 2 Nov 2008 21:56:11 -0000 Delivered-To: apmail-incubator-couchdb-dev-archive@incubator.apache.org Received: (qmail 78326 invoked by uid 500); 2 Nov 2008 21:56:11 -0000 Mailing-List: contact couchdb-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-dev@incubator.apache.org Received: (qmail 78315 invoked by uid 99); 2 Nov 2008 21:56:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Nov 2008 13:56:11 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [83.97.50.139] (HELO jan.prima.de) (83.97.50.139) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Nov 2008 21:54:55 +0000 Received: from [10.0.1.6] (e178227104.adsl.alicedsl.de [::ffff:85.178.227.104]) (AUTH: LOGIN jan, TLS: TLSv1/SSLv3,128bits,AES128-SHA) by jan.prima.de with esmtp; Sun, 02 Nov 2008 21:43:34 +0000 Message-Id: <08FEBC5E-1EA8-4730-981A-C9826979B2F4@apache.org> From: Jan Lehnardt To: couchdb-dev@incubator.apache.org In-Reply-To: <20081102211901.GC14317@bytesexual.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v928.1) Subject: Re: CouchDB Bugs Date: Sun, 2 Nov 2008 22:43:01 +0100 References: <20081102211901.GC14317@bytesexual.org> X-Mailer: Apple Mail (2.928.1) X-Virus-Checked: Checked by ClamAV on apache.org On Nov 2, 2008, at 22:19 , Noah Slater wrote: > On Sun, Nov 02, 2008 at 04:14:17PM -0500, Paul Davis wrote: >> I got a bug submission system running for Futon. Basically the idea >> is that >> people can write tests directly in Futon and then submit them to an >> Appengine >> web service. There's also a listing/search mechanism in Futon for >> submitted >> bugs. Paul, outstanding work, I just tried it and it is mighty cool. I can see how we gather a significant amount of test-cases using this. > There are a number of issues with this that I can see: Noah, thanks for your input, I think these are valid concernes. > * This should really just use JIRA, which is our single location for > issue > tracking and reporting. This is not for bug reporting but easy creation, sharing and validation of test cases. I believe Paul is working on JIRA integration that can be used once a test-case is "validated" by one of the developers. Test-cases are not tied to bugs or issues. If we have a way of easily collecting loads of them, way to go! :D > * We don't want to tie our selves to an external service such, which > may go > away or which would force us to import and integrate with the > Apache infrastructure. I think the backend is easily portable. For a proof of concept the Google AppEngine is not a bad choice. Running this on top of CouchDB would be an ideal dogfood thing. I hope we can integrate this with the the ASF infrastructure. > * Any code submissions must be vetted for legal issues, JIRA already > provides a > permanent way to do and record this information. Small patches do not have to be vetted. Code that goes into the repository will need to be processed by a developer anyway. This is, again, just for easily creating test-cases. Cheers Jan --