-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56182/
-----------------------------------------------------------
Review request for atlas.
Bugs: ATLAS-1516
https://issues.apache.org/jira/browse/ATLAS-1516
Repository: atlas
Description
-------
There were couple of issues:
- the test used Json-ified strings to compare 2 Referenceable objects - which
failed sometime due to Json strings having different order of map entries of
Referenceable values. Test was updated to use Referenceable.equals() to compare
the objects
- array type attribute in one Referenceable was String[], while the other had
List<String>. This resulted in comparision failure. Test was updated to replace
use of String[] with List<String>
Diffs
-----
repository/src/test/java/org/apache/atlas/service/DefaultMetadataServiceTest.java
aa1cdaa
typesystem/src/main/java/org/apache/atlas/typesystem/Referenceable.java
401df5f
Diff: https://reviews.apache.org/r/56182/diff/
Testing
-------
- ran the updated unit test a number of times and verified that it passes
Thanks,
Madhan Neethiraj