Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 71708 invoked from network); 27 Sep 2009 22:44:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Sep 2009 22:44:20 -0000 Received: (qmail 61046 invoked by uid 500); 27 Sep 2009 22:44:20 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 60966 invoked by uid 500); 27 Sep 2009 22:44:20 -0000 Mailing-List: contact solr-commits-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-commits@lucene.apache.org Received: (qmail 60957 invoked by uid 99); 27 Sep 2009 22:44:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Sep 2009 22:44:19 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Sep 2009 22:44:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 940C1238887A; Sun, 27 Sep 2009 22:43:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r819420 - /lucene/solr/trunk/src/test/org/apache/solr/TestDistributedSearch.java Date: Sun, 27 Sep 2009 22:43:51 -0000 To: solr-commits@lucene.apache.org From: yonik@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090927224351.940C1238887A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: yonik Date: Sun Sep 27 22:43:50 2009 New Revision: 819420 URL: http://svn.apache.org/viewvc?rev=819420&view=rev Log: tests: use logging instead of stdout so output interleaves properly Modified: lucene/solr/trunk/src/test/org/apache/solr/TestDistributedSearch.java Modified: lucene/solr/trunk/src/test/org/apache/solr/TestDistributedSearch.java URL: http://svn.apache.org/viewvc/lucene/solr/trunk/src/test/org/apache/solr/TestDistributedSearch.java?rev=819420&r1=819419&r2=819420&view=diff ============================================================================== --- lucene/solr/trunk/src/test/org/apache/solr/TestDistributedSearch.java (original) +++ lucene/solr/trunk/src/test/org/apache/solr/TestDistributedSearch.java Sun Sep 27 22:43:50 2009 @@ -237,7 +237,7 @@ compareResponses(rsp, controlRsp); if (stress>0) { - System.out.println("starting stress..."); + log.info("starting stress..."); Thread[] threads = new Thread[nThreads]; for (int i=0; i