You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by sa...@apache.org on 2019/03/22 23:16:01 UTC

[atlas] branch master updated: ATLAS-3067: Fix UT failures related to ATLAS-3077

This is an automated email from the ASF dual-hosted git repository.

sarath pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new d5f7cc4  ATLAS-3067: Fix UT failures related to ATLAS-3077
d5f7cc4 is described below

commit d5f7cc46cdae050db5d1ee810a2a2ed10c52c15f
Author: Sarath Subramanian <ss...@hortonworks.com>
AuthorDate: Fri Mar 22 16:15:50 2019 -0700

    ATLAS-3067: Fix UT failures related to ATLAS-3077
---
 .../org/apache/atlas/repository/migration/ComplexAttributesTest.java    | 2 +-
 .../java/org/apache/atlas/repository/migration/HiveParititionTest.java  | 2 +-
 .../test/java/org/apache/atlas/repository/migration/HiveStocksTest.java | 2 +-
 .../src/test/java/org/apache/atlas/repository/migration/PathTest.java   | 2 +-
 .../apache/atlas/repository/migration/TypesWithClassificationTest.java  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/repository/src/test/java/org/apache/atlas/repository/migration/ComplexAttributesTest.java b/repository/src/test/java/org/apache/atlas/repository/migration/ComplexAttributesTest.java
index 51dd3c5..4b7cfb2 100644
--- a/repository/src/test/java/org/apache/atlas/repository/migration/ComplexAttributesTest.java
+++ b/repository/src/test/java/org/apache/atlas/repository/migration/ComplexAttributesTest.java
@@ -43,7 +43,7 @@ public class ComplexAttributesTest extends MigrationBaseAsserts {
         String ENTITY_TYPE = "entity_type";
         String ENTITY_WITH_COMPLEX_COLL_TYPE = "entity_with_complex_collection_attr";
 
-        final int EXPECTED_TOTAL_COUNT  = 217;
+        final int EXPECTED_TOTAL_COUNT  = 218;
         final int EXPECTED_ENTITY_TYPE_COUNT = 16;
         final int EXPECTED_STRUCT_TYPE_COUNT = 3;
         final int EXPECTED_ENTITY_WITH_COMPLEX_COLL_TYPE_COUNT = 1;
diff --git a/repository/src/test/java/org/apache/atlas/repository/migration/HiveParititionTest.java b/repository/src/test/java/org/apache/atlas/repository/migration/HiveParititionTest.java
index 7567daa..54c482e 100644
--- a/repository/src/test/java/org/apache/atlas/repository/migration/HiveParititionTest.java
+++ b/repository/src/test/java/org/apache/atlas/repository/migration/HiveParititionTest.java
@@ -40,7 +40,7 @@ public class HiveParititionTest extends  MigrationBaseAsserts {
 
     @Test
     public void fileImporterTest() throws IOException, AtlasBaseException {
-        final int EXPECTED_TOTAL_COUNT = 144;
+        final int EXPECTED_TOTAL_COUNT = 145;
         final int EXPECTED_DB_COUNT = 1;
         final int EXPECTED_TABLE_COUNT = 2;
         final int EXPECTED_COLUMN_COUNT = 7;
diff --git a/repository/src/test/java/org/apache/atlas/repository/migration/HiveStocksTest.java b/repository/src/test/java/org/apache/atlas/repository/migration/HiveStocksTest.java
index 90e714c..283a5c4 100644
--- a/repository/src/test/java/org/apache/atlas/repository/migration/HiveStocksTest.java
+++ b/repository/src/test/java/org/apache/atlas/repository/migration/HiveStocksTest.java
@@ -38,7 +38,7 @@ public class HiveStocksTest extends MigrationBaseAsserts {
 
     @Test
     public void migrateStocks() throws AtlasBaseException, IOException {
-        final int EXPECTED_TOTAL_COUNT  = 191;
+        final int EXPECTED_TOTAL_COUNT  = 192;
         final int EXPECTED_DB_COUNT     = 1;
         final int EXPECTED_TABLE_COUNT  = 1;
         final int EXPECTED_COLUMN_COUNT = 7;
diff --git a/repository/src/test/java/org/apache/atlas/repository/migration/PathTest.java b/repository/src/test/java/org/apache/atlas/repository/migration/PathTest.java
index cd01c70..44f59e2 100644
--- a/repository/src/test/java/org/apache/atlas/repository/migration/PathTest.java
+++ b/repository/src/test/java/org/apache/atlas/repository/migration/PathTest.java
@@ -46,7 +46,7 @@ public class PathTest extends MigrationBaseAsserts {
 
     @Test
     public void migrationImport() throws IOException, AtlasBaseException {
-        final int EXPECTED_TOTAL_COUNT = 92;
+        final int EXPECTED_TOTAL_COUNT = 93;
 
         runFileImporter("path_db");
 
diff --git a/repository/src/test/java/org/apache/atlas/repository/migration/TypesWithClassificationTest.java b/repository/src/test/java/org/apache/atlas/repository/migration/TypesWithClassificationTest.java
index 653144d..9e7e2a6 100644
--- a/repository/src/test/java/org/apache/atlas/repository/migration/TypesWithClassificationTest.java
+++ b/repository/src/test/java/org/apache/atlas/repository/migration/TypesWithClassificationTest.java
@@ -39,7 +39,7 @@ public class TypesWithClassificationTest extends MigrationBaseAsserts {
 
     @Test
     public void verify() throws IOException, AtlasBaseException {
-        int EXPECTED_TOTAL_COUNT = 62;
+        int EXPECTED_TOTAL_COUNT = 63;
         String ENTITY_TYPE = "ComplexTraitType";
         String LEGACY_TYPE_TRAIT = "legacy_traitprayivofx4";
         String LEGACY_TYPE_VENDOR_PII = "legacy_VENDOR_PII";