sheetalshah1007 commented on code in PR #477:
URL: https://github.com/apache/atlas/pull/477#discussion_r2597862900


##########
repository/src/test/java/org/apache/atlas/discovery/EntitySearchProcessorTest.java:
##########
@@ -836,4 +837,21 @@ private void createChineseEntityWithDescription() throws 
AtlasBaseException {
 
         cjkGuid2 = entityHeader.getGuid();
     }
+
+    @DataProvider(name = "limitProvider")
+    public Integer[] limitProvider() {
+        return new Integer[] {15, 0, 1, 10, 20};
+    }
+
+    @Test(dataProvider = "limitProvider")

Review Comment:
   To make this test independent of execution order and ensure it always runs 
against the dataset with 11 HIVE_TABLE_TYPE entities, please add an explicit 
dependency on the test that creates the extra table



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to