You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Apoorv Naik <na...@gmail.com> on 2016/11/21 04:19:32 UTC

Review Request 53941: ATLAS-1307: Integration test calls routing via the Client.

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

Review request for atlas, Madhan Neethiraj, Sarath Subramanian, Shwetha GS, and Suma Shivaprasad.


Repository: atlas


Description
-------

ATLAS-1307: Integration test calls routing via the Client.


Diffs
-----

  client/src/main/java/org/apache/atlas/AtlasBaseClient.java 04a418a 
  client/src/main/java/org/apache/atlas/AtlasClient.java 70e1a0d 
  webapp/src/test/java/org/apache/atlas/notification/EntityNotificationIT.java 1d50884 
  webapp/src/test/java/org/apache/atlas/web/resources/AdminJerseyResourceIT.java e7af0b2 
  webapp/src/test/java/org/apache/atlas/web/resources/BaseResourceIT.java 50ca842 
  webapp/src/test/java/org/apache/atlas/web/resources/DataSetLineageJerseyResourceIT.java f9e4c40 
  webapp/src/test/java/org/apache/atlas/web/resources/EntityJerseyResourceIT.java 18d4642 
  webapp/src/test/java/org/apache/atlas/web/resources/EntityLineageJerseyResourceIT.java cf25814 
  webapp/src/test/java/org/apache/atlas/web/resources/MetadataDiscoveryJerseyResourceIT.java 9aff145 
  webapp/src/test/java/org/apache/atlas/web/resources/TypesJerseyResourceIT.java b6dae4d 

Diff: https://reviews.apache.org/r/53941/diff/


Testing
-------

All tests passing.

TODO: Maybe encapsulate the callAPI calls in try catch for methods expecting an AtlasServiceException when the calls fail.


Thanks,

Apoorv Naik