Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@locus.apache.org Received: (qmail 79517 invoked from network); 21 Apr 2006 06:40:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Apr 2006 06:40:11 -0000 Received: (qmail 53673 invoked by uid 500); 21 Apr 2006 06:40:10 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 53620 invoked by uid 500); 21 Apr 2006 06:40:10 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 53611 invoked by uid 99); 21 Apr 2006 06:40:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Apr 2006 23:40:10 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Apr 2006 23:40:09 -0700 Received: from brutus (localhost.localdomain [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9EA777142E3 for ; Fri, 21 Apr 2006 06:39:06 +0000 (GMT) Message-ID: <21220041.1145601546646.JavaMail.jira@brutus> Date: Fri, 21 Apr 2006 06:39:06 +0000 (GMT+00:00) From: "Hoss Man (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Commented: (SOLR-3) create test harness and port TestApp to junit In-Reply-To: <352410768.1141633711309.JavaMail.jira@ajax> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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 [ http://issues.apache.org/jira/browse/SOLR-3?page=comments#action_12375493 ] Hoss Man commented on SOLR-3: ----------------------------- Well, the one thing SolrTest could do that we don't have a replacement for that SolrTest was usefull for is load testing SolrCore -- it might make sense to leave that part in, but rip out the guts and replace it with using the SolrTestHarness. > create test harness and port TestApp to junit > --------------------------------------------- > > Key: SOLR-3 > URL: http://issues.apache.org/jira/browse/SOLR-3 > Project: Solr > Type: Task > Reporter: Hoss Man > Assignee: Hoss Man > Priority: Minor > Attachments: SOLR-3.zip, TestBasicFunctionality.java, TestHarness.java > > To both encourage good internal development, and to make it easy for plugin developers to write unit tests of their own code I think we need a harness that makes it easy to unit test updates and queries against Solr (without needing a servlet container) > Once we have this, i think we can/should also retire "TestApp" in favor of some JUnit tests (which would probably make more sense for other developers) > Iv'e already started on this, i thought i'd have something to commit tonight, but i got distracted ... filing this bug as a tracker for now. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira