gjacoby126 commented on a change in pull request #518: PHOENIX-4285 Add
PHERF.LOG_PER_NROWS constraint to PHERF.properties file
URL: https://github.com/apache/phoenix/pull/518#discussion_r296943018
##########
File path:
phoenix-pherf/src/test/java/org/apache/phoenix/pherf/ResourceTest.java
##########
@@ -51,6 +51,7 @@ public void testResourceListPropertyDirectory() throws
Exception {
PherfConstants constants = PherfConstants.create();
assertNotNull(constants.getProperty("pherf.default.dataloader.threadpool"));
assertNotNull(constants.getProperty("pherf.default.results.dir"));
+ assertNotNull(constants.getProperty("pherf.default.log_per_nrows"));
Review comment:
Should use constant for the string
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services