You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by on 2019/03/11 07:21:54 UTC

Review Request 70179: fix for UT, IT failures

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/70179/
-----------------------------------------------------------

Review request for atlas, Ashutosh Mestry, keval bhatt, Mehul Parikh, Nikhil Bonte, Nixon Rodrigues, and Sarath Subramanian.


Bugs: ATLAS-3065
    https://issues.apache.org/jira/browse/ATLAS-3065


Repository: atlas


Description
-------

- updated to handle earlier version of types (i.e. that include removed ref-attributes) in import files
- updated version of base type-def to the latest patch after including the changes in the patches. This is needed as many unit tests only loaded base type-def model files and not the patches
- fixed incorrect labels for relationship edges
- updated DSL to recognize relationship attributes
- updated V2->V1 and V1->V2 entity converters to handle relationship attributes


Diffs
-----

  addons/models/1000-Hadoop/1030-hive_model.json fe1682139 
  addons/models/2000-RDBMS/2010-rdbms_model.json e72e13ae6 
  graphdb/janus/src/main/java/org/apache/atlas/repository/graphdb/janus/migration/TypesWithCollectionsFinder.java 9b4499b02 
  intg/src/main/java/org/apache/atlas/model/typedef/AtlasRelationshipDef.java 7153351e8 
  intg/src/main/java/org/apache/atlas/type/AtlasEntityType.java ce61548cb 
  intg/src/main/java/org/apache/atlas/type/AtlasRelationshipType.java 304200dce 
  intg/src/main/java/org/apache/atlas/type/AtlasTypeUtil.java 23624eb71 
  repository/src/main/java/org/apache/atlas/query/RegistryBasedLookup.java e0fb4d821 
  repository/src/main/java/org/apache/atlas/repository/converters/AtlasEntityFormatConverter.java ab8c1532c 
  repository/src/main/java/org/apache/atlas/repository/converters/AtlasStructFormatConverter.java 539afdc76 
  repository/src/main/java/org/apache/atlas/repository/graph/GraphHelper.java f3ebc43a9 
  repository/src/main/java/org/apache/atlas/repository/impexp/TypeAttributeDifference.java 37071f20b 
  repository/src/main/java/org/apache/atlas/repository/store/bootstrap/AtlasTypeDefStoreInitializer.java 66162aa37 
  repository/src/main/java/org/apache/atlas/repository/store/graph/AtlasTypeDefGraphStore.java b1421796e 
  repository/src/main/java/org/apache/atlas/repository/store/graph/v1/DeleteHandlerV1.java d2f5fda47 
  repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasEntityStoreV2.java bd3a62a35 
  repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasRelationshipDefStoreV2.java 332c18af8 
  repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasRelationshipStoreV2.java 555288fe6 
  repository/src/main/java/org/apache/atlas/repository/store/graph/v2/AtlasStructDefStoreV2.java 8110cc675 
  repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphMapper.java 601e5f859 
  repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java dd185be76 
  repository/src/test/java/org/apache/atlas/query/BasicTestSetup.java ba6616d8c 
  repository/src/test/java/org/apache/atlas/repository/impexp/TypeAttributeDifferenceTest.java 87cb1d42f 
  repository/src/test/java/org/apache/atlas/repository/tagpropagation/ClassificationPropagationTest.java d5f36bc2c 
  webapp/src/test/java/org/apache/atlas/web/integration/EntityJerseyResourceIT.java e4887d26a 
  webapp/src/test/java/org/apache/atlas/web/resources/AdminExportImportTestIT.java 7e6a380f1 


Diff: https://reviews.apache.org/r/70179/diff/1/


Testing
-------

- precommit tests run: https://builds.apache.org/view/A/view/Atlas/job/PreCommit-ATLAS-Build-Test/970/


Thanks,

madhan