aditya-gupta36 commented on code in PR #477:
URL: https://github.com/apache/atlas/pull/477#discussion_r2597931233


##########
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:
   @sheetalshah1007 Thanks for the feedback, Got it!
   
   Have Resolved.
   
   @Test(dependsOnMethods = "searchWithNEQ_stringAttr", dataProvider = 
"limitProvider")



-- 
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