Commit c0b4975b by Shwetha GS

ATLAS-300 Need additional integration test coverage for entity notifications…

ATLAS-300 Need additional integration test coverage for entity notifications (tbeerbower via shwethags)
parent 35d42ad1
...@@ -131,7 +131,7 @@ public class EntityNotificationImplTest { ...@@ -131,7 +131,7 @@ public class EntityNotificationImplTest {
assertTrue(entityNotification2.equals(entityNotification)); assertTrue(entityNotification2.equals(entityNotification));
} }
private Referenceable getEntity(String id, IStruct ... traits) { private Referenceable getEntity(String id, IStruct... traits) {
String typeName = "typeName"; String typeName = "typeName";
Map<String, Object> values = new HashMap<>(); Map<String, Object> values = new HashMap<>();
......
...@@ -9,6 +9,7 @@ ATLAS-54 Rename configs in hive hook (shwethags) ...@@ -9,6 +9,7 @@ ATLAS-54 Rename configs in hive hook (shwethags)
ATLAS-3 Mixed Index creation fails with Date types (sumasai via shwethags) ATLAS-3 Mixed Index creation fails with Date types (sumasai via shwethags)
ALL CHANGES: ALL CHANGES:
ATLAS-300 Need additional integration test coverage for entity notifications (tbeerbower via shwethags)
ATLAS-304 surefire fails to run tests if maven project directory path has embedded space(dkantor via sumasai) ATLAS-304 surefire fails to run tests if maven project directory path has embedded space(dkantor via sumasai)
ATLAS-301 Atlas Distribution module test is failing (yhemanth via shwethags) ATLAS-301 Atlas Distribution module test is failing (yhemanth via shwethags)
ATLAS-114 Upgrade hbase client to 1.1.2 (sumasai) ATLAS-114 Upgrade hbase client to 1.1.2 (sumasai)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment