Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1TGbwl-0005a2-N9 for bitcoin-development@lists.sourceforge.net; Tue, 25 Sep 2012 20:41:35 +0000 Received-SPF: pass (sog-mx-3.v43.ch3.sourceforge.com: domain of bluematt.me designates 173.246.101.161 as permitted sender) client-ip=173.246.101.161; envelope-from=bitcoin-list@bluematt.me; helo=mail.bluematt.me; Received: from vps.bluematt.me ([173.246.101.161] helo=mail.bluematt.me) by sog-mx-3.v43.ch3.sourceforge.com with esmtp (Exim 4.76) id 1TGbwk-0002c3-Jk for bitcoin-development@lists.sourceforge.net; Tue, 25 Sep 2012 20:41:35 +0000 Received: from [152.23.119.76] (mid-campus-00838.wireless.unc.edu [152.23.119.76]) by mail.bluematt.me (Postfix) with ESMTPSA id 97C024A38; Tue, 25 Sep 2012 20:41:28 +0000 (UTC) Message-ID: <1348605677.2284.2.camel@localhost.localdomain> From: Matt Corallo To: steve Date: Tue, 25 Sep 2012 16:41:17 -0400 In-Reply-To: <5061F8CC.9070906@mistfpga.net> References: <5061F8CC.9070906@mistfpga.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Spam-Score: -2.1 (--) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain -0.0 SPF_PASS SPF: sender matches SPF record -0.8 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 0.2 AWL AWL: From: address is in the auto white-list X-Headers-End: 1TGbwk-0002c3-Jk Cc: Bitcoin Development List , Bill Hees Subject: Re: [Bitcoin-development] Bitcoin Testing Project X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Sep 2012 20:41:35 -0000 Although Jenkins may not be the best system, we already have jenkins and pull-tester (which is a dumb python script I wrote to test all incoming pull requests from github). They both run the same set of scripts, namely those at https://github.com/TheBlueMatt/test-scripts (its pretty basic right now, but since it is on github, I was hoping someone would find the inspiration to add to it). I dont really care if we keep using jenkins, but I figure we might as well keep all the tests in one place? Anyway, I'm all for more testing (I'm always complaining about how we need more tests for stuff...). Matt On Tue, 2012-09-25 at 19:32 +0100, steve wrote: > Hi All, > > After the failure to get any real testing done for the 0.7 release (all > of which is my fault) I have decided to rejig things. > > I am heavily into test driven development, and I have a strong > background in requirements management, and automation. > > I want to leave bettermeans behind, maybe we might be able to keep the > voting aspect of it, and link it into mantis. > > So, what I have been doing over the past few weeks is developing a > rudimentary requirements set, basic requirement tracking, tests to > prove/stress the requirements. > > The next most important thing is to get release/acceptance tests done - > these primarily focus on new stuff doesnt break old (ie lose a wallet, > etc) and needs no special requirements. > > To this end I have installed various opensource applications (mantis, > salomeTMF, bugzilla, etc) and am currently evaluating the best workflow > process. > > This was a much longer post, but decided against it. :) > > So, what I want to know is who wants to be a part helping me out with > all this? I am finalising the workflow flow diagrams and they should be > ready for inspection soon. > > Anyone interested in helping out/reviewing processes? even if it is just > some encouragement, it is all greatly appreciated. > > Drop me an email if you want access to the current setup and help me > review the different software for the bitcoin workflow process. > > cheers, > > steve