Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 13233 invoked from network); 18 Feb 2010 01:03:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Feb 2010 01:03:49 -0000 Received: (qmail 58363 invoked by uid 500); 18 Feb 2010 01:03:49 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 58309 invoked by uid 500); 18 Feb 2010 01:03:48 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 58299 invoked by uid 99); 18 Feb 2010 01:03:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 01:03:48 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 01:03:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D8B0D234C48C for ; Wed, 17 Feb 2010 17:03:27 -0800 (PST) Message-ID: <1509993162.348731266455007886.JavaMail.jira@brutus.apache.org> Date: Thu, 18 Feb 2010 01:03:27 +0000 (UTC) From: "Hudson (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Commented: (MAPREDUCE-1445) Refactor Sqoop tests to support better ConnManager testing In-Reply-To: <918402377.33561265142019955.JavaMail.jira@brutus.apache.org> 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/MAPREDUCE-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12835079#action_12835079 ] Hudson commented on MAPREDUCE-1445: ----------------------------------- Integrated in Hadoop-Mapreduce-trunk-Commit #246 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-Mapreduce-trunk-Commit/246/]) . Refactor Sqoop tests to support better ConnManager testing. Contributed by Aaron Kimball. > Refactor Sqoop tests to support better ConnManager testing > ---------------------------------------------------------- > > Key: MAPREDUCE-1445 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1445 > Project: Hadoop Map/Reduce > Issue Type: Improvement > Components: contrib/sqoop > Reporter: Aaron Kimball > Assignee: Aaron Kimball > Fix For: 0.22.0 > > Attachments: MAPREDUCE-1445.patch > > > Sqoop's test suite is heavily biased toward testing with the HSQLDB embedded database. This issue proposes to refactor some tests into abstract classes which can be used as a basis for testing a variety of connection manager implementations, ensuring better cross-database compatibility coverage. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.