neils-dev commented on code in PR #4404:
URL: https://github.com/apache/ozone/pull/4404#discussion_r1138085578
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestLDBCli.java:
##########
@@ -253,6 +254,7 @@ public void testDNDBSchemaV3() throws Exception {
DBScanner.setWithKey(true);
// Scan all container
+ DBScanner.setLimit(-1);
Review Comment:
Thanks @ashishkumar50 for this improvement to the ldb tool. Suggestion,
increase the number of containers in the blocktable for testing `schemaV3`:
Test would improve for testing unlimited and limit 2 table scans by
increasing the number of containers placed in the `blockTable`. Testing the
limit with` setLimit(-1)` then testing the _constrained_ limit for`
setLimit(2)`.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]