You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ja...@apache.org on 2015/04/22 04:29:49 UTC

sqoop git commit: SQOOP-2320: Sqoop2: AllTypesTest should be in slow category

Repository: sqoop
Updated Branches:
  refs/heads/sqoop2 5297bf552 -> 78af5eae9


SQOOP-2320: Sqoop2: AllTypesTest should be in slow category

(Abraham Elmahrek via Jarek Jarcec Cecho)


Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/78af5eae
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/78af5eae
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/78af5eae

Branch: refs/heads/sqoop2
Commit: 78af5eae9cb9de2384ebee724a09863d3b41c8c2
Parents: 5297bf5
Author: Jarek Jarcec Cecho <ja...@apache.org>
Authored: Tue Apr 21 19:29:23 2015 -0700
Committer: Jarek Jarcec Cecho <ja...@apache.org>
Committed: Tue Apr 21 19:29:23 2015 -0700

----------------------------------------------------------------------
 .../sqoop/integration/connector/jdbc/generic/AllTypesTest.java      | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/78af5eae/test/src/test/java/org/apache/sqoop/integration/connector/jdbc/generic/AllTypesTest.java
----------------------------------------------------------------------
diff --git a/test/src/test/java/org/apache/sqoop/integration/connector/jdbc/generic/AllTypesTest.java b/test/src/test/java/org/apache/sqoop/integration/connector/jdbc/generic/AllTypesTest.java
index 4e46637..9c5770e 100644
--- a/test/src/test/java/org/apache/sqoop/integration/connector/jdbc/generic/AllTypesTest.java
+++ b/test/src/test/java/org/apache/sqoop/integration/connector/jdbc/generic/AllTypesTest.java
@@ -43,6 +43,7 @@ import static org.testng.Assert.assertEquals;
 /**
  * Test transfer of all supported data types.
  */
+@Test(groups = "slow")
 public class AllTypesTest extends ConnectorTestCase implements ITest {
 
   @DataProvider(name="all-types-test", parallel=true)