You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@atlas.apache.org by dk...@apache.org on 2017/01/30 14:12:54 UTC

incubator-atlas git commit: ATLAS-1431 Integration tests added by ATLAS 1311 fail on Eclipse (david_radley via dkantor)

Repository: incubator-atlas
Updated Branches:
  refs/heads/master 37c8a4d1a -> 804de951d


ATLAS-1431 Integration tests added by ATLAS 1311 fail on Eclipse (david_radley via dkantor)


Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/804de951
Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/804de951
Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/804de951

Branch: refs/heads/master
Commit: 804de951d20d3b0f694f122b0841c1d86e10c7e0
Parents: 37c8a4d
Author: David Radley <da...@uk.ibm.com>
Authored: Mon Jan 30 09:12:29 2017 -0500
Committer: Dave Kantor <dk...@us.ibm.com>
Committed: Mon Jan 30 09:12:29 2017 -0500

----------------------------------------------------------------------
 intg/src/test/java/org/apache/atlas/type/TestAtlasStructType.java | 1 +
 release-log.txt                                                   | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/804de951/intg/src/test/java/org/apache/atlas/type/TestAtlasStructType.java
----------------------------------------------------------------------
diff --git a/intg/src/test/java/org/apache/atlas/type/TestAtlasStructType.java b/intg/src/test/java/org/apache/atlas/type/TestAtlasStructType.java
index 7fe4c70..a37dd46 100644
--- a/intg/src/test/java/org/apache/atlas/type/TestAtlasStructType.java
+++ b/intg/src/test/java/org/apache/atlas/type/TestAtlasStructType.java
@@ -195,6 +195,7 @@ public class TestAtlasStructType {
             fail("invalidStructDef not detected: structDef=" + invalidStructDef + "; structType=" + invalidStructType);
         } catch (AtlasBaseException excp) {
             assertTrue(excp.getAtlasErrorCode() == AtlasErrorCode.INVALID_ATTRIBUTE_TYPE_FOR_CARDINALITY);
+            invalidStructDef.removeAttribute("invalidAttributeDef");
         }
     }
 

http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/804de951/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index 1d9b61e..a888a08 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -9,6 +9,7 @@ ATLAS-1060 Add composite indexes for exact match performance improvements for al
 ATLAS-1127 Modify creation and modification timestamps to Date instead of Long(sumasai)
 
 ALL CHANGES:
+ATLAS-1431 Integration tests added by ATLAS 1311 fail on Eclipse (david_radley via dkantor)
 ATLAS-1387 Compiled Query Cache (jnhagelberg@us.ibm.com via svimal2106)
 ATLAS-1312 Update QuickStart to use the v2 APIs for types and entities creation (sarath.kum4r@gmail.com via mneethiraj)
 ATLAS-1498 added unit-tests to validate handling of array/map/struct attributes in entity create/update (sumasai via mneethiraj)