Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A1209DCA9 for ; Thu, 1 Nov 2012 19:11:13 +0000 (UTC) Received: (qmail 41660 invoked by uid 500); 1 Nov 2012 19:11:12 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 41556 invoked by uid 500); 1 Nov 2012 19:11:12 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 41545 invoked by uid 99); 1 Nov 2012 19:11:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Nov 2012 19:11:12 +0000 Date: Thu, 1 Nov 2012 19:11:12 +0000 (UTC) From: "James Dyer (JIRA)" To: dev@lucene.apache.org Message-ID: <2074851241.57414.1351797072393.JavaMail.jiratomcat@arcas> In-Reply-To: <1851696614.97648.1348068907553.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (SOLR-3856) DIH: Better tests for SqlEntityProcessor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-3856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Dyer updated SOLR-3856: ----------------------------- Attachment: SOLR-3856.patch This patch tests both full-import and delta-import with a fair amount of random variation between runs. These new tests are intended to be a replacement for all of the existing (Cached)SqlEntityProcessor tests, most of which were failing intermittently and subsequently had been disabled. I plan to commit this in a few days. > DIH: Better tests for SqlEntityProcessor > ---------------------------------------- > > Key: SOLR-3856 > URL: https://issues.apache.org/jira/browse/SOLR-3856 > Project: Solr > Issue Type: Improvement > Components: contrib - DataImportHandler > Affects Versions: 3.6, 4.0 > Reporter: James Dyer > Assignee: James Dyer > Fix For: 4.1 > > Attachments: SOLR-3856-3.5.patch, SOLR-3856.patch, SOLR-3856.patch > > > The current tests for SqlEntityProcessor (& CachedSqlEntityProcessor), while many, do not reliably fail when bugs are introduced! They are also difficult to look at and understand. As we move Jenkins onto new environments, we have found several of them fail regularly leading to "@Ignore". > My aim here is to write all new tests for (Cached)SqlEntityProcessor, and to document (hopefully fix) any bugs this reveals. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org